Loading Tool

Explorer IconExplorer

Memory Pool

37,980 transactions
26.80 vMB
0.05330539 BTC
Random Selection Loading Transactions
Max Size: 139.29/200 MB

Candidate Block

Mining Attempt f98667f5e3f057168c71346b8caf2288519443a5c740a495a5dbf85667d51d1c
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 8140fea129ebe50c9e4912cd9de5b83485414bcc86206c3cc31616be4935fcbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 542
Size: 1.00 vMB
Total Fees: 0.00393777 BTC
Feerates: 44.54 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (340,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,365 574,365 0000000000000000001e0d4faab2e01f7ce93d227ecd4d80cde0ca5ca03a6fa5 1,468 1.00/1.00 vMB 59
574,364 574,364 000000000000000000131875b8aeb383f22b69d90ba6c08499b128051d132ccc 1,243 1.00/1.00 vMB 67
574,363 574,363 00000000000000000029e6aa894e9dde4e4d97012af42587ab9e36bf527644ef 1,768 1.00/1.00 vMB 70
574,362 574,362 0000000000000000002a47a0dd35bc9d4e2170fc6033d6a6c773c0a6d38bb081 2,034 1.00/1.00 vMB 65
574,361 574,361 0000000000000000002bb562208f9f1e0a701504f5583cc9db6ebc4e52c2abed 2,824 1.00/1.00 vMB 53
574,360 574,360 000000000000000000278d8cf2f91872af1e0a5093a661e250b78c3ea5928264 3,183 1.00/1.00 vMB 23
574,359 574,359 0000000000000000001b0c50533399eecbb4cc455ece954fe7c9ad8c660e66e4 3,325 1.00/1.00 vMB 11
574,358 574,358 0000000000000000001e3a5145a57d75009f1ad7e665ba38c036af02832c4e3d 3,379 1.00/1.00 vMB 37
574,357 574,357 00000000000000000017cba5b0dd83b39dc4d38ea28b11c42c65db85f61846bf 2,265 1.00/1.00 vMB 37
574,356 574,356 0000000000000000001852e3244548f08d4be48d1366e9527573d454d5564ff4 3,251 1.00/1.00 vMB 8
574,355 574,355 0000000000000000000bb1d5eddcc294c8e72da6ce1576d8a9b8feb55dbbd438 2,721 1.00/1.00 vMB 9
574,354 574,354 000000000000000000152922d3b3c7f6a35484e6dea69ccb980cc07e325352ab 3,342 1.00/1.00 vMB 60
574,353 574,353 0000000000000000002bd7ce5aa0136a30b10e4467c8bc991085d1c1b5e6c7ae 2,296 1.00/1.00 vMB 32
574,352 574,352 000000000000000000299a6ae9a789ad0234a72ab421880c6ef554e671d20fa0 3,473 1.00/1.00 vMB 68
574,351 574,351 0000000000000000002953963155925c2bf91710a26f6246594804d15d00886e 3,167 1.00/1.00 vMB 30
574,350 574,350 000000000000000000174bc24620144232055e6b2ae8c75915267efb4bff448f 3,363 1.00/1.00 vMB 22
574,349 574,349 0000000000000000000d8a9fc1ef060b49a60bd16441ac084e1fd3c9fe5e496c 3,348 1.00/1.00 vMB 31
574,348 574,348 00000000000000000025f2cbceb2cea1fc5b7f6995516f6250b1404c890deae8 2,781 1.00/1.00 vMB 29
574,347 574,347 00000000000000000013f6d50b491d0c8733d6d03a0aecf1a7e161d4500e5a79 2,994 0.99/1.00 vMB 17
574,346 574,346 0000000000000000002941b2dbbe1a501a5f5555a57bc0f0a7f68ca6ea6e031e 3,228 1.00/1.00 vMB 13
574,345 574,345 00000000000000000013be7c7da8eb9b53bc50da38baff959dfab357cc34b9a6 3,626 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.02 GB
    • Received: 13.82 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.