Loading Tool

Explorer IconExplorer

Memory Pool

44,715 transactions
28.54 vMB
0.06446579 BTC
Random Selection Loading Transactions
Max Size: 151.80/200 MB

Candidate Block

Mining Attempt 7c8a974ab4ab8ad8cd2d5355f997b0f197796a8109be902dfea586618c9af217
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 0732325b5d1126d6d92d7df7a4b3a9d9d06c780fc19638622958f5473fd597c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.01039184 BTC
Feerates: 60.21 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (458,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,570 456,570 00000000000000000243fc8440402a8792febed036dc4131e5fde231e9f28441 1,167 1.00/1.00 vMB 93
456,569 456,569 000000000000000001ad4f1cda22f1e571a9a76065f534347c2b5c5dcf40f28e 1,425 1.00/1.00 vMB 123
456,568 456,568 000000000000000001c5e0110e57c350e54cc131d10565edeca77362e7e6175e 1,302 1.00/1.00 vMB 94
456,567 456,567 0000000000000000014d79ad03fa79ac0f8e44cacf4378eda9b74b9b4306d724 2,139 1.00/1.00 vMB 138
456,566 456,566 0000000000000000011c8c5e07c0b1c4a6b90c38a15956e74fa41c5e9f306148 2,005 1.00/1.00 vMB 138
456,565 456,565 000000000000000000b00bea7562333bdf2997b6a01047f0a6ac05906b6256e9 2,045 1.00/1.00 vMB 170
456,564 456,564 000000000000000001591b2d435a605aba497f1564e05a1525962ddfccd52bcf 2,725 1.00/1.00 vMB 258
456,563 456,563 0000000000000000000971068d2dce4d099c71daae5eae555d26bdd91611869b 1,377 1.00/1.00 vMB 94
456,562 456,562 0000000000000000011e5c346c942b45ba6c9f70e528a108dad9c74583a98273 1,244 1.00/1.00 vMB 65
456,561 456,561 000000000000000001278d566be969756c7b9dc20570c1f2b69b34b9465d8863 1,000 1.00/1.00 vMB 79
456,560 456,560 000000000000000001e0364614de80d7769e9e7458c1302223d928c87ddefbce 1,142 1.00/1.00 vMB 79
456,559 456,559 00000000000000000260bfa72d7c483fd460aef079028bfd0dd3fb15168eb0a5 1,137 1.00/1.00 vMB 89
456,558 456,558 00000000000000000124868f91b92f51d76f0784618f962b415cb6bcfc174274 1,866 1.00/1.00 vMB 171
456,557 456,557 000000000000000000737f81c951bf1b3312ec6a02677403907b1ac00a8ee7f2 1,901 1.00/1.00 vMB 70
456,556 456,556 0000000000000000018f6cbc1c3154c53f0ead5471adb8467e1e6969768e1816 2,240 1.00/1.00 vMB 174
456,555 456,555 000000000000000000fe883d762ea270ec111fc0608cc9c7194e16ed23b003d7 1,471 1.00/1.00 vMB 169
456,554 456,554 0000000000000000017120f25be08731a0a0ba41c208752826f890ee0e64a9a7 2,114 1.00/1.00 vMB 157
456,553 456,553 000000000000000002082a158ba4f518e05ce6ddd96b9884758aa8b337044e11 1,386 1.00/1.00 vMB 100
456,552 456,552 000000000000000001f84d2a3beb7a1c95a738d39d4590a8d6bde641ff531cfc 2,085 1.00/1.00 vMB 170
456,551 456,551 000000000000000000b00bd470e4e61ad16442c84d474a3fd86e2b7fa08b0efc 1,916 1.00/1.00 vMB 45
456,550 456,550 0000000000000000007d261cae5e9ed94e513461f50385dfd39336553528e453 2,387 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.