Loading Tool

Explorer IconExplorer

Memory Pool

48,724 transactions
28.26 vMB
0.08065369 BTC
Random Selection Loading Transactions
Max Size: 150.86/200 MB

Candidate Block

Mining Attempt cf757f52134f5aec1d17e2e9750e784b54382a9b37f049e049999dc6cf571f9e
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 40923e659b2716911e08dae1aee218845c97f546c4c94f597f3b30bf7eaf6f79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,151
Size: 1.00 vMB
Total Fees: 0.02680227 BTC
Feerates: 500.45 > 2.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (331,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,654 583,654 00000000000000000011dd4ccc90e9fe8ef15c5f8c34fa9c6973d661e2042b60 2,556 1.00/1.00 vMB 41
583,653 583,653 0000000000000000001a31032018168a9f0e3857c00183e81c1533d5aa8f26b3 2,554 1.00/1.00 vMB 82
583,652 583,652 000000000000000000052c63132d6fb6c71d2147edc86e851332efcf47cdd01c 2,712 1.00/1.00 vMB 33
583,651 583,651 00000000000000000005625c60067c540c8cb7ca3e26bffd97afd1297c84b5cb 2,614 1.00/1.00 vMB 43
583,650 583,650 00000000000000000013892de9af4fd11ac0649da65f6c9f3e15e7f4b5606c41 3,329 1.00/1.00 vMB 87
583,649 583,649 0000000000000000001875552c4bf49f18d12d9fc2c4d8d060427726f6641cce 2,374 1.00/1.00 vMB 43
583,648 583,648 00000000000000000009be49771be66891a893ddd60c175489584a5d84936c17 3,054 1.00/1.00 vMB 81
583,647 583,647 00000000000000000001bd102f0613ff0835875c84a9b7dfc8f759aaa8876d98 1,357 1.00/1.00 vMB 19
583,646 583,646 00000000000000000018acd9c17dc68ad680ea909a54a14b21ac7215fff6c743 2,798 1.00/1.00 vMB 53
583,645 583,645 0000000000000000001ae1d1359a461eacba822a03452ab6f6ec22f04bcc04a3 2,302 1.00/1.00 vMB 41
583,644 583,644 00000000000000000020036614427918b6dd715a86b295a8a7453c5eb8b83616 2,106 1.00/1.00 vMB 59
583,643 583,643 0000000000000000001aa2e295a3af55220b76a3ccb22e8de2024f1b4966e2a7 2,118 1.00/1.00 vMB 50
583,642 583,642 0000000000000000001252a8423a67a8af59ce1619bc75a5cd30647ec3947d18 3,137 1.00/1.00 vMB 74
583,641 583,641 0000000000000000000dc03860a130bb0f803b15f08d6afa563b88aeead18dca 2,760 1.00/1.00 vMB 110
583,640 583,640 0000000000000000000e3842969b1b45a5e989393eea03287212bc75fbe02398 2,245 1.00/1.00 vMB 45
583,639 583,639 0000000000000000001c43ab1592304aac9eda636aa5da236c133272befd7019 1,340 1.00/1.00 vMB 59
583,638 583,638 00000000000000000020cb4aef279bc0788b2bc411aacd42fe806578fec83997 3,402 1.00/1.00 vMB 103
583,637 583,637 0000000000000000001912d6625674b31caaa7d1e6e96895e7805220f74c0134 2,463 1.00/1.00 vMB 85
583,636 583,636 0000000000000000001dcc82d91ed07ee5c3a4f32f1cb8ab2a5de912036aefde 1,487 1.00/1.00 vMB 51
583,635 583,635 0000000000000000001e1b557504dc936a33a871cfa47a2e1eb987760e33dce7 2,201 1.00/1.00 vMB 61
583,634 583,634 0000000000000000000a5e93d17749609e02aba0a3ab8d2ffe71853773c820d2 459 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.