Loading Tool

Explorer IconExplorer

Memory Pool

38,811 transactions
28.53 vMB
0.06859008 BTC
Random Selection Loading Transactions
Max Size: 144.43/200 MB

Candidate Block

Mining Attempt 9ff3e32601bc1ff20d33ffae902f7dcb02b05c4deb3b4afccd50a7608ff2120d
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root a93b987d2508b43cc93da0f9c42b7f915e714cc4be0e79d15e84cab5590fedc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,160
Size: 1.00 vMB
Total Fees: 0.01352003 BTC
Feerates: 105.82 > 1.35 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (167,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,119 747,119 00000000000000000003d0025f995257cf7513c2bde5821d57b328b4a3107843 2,149 1.00/1.00 vMB 16
747,118 747,118 0000000000000000000a1e8bf8b496271877f3634f52091c55fe5994aa46cc28 3,082 1.00/1.00 vMB 17
747,117 747,117 0000000000000000000138e5e43d0c063ddcda617fe4d33982e13417690a8430 2,715 1.00/1.00 vMB 20
747,116 747,116 00000000000000000002767dc6c8006262d3746d860a14d43c545e1a68e9198b 2,668 1.00/1.00 vMB 21
747,115 747,115 00000000000000000007267633368891516018e8e389d01da55c4e5ed86505f3 3,396 1.00/1.00 vMB 21
747,114 747,114 00000000000000000008b13125deb31fc3127566b1a9428c2b314fa30d80f981 2,408 1.00/1.00 vMB 30
747,113 747,113 00000000000000000000f08c66bc6d76b0d34d9f4e8934bc5530d094c1d5989f 3,152 1.00/1.00 vMB 13
747,112 747,112 000000000000000000079b53c1d8123e50c5e60b60a02d8eb2fe5514f928a16f 3,031 1.00/1.00 vMB 20
747,111 747,111 000000000000000000097c300a07721ac7ca8ef6afdf399a2e1875a990c03b51 2,597 1.00/1.00 vMB 7
747,110 747,110 0000000000000000000082ea849ced9811f2b726710e2a9f531a6bbaf85dbf68 3,310 1.00/1.00 vMB 19
747,109 747,109 00000000000000000009c4ec755f9e8915ad6cd5901eef1a67e730ca812cccba 2,999 1.00/1.00 vMB 16
747,108 747,108 00000000000000000004fd0b3fbf1568bbe4f8927f618e2d4286d441b1de2e78 587 0.19/1.00 vMB 9
747,107 747,107 00000000000000000007d742b0193aa9c6211c4416a783ff06162bc39ccbe490 2,901 1.00/1.00 vMB 12
747,106 747,106 00000000000000000009d2833dae40b6da2684db26c9fc3c492f1f52a65bac52 909 1.00/1.00 vMB 1
747,105 747,105 000000000000000000082ad96c6a212685c1f60a1380ed7a368cee586eb9702f 2,397 1.00/1.00 vMB 9
747,104 747,104 0000000000000000000808e2941f875e8283434ea1204aec88e5ff5ed38d7c44 2,369 1.00/1.00 vMB 9
747,103 747,103 00000000000000000009389f1998e92ea205f00ce4e3a6f73ea5894a4a6cb645 2,763 1.00/1.00 vMB 5
747,102 747,102 00000000000000000002342d630b0175d765c4c08522f1b304ba95aee42592bb 2,597 1.00/1.00 vMB 9
747,101 747,101 0000000000000000000285b0a1c55eb2eca03a5e5e4742ebb1c4fca930e591bd 1,946 1.00/1.00 vMB 7
747,100 747,100 00000000000000000004683ae29059a2b93a0f6614e5aa31b08286e59e48be27 2,400 1.00/1.00 vMB 9
747,099 747,099 0000000000000000000382ec8e44d9b91fcc75f6e0b09745a9e3c523383fc885 1,837 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.60 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: 623.59 GB
    • Received: 11.47 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.