Loading Tool

Explorer IconExplorer

Memory Pool

81,376 transactions
29.95 vMB
0.08753262 BTC
Random Selection Loading Transactions
Max Size: 180.80/200 MB

Candidate Block

Mining Attempt 9588a030b4cdbf5abc34c94835e586af68f6f71fa7e06af170d2ba027b0a3f1f
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root b0ba2ba937ee759fde8502865f231bc09103e7d11c8e881739c823bad0b9d3e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,633
Size: 1.00 vMB
Total Fees: 0.02644444 BTC
Feerates: 500.73 > 2.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (150,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,676 764,676 0000000000000000000724a3f1252b350a6bd0918a6929d4dda5f25ead7af2f2 2,157 1.00/1.00 vMB 12
764,675 764,675 000000000000000000021c5031bc963efde9adb7a6b84c3b5d8cc9a054baf04a 2,879 1.00/1.00 vMB 29
764,674 764,674 00000000000000000002a135902dca86ae0b8368467cfead332c8584951a42a8 2,319 1.00/1.00 vMB 38
764,673 764,673 000000000000000000033bdb923033af7e10a6b75affb1d7ea6ac28ef1f028e0 2,385 1.00/1.00 vMB 25
764,672 764,672 000000000000000000060423d0b0a219292b7af1bee0ad1fe7d0565db5f95dce 2,476 1.00/1.00 vMB 18
764,671 764,671 00000000000000000006047e0130b6ce0aeaa1390c307154d27fc17e77ae0610 3,251 1.00/1.00 vMB 32
764,670 764,670 000000000000000000015667a5af9373d5bda747ca3a6386a771b30b5bad7fd2 2,710 1.00/1.00 vMB 37
764,669 764,669 00000000000000000000979448c1b39abff99bdbb86f2c6e84866b9d801b5ef1 144 1.00/1.00 vMB 6
764,668 764,668 0000000000000000000328076dfb8ed1cdb74cc786d8f05e9117f87302d38a00 1,898 1.00/1.00 vMB 16
764,667 764,667 00000000000000000005f54c0424b02aae216ee61e600ca2d31b5bcdc2398788 3,189 1.00/1.00 vMB 34
764,666 764,666 000000000000000000016e5ef6b2d316dcbfe4fa36f77f0c2115a59be88e8e16 2,253 1.00/1.00 vMB 20
764,665 764,665 0000000000000000000133379eb82e9f0828ea236b033bc5965f3fe347a9fc1b 3,018 1.00/1.00 vMB 36
764,664 764,664 000000000000000000036cf8f8be51cd0cac38522d878ce1ac8b19c29b2772e2 2,376 1.00/1.00 vMB 28
764,663 764,663 000000000000000000005846617cb4cce314a2be418d3a2bbe5302c8dc52fbbd 972 1.00/1.00 vMB 20
764,662 764,662 00000000000000000000dfb48f316914f27ad8943cd202f05441ee874d0c4223 2,075 1.00/1.00 vMB 14
764,661 764,661 000000000000000000021aef451b7994664fa587e114cd8017f1440ae1c82615 3,616 1.00/1.00 vMB 41
764,660 764,660 00000000000000000000d90e57aba873f17e40b24cedd9fddd8330a3cbd5c751 338 1.00/1.00 vMB 7
764,659 764,659 0000000000000000000281ba2e3b8e899b1eab05a3b7c83feed5f05a74246d35 3,144 1.00/1.00 vMB 26
764,658 764,658 0000000000000000000367b13645d079ace0a4005f9c9a9dcfec0ec440b7c2d5 1,867 1.00/1.00 vMB 18
764,657 764,657 000000000000000000075479c895343bcde174c213ea84769c5672163549f162 1,934 1.00/1.00 vMB 11
764,656 764,656 00000000000000000006d1028e55426d7df918c231ee66f251f0b735c7002eff 2,139 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.