Loading Tool

Explorer IconExplorer

Memory Pool

36,433 transactions
25.79 vMB
0.07590798 BTC
Random Selection Loading Transactions
Max Size: 132.81/200 MB

Candidate Block

Mining Attempt a25ba7b0c327d3a5f32c371c57b2af20fd461a66c96da17774e74661c4ac5c89
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 8869679d3152cf21494d7fffb827824038bdb5d41b9b85e237529d2d49e88e9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,359
Size: 1.00 vMB
Total Fees: 0.02915306 BTC
Feerates: 101.64 > 2.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (830,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,170 84,170 000000000011710cd5fd1ca4e5e8b44f5690197ca4b157346e52c306757e7226 2 0.00/1.00 vMB 0
84,169 84,169 00000000001cbea9d8c71bc77120c810ba727928e8d61f7a5a101b50c7385297 1 0.00/1.00 vMB 0
84,168 84,168 000000000015dbe608c32db9ad81fb2a57d94588d7212e74e46fc8cba6c6dcef 1 0.00/1.00 vMB 0
84,167 84,167 00000000000d6dd3a41e0b382e06a2e4c6949f56191a81c5134b2daaa171040d 1 0.00/1.00 vMB 0
84,166 84,166 00000000002b753df6f9cb7117f043670032deeb6e623bd0e9920aa551f4a934 1 0.00/1.00 vMB 0
84,165 84,165 00000000002d5b706c4dbe287d3446623a45793796baed31d2c5d41ed31fc401 2 0.00/1.00 vMB 0
84,164 84,164 00000000000785b7eb95a07aa1f37875309b658553e3eb009daed07fbe99e2aa 1 0.00/1.00 vMB 0
84,163 84,163 00000000000d713e23ea5a1b6862b34a31bbfa6b3c8f7a36dff9d576624bb33f 1 0.00/1.00 vMB 0
84,162 84,162 0000000000130dde1cfd5cace5fa0fccea1b46a8bc3e1cfa5fa1848c2247fe05 3 0.00/1.00 vMB 0
84,161 84,161 00000000000b17dacc79be23a891622b6043b8045737d761801018b7bf246025 1 0.00/1.00 vMB 0
84,160 84,160 00000000002f66b71fda4ddb3ca07332b0682ee685d59e36167b38534ce37e8b 1 0.00/1.00 vMB 0
84,159 84,159 00000000000cb32c065d797a2414b4d079044e6dcd4ea1b2e413dd93724cef55 2 0.00/1.00 vMB 0
84,158 84,158 000000000009724dfa832b97e747308860db3390c3b50d45c4e9946b31a91721 1 0.00/1.00 vMB 0
84,157 84,157 00000000001f87b4a8a43768c8326584b90639bbf1a1586ec45e934ca69dfd83 5 0.01/1.00 vMB 0
84,156 84,156 0000000000242fe69f9e9a254b3cc53404c5a005d496db3ae054507ec9bd359a 1 0.00/1.00 vMB 0
84,155 84,155 0000000000148130d84d646fb512341c276c38dd9aea9655d257655085d1b1b9 6 0.00/1.00 vMB 0
84,154 84,154 00000000001cab89d5b8e5a33519d5855a72597d02ef1f3e1aff93243c2972b1 2 0.00/1.00 vMB 0
84,153 84,153 00000000000c359c323ce30b4e14b27da584ce38b99be1424fb9fb1008890fe2 1 0.00/1.00 vMB 0
84,152 84,152 000000000003691fe437be255fcf5e3a4d4fea765cd428fdf954bca47daa1f1d 1 0.00/1.00 vMB 0
84,151 84,151 00000000000d82e11e5a396d06e52f22bb2a9db2babf2743d3e2d6c2e849f8bb 1 0.00/1.00 vMB 0
84,150 84,150 00000000001b9eb76ab861a9766318b77a79001b4af77df604596d6d020d0880 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.