Loading Tool

Explorer IconExplorer

Memory Pool

19,565 transactions
8.47 vMB
0.03500281 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.25/200 MB

Candidate Block

Mining Attempt bed2fd07b6d098158475ea8d6d63c3bacf932fccb4628735840dafc59ae9b638
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root bf2f1f0cfe49524e9dd766b139776c6d969d54cda242d243592a490d097c7e26
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,717
Size: 1.00 vMB
Total Fees: 0.01688105 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (765,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,071 148,071 000000000000092a1def3e3840c89fb2a96a7a3e7ffcc086b16e21ac82680ea5 175 0.05 vMB 16
148,070 148,070 00000000000008f035ae3ac12c67663e0fc1efa4a8400e9d6da8507e6abdaceb 56 0.02 vMB 136
148,069 148,069 00000000000004f2eb09d3953c0d796b2d1e3b423b58f12eb59e4b5fe7104561 126 0.05 vMB 24
148,068 148,068 000000000000079011df60b1a62531379d074f250174e447424fd1cc6d7d5719 5 0.00 vMB 88
148,067 148,067 000000000000085990045bb7ea813c100c67632e901c70d0af7e802ddfae430f 159 0.05 vMB 89
148,066 148,066 0000000000000650a30e9dc50a919c6185be20b5613ff45c16feee16eb130dad 135 0.05 vMB 132
148,065 148,065 000000000000093354bc115f783f5363fb1b1e2e470400a3fcc8617646766798 63 0.02 vMB 283
148,064 148,064 000000000000032db45a33790ac25f2ddd4714c2b8a21e90972c3d519730b54d 16 0.01 vMB 394
148,063 148,063 000000000000056bddd8f4efed0121bc6c8e21be2502db1ed85afa2b322f9a41 113 0.05 vMB 106
148,062 148,062 00000000000009aa22f086f7988f27beb7674976967fbc25ba5ce2dffecd50da 62 0.03 vMB 48
148,061 148,061 000000000000011489ab02be982e646771e1c2dcc0bf6e87280f0f2301207d99 89 0.06 vMB 49
148,060 148,060 000000000000057d6f31789ac9400d612d214d461db4c73de194f8e35233fb2b 12 0.01 vMB 1,351
148,059 148,059 0000000000000945c7e9043bd6c9fa40de2bdfa0daa20fe0e81d343f87414be0 14 0.00 vMB 0
148,058 148,058 00000000000009c171a535d4d7f82cc01710acd357620ab93deed34f1a291a30 54 0.02 vMB 128
148,057 148,057 000000000000050f1b12daab1f8f933288384819655ac3e4d2328b2fcbb586c3 33 0.02 vMB 99
148,056 148,056 000000000000094ac04ef27fcf6979bc878f22aff4c96e254c8e9ed6a36f0c2e 40 0.02 vMB 253
148,055 148,055 00000000000000e95f6493eea88fda9d7784d75da37a04701104c58f2453e377 9 0.00 vMB 67
148,054 148,054 0000000000000443ae803f60d18947b5d9cd3f0ca03c4e37d7492744b1c6c120 17 0.01 vMB 155
148,053 148,053 000000000000081c88cc174b90d7f08f04f27a27b2b31920a996437447cd31c1 34 0.01 vMB 79
148,052 148,052 00000000000002e9c35af12c56e4da710b31e5aa17899309d95ced6718483bd3 110 0.05 vMB 21
148,051 148,051 000000000000017e56149d2086c471896b91393f0eafe50d3a6cbcdc986b1b9b 93 0.05 vMB 227
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 283.97 GB
    • Received: 1.13 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.