Loading Tool

Explorer IconExplorer

Memory Pool

89,397 transactions
27.77 vMB
0.07241533 BTC
Random Selection Loading Transactions
Max Size: 176.38/200 MB

Candidate Block

Mining Attempt 34b1b57c8af4b05f243c717959635368d248593afcd7c2a2ef8e7c6f3f5a0b51
Version 20000000
Previous Block 00000000000000000001091d51bc0ca417a1f75cfc600435bb2095a019637d7a
Merkle Root ecdc402d740db4d3b35b590414b556c1a7a69cbb72e9ce52c7ea7866081b60f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 989
Size: 1.00 vMB
Total Fees: 0.00984978 BTC
Feerates: 85.35 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,939 (793,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,137 122,137 0000000000007117265735cf3798d496769e8ffcf3258bb19c6e4e714d26c9bf 7 0.00/1.00 vMB 0
122,136 122,136 0000000000000ef224fb35f3ea4cd34e55dc720ad008bb74e09b320f1ea4cf68 23 0.01/1.00 vMB 256
122,135 122,135 0000000000005d066191708c1cf3ef376bdddf84c1339e5e239911860240ba78 10 0.00/1.00 vMB 228
122,134 122,134 0000000000006670e2ed29dfe09b5a6e62108b9a28da6e3a78f1375f4ec7354b 9 0.00/1.00 vMB 314
122,133 122,133 00000000000013219e05a5cea4ca3ac74af3b9f18c2c942bf52249705a51b40f 15 0.01/1.00 vMB 643
122,132 122,132 000000000000578e72badbf29e2fc3a86c899db2e1167304cdc09c85abb0d3e7 7 0.00/1.00 vMB 571
122,131 122,131 000000000000781d69de3c97d8a735afa619f6fd7ed708f43284d07524126fc8 15 0.00/1.00 vMB 231
122,130 122,130 00000000000091c9efdc335e33440df8c6ab31e7a4b46729332967f26a8d4d76 17 0.01/1.00 vMB 1,170
122,129 122,129 00000000000016b97deceeadba4a66f4a52fbc03b4669bba9e7549b62a146ef3 14 0.01/1.00 vMB 488
122,128 122,128 0000000000002d296fa847ad713ca6b1707dcc567bd6608d994f2bcd1b6842ad 7 0.00/1.00 vMB 0
122,127 122,127 0000000000008f6bdc1685b9022d134c4a545793dd1f972239991eea089070e1 7 0.00/1.00 vMB 342
122,126 122,126 00000000000098b1c463c05c35bbf71a450008ac8bb98d6dbcfb9a0c5512ee08 11 0.00/1.00 vMB 0
122,125 122,125 00000000000051c1efbfff1fbfd472ca0bb17de04eb7d985701e60495faa827b 24 0.01/1.00 vMB 560
122,124 122,124 000000000000838ea54e576b2138b5839c95e86b1e16f60adcc9db7e01e52e20 14 0.00/1.00 vMB 679
122,123 122,123 000000000000573e13021aeeddd6131ae71af8b499fe9ca08e58c417ace30c83 132 0.05/1.00 vMB 0
122,122 122,122 0000000000001f3b8d491f3d9cddf7da6311d21a4a8e28b89c10435975779e06 17 0.01/1.00 vMB 607
122,121 122,121 0000000000002424f9fb7ae7b6b0987206f0d99c9e5b5b2b649d1ef68e55f11d 11 0.00/1.00 vMB 816
122,120 122,120 0000000000007491edd1004222de267a9fc9cf16ae2196c73c1d61c0cd210026 12 0.00/1.00 vMB 610
122,119 122,119 00000000000080147a9b6ca5a5a1aa664e0737aa103465027c9378f4b7914b5b 17 0.01/1.00 vMB 1,748
122,118 122,118 000000000000458d063c160603f0d5863d8394fcfa2aabaf6561baa576f446cb 23 0.01/1.00 vMB 779
122,117 122,117 0000000000004a162f80625a484ed70a0e1b3d932dedb4c72e561a60626aa0ea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.01 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: 799.56 GB
    • Received: 22.74 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.