Loading Tool

Explorer IconExplorer

Memory Pool

73,418 transactions
28.46 vMB
0.06948081 BTC
Random Selection Loading Transactions
Max Size: 168.22/200 MB

Candidate Block

Mining Attempt d02c4b396c2cbfbb68382d1d4ae0e57b2c61048e088a37db8b691196a271e175
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root f831652d2f92802bc331eb78c43a646ea04afb4ec361d3b5c3ed93e474b28686
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.01233900 BTC
Feerates: 100.36 > 1.24 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (497,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,537 417,537 000000000000000003fb6e7556e1a1b257a4723c056c5dc7d5ff7a183a664487 1,882 0.93/1.00 vMB 108
417,536 417,536 0000000000000000044305566e45c18112d10976aee675dacf77e5df7b65e224 1,321 1.00/1.00 vMB 60
417,535 417,535 0000000000000000018bff4bb251be6f1650eb7d724c4b51511aa6eae8493458 2,274 1.00/1.00 vMB 111
417,534 417,534 0000000000000000027d70884520f69292baa34d569914a8bce1cf3aa66020c0 1,911 1.00/1.00 vMB 79
417,533 417,533 000000000000000004441bbab473c4583d570ba7f46e119cc21680507aac852d 2,103 1.00/1.00 vMB 85
417,532 417,532 000000000000000001c5fc94c1d9a782ef4c73c5f1e6c9ad3bdb036d64dbefdd 2,472 1.00/1.00 vMB 78
417,531 417,531 000000000000000001222e86ab89a06efc44f08edd60ef9c442312a3c1e4ffc2 2,253 1.00/1.00 vMB 66
417,530 417,530 0000000000000000029291cb13bf5d3fc2e5247b616ec242835bea37b0991237 1,020 1.00/1.00 vMB 79
417,529 417,529 000000000000000003e35002a2e8a54bc956831c8d462d146f8ecb123ccc398c 1,699 1.00/1.00 vMB 94
417,528 417,528 0000000000000000049d45c3dccc72540a53809a1785b027488d920364263db2 796 1.00/1.00 vMB 73
417,527 417,527 0000000000000000041a28d2d040d74807484a655d84ab8493dcd505692e4cbf 1,548 1.00/1.00 vMB 90
417,526 417,526 00000000000000000178c3c0ac1f2b7aa836d3dde8d64708fc01c758805f51b6 905 1.00/1.00 vMB 81
417,525 417,525 000000000000000000ac77d962d5df8b71060c05353c965f78552ea3ccc24492 1,836 1.00/1.00 vMB 109
417,524 417,524 00000000000000000494d9e30ce950cf6cfb82b72e715145261261812dc30518 1,443 1.00/1.00 vMB 60
417,523 417,523 000000000000000003b816e1dd5723541bb5f1a564d9281ff89f6e0f4b7af844 2,469 0.93/1.00 vMB 99
417,522 417,522 0000000000000000051137c3f0274117be67d854972dc14fd8bded61d94f3a4d 1,910 1.00/1.00 vMB 35
417,521 417,521 000000000000000002dd478756acf7f11a838dc5be927d1dd4df2b1746e8f0e1 2,666 1.00/1.00 vMB 90
417,520 417,520 00000000000000000364ec069e036ea18d7da8d5de17193ef2ce238b6652f9a3 2,333 1.00/1.00 vMB 62
417,519 417,519 000000000000000002a1844e347bd7afb1ab7e4db5f79abe3876d9182889cc94 1,146 0.44/1.00 vMB 63
417,518 417,518 0000000000000000018d8e88d325ab15bee7fb7d5401d60c600425c0f248f1bc 812 1.00/1.00 vMB 23
417,517 417,517 000000000000000001c702daee60e0fdb96f2a314c6f98234acceb3f784041c7 1,109 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.