Loading Tool

Explorer IconExplorer

Memory Pool

81,446 transactions
30.47 vMB
0.11350767 BTC
Random Selection Loading Transactions
Max Size: 183.54/200 MB

Candidate Block

Mining Attempt da0fa9b2250b6e49d18aa5be9d493c0c15d11f64a3053799fb0387ab24848426
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef0c9ef287d5f7b2b686f49246a40e7a1250c4a78a5fc8d1f44a52f75bfa2714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.03886648 BTC
Feerates: 180.34 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (226,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,535 688,535 000000000000000000030322bc566d0355b08e4d2f7ff311d92f02a08bbfb42d 2,340 1.00/1.00 vMB 57
688,534 688,534 0000000000000000000d8dc94592b0fcc4431f5be2f232ff1f7fae02d8a820f7 1,958 1.00/1.00 vMB 65
688,533 688,533 000000000000000000040d1879ca5023b1c0f9088a8aa6f3fa61c711ed857089 1,790 1.00/1.00 vMB 49
688,532 688,532 000000000000000000037bc0341b1285fe4764792bf119f8423549a91c985404 2,950 1.00/1.00 vMB 64
688,531 688,531 0000000000000000000959ea9b3351533e831978ed1588a85d57e05cb0edbbe7 2,607 1.00/1.00 vMB 49
688,530 688,530 0000000000000000000b7d19b6a35e4a93780f9bf43798ad1c808bbbbec7111b 2,755 1.00/1.00 vMB 71
688,529 688,529 00000000000000000000690c48e05683923aba959c22a7b700d9f86f63f487bb 915 1.00/1.00 vMB 56
688,528 688,528 000000000000000000042695a756bf2150d48154a24cee15c813f6e9e9e0a36c 2,654 1.00/1.00 vMB 74
688,527 688,527 0000000000000000000154c95e5ce2f8e4cd11384d5a4e150d8d28867729e479 3,672 1.00/1.00 vMB 52
688,526 688,526 00000000000000000006a23ddfcd52d0fe91cdc3e794c3eafb7ca835421c393f 3,116 1.00/1.00 vMB 60
688,525 688,525 00000000000000000008d6066cdb09f6ccb5959a7a7389e548bf5948e1718a58 1,812 1.00/1.00 vMB 61
688,524 688,524 0000000000000000000a4af34d882edd735dfdbaf59e267dcfa7afc436b76d48 2,716 1.00/1.00 vMB 69
688,523 688,523 00000000000000000002a6ed79af6b0c70877d050ad3f61ebc2718bf6b2b0cfd 2,615 1.00/1.00 vMB 76
688,522 688,522 0000000000000000000e0ffd97a66b6ec3ff5ecf469de1fa66cf839ac925e0b8 1,280 1.00/1.00 vMB 65
688,521 688,521 00000000000000000003a13bf965f37756d464fe40a99b3635d5b5a15f887463 2,199 1.00/1.00 vMB 72
688,520 688,520 0000000000000000000805d17ccbd5d712605747c272665531757a4d06e90213 2,426 1.00/1.00 vMB 74
688,519 688,519 000000000000000000059fec5cf40fb34bdd0af1c9a25b72c104974bbfb77d51 2,834 1.00/1.00 vMB 72
688,518 688,518 00000000000000000002be847ceb69de47df11334213127b186fb7fe6dbb93d4 2,413 1.00/1.00 vMB 68
688,517 688,517 0000000000000000000b0e40c287dc3d7f3788a6018f4c223e0ba29835773312 2,038 1.00/1.00 vMB 68
688,516 688,516 00000000000000000002e3411dca4246e489c284691192044f06f65e930d8660 1,396 1.00/1.00 vMB 61
688,515 688,515 0000000000000000000704a675c232466071c78a3bd69966cede9ff4f4d941b9 3,247 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.