Loading Tool

Explorer IconExplorer

Memory Pool

42,072 transactions
28.75 vMB
0.07277057 BTC
Random Selection Loading Transactions
Max Size: 146.88/200 MB

Candidate Block

Mining Attempt 6fdbe77f125650a704f71d2748110225db40b4b0f9031c061ecf6f89bb3781da
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root ab81ad10d27a08d9e4e7383e9dc40101962dfc77266370084bb6ccace53a4a8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01687655 BTC
Feerates: 104.56 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (457,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,478 457,478 000000000000000000e5d711963b706757f61b4f6f3872d3d072af8d02c53b86 1,611 1.00/1.00 vMB 138
457,477 457,477 000000000000000000bc994d16320fe6273d542b9c1838abb0947a4decff21dd 1,869 1.00/1.00 vMB 188
457,476 457,476 00000000000000000089f4d9f9ad831770deff02c535ba0452cfa24045925f1d 2,260 1.00/1.00 vMB 194
457,475 457,475 000000000000000000f66f3e0e126ceb8cf84bc65a56f5d990a46b44c82446a1 1,964 1.00/1.00 vMB 187
457,474 457,474 00000000000000000190315de7d80668aabbac001d6a8bca0f00a32b789f0460 2,305 1.00/1.00 vMB 220
457,473 457,473 0000000000000000025ee8a4a8e9a7e90ff0a9b1353d01d940b9fbea1ebec0aa 1,875 1.00/1.00 vMB 147
457,472 457,472 0000000000000000016e4cbd646c2dd0ee631bea4c950f1e40db5584c18af058 2,023 1.00/1.00 vMB 163
457,471 457,471 000000000000000000e395b40ebcf96367b68d56260c1093eb54d1df1be68155 1,941 1.00/1.00 vMB 215
457,470 457,470 0000000000000000010df8e8c992e4d8263706edbfd335b3d25c77fc8d5099c6 1,995 1.00/1.00 vMB 171
457,469 457,469 000000000000000001b42058a5f81d944a458f562053d70efb58f861bd3452f6 2,240 0.99/1.00 vMB 228
457,468 457,468 000000000000000001d87a36c143e752902325e267337ec5338e8b0626fd3473 1,700 1.00/1.00 vMB 173
457,467 457,467 00000000000000000227197027a3882908a2783a3466c97da42cccf03f801adf 1,091 1.00/1.00 vMB 185
457,466 457,466 00000000000000000158873021fc4a25caaefcb83246f14544f65bbc3046f868 1,601 1.00/1.00 vMB 78
457,465 457,465 0000000000000000011794ec3c93d55ef45f78f598562b0e76de255511e1c1d6 2,146 1.00/1.00 vMB 121
457,464 457,464 0000000000000000009ae53a76e0a7bfb313439e7dbfa232c5ca4e3378952006 2,072 1.00/1.00 vMB 177
457,463 457,463 00000000000000000143dc2e411682624ebf68ab15a84b6743a90a4ad8af404b 2,215 1.00/1.00 vMB 233
457,462 457,462 000000000000000000ed2bb64b33b9786f6539c2e4ef301bbbec5245de9b4220 2,371 1.00/1.00 vMB 222
457,461 457,461 000000000000000001da1d89914e1fac3fc6c5482d2970d8bf494c3505e9b3e2 2,628 1.00/1.00 vMB 155
457,460 457,460 0000000000000000023f2312dd40b3137135d72a96b5931d0b5a170cdd4a1e35 1,741 1.00/1.00 vMB 125
457,459 457,459 000000000000000001f944a91f53b23aa0d948de220e166e0e4e3dc45740c6ff 1,957 1.00/1.00 vMB 163
457,458 457,458 00000000000000000162d42e8f738c91b67fa156909c132aebe61d1462b56788 1,827 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.