Loading Tool

Explorer IconExplorer

Memory Pool

76,376 transactions
28.55 vMB
0.07176070 BTC
Random Selection Loading Transactions
Max Size: 172.81/200 MB

Candidate Block

Mining Attempt bcef8e11b940c77b3613b65fbd32b504b99954a2e2f850235320a1eda5ebcc7f
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 52b39196032b941a400b75068c6bc3c065bc9bcad2e98ba95cbf0f4d5a0d67bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,436
Size: 1.00 vMB
Total Fees: 0.01257765 BTC
Feerates: 100.17 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (171,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,266 743,266 0000000000000000000083425c9299e32ee1dfb7804cf498a88f9b7f995f7842 302 0.08/1.00 vMB 17
743,265 743,265 00000000000000000005d329b644d45ffd79d76b2debbeb4986b9e22ea65c3a3 2,116 0.85/1.00 vMB 11
743,264 743,264 000000000000000000041a4e4aa3e3452ccc09a7f1d6e1ac1f7a5fd29c023f90 510 0.96/1.00 vMB 1
743,263 743,263 00000000000000000004e57f37202da0c42ce4bde1a25dcfb6c70752f4c41982 2,287 1.00/1.00 vMB 8
743,262 743,262 00000000000000000005f248df3df4215d0e2a59c67b5e26a21c62def7517ac1 1,437 1.00/1.00 vMB 6
743,261 743,261 0000000000000000000352712805ed71ffe1627f60e36d68ad863f5817e0bc88 2,855 1.00/1.00 vMB 19
743,260 743,260 00000000000000000003fdf12e4e3f9c5ecffc85885d641520720bf71183b7ce 3,106 1.00/1.00 vMB 23
743,259 743,259 000000000000000000063e4923bd7cf27e1e473cd2652cb838b49fb729abcd3d 526 0.51/1.00 vMB 6
743,258 743,258 00000000000000000004cf701bfd958fee39a9427e6851c9fff2640a23a7f1eb 640 0.52/1.00 vMB 5
743,257 743,257 000000000000000000031066134ec7edbf8e80fe31d40c14c4c6c83dd581dc55 1,133 0.70/1.00 vMB 10
743,256 743,256 000000000000000000067c1d0d128fb654de5a3cf6e1c5a2ffa16cc8d2e88a58 1,017 0.84/1.00 vMB 8
743,255 743,255 000000000000000000014fdd9dd2d9c08a6c185dd4dfb34838c45e83e4ba9b62 1,841 1.00/1.00 vMB 14
743,254 743,254 0000000000000000000531fddd7dbff26d3d805eb30c5931aac5034ac2d7e882 2,673 1.00/1.00 vMB 17
743,253 743,253 00000000000000000000e7f2c284e4fb4dfb9d112142be5b695ea52917fc62a7 747 0.26/1.00 vMB 13
743,252 743,252 000000000000000000012e66861797819665323c78daeeb4ad41764c54c2d8fa 1,120 0.45/1.00 vMB 12
743,251 743,251 0000000000000000000747a385e13c2de8391f770f2acd6bc97410679364b1ec 638 0.35/1.00 vMB 9
743,250 743,250 00000000000000000006201674e78f64cf6ce008a6379d98904634df6ef84aed 1,653 0.71/1.00 vMB 17
743,249 743,249 000000000000000000094e3628187c6c1c0b3c868a5061c3a9a5041b977d5067 1,054 0.46/1.00 vMB 15
743,248 743,248 000000000000000000014e1d006297003df9ced6904feb060116b4824d942859 51 0.01/1.00 vMB 15
743,247 743,247 000000000000000000047639db4c85bed54f1e06e450a893b99f757de987c652 2,060 1.00/1.00 vMB 12
743,246 743,246 000000000000000000095cd1a72516b9cc5829d259d5d485ed7e3ce4e0ba009a 1,804 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.