Loading Tool

Explorer IconExplorer

Memory Pool

77,212 transactions
28.70 vMB
0.09465108 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt a0a8164662d1c282b1fcff6f4f795a80c57c5567a935b9f2095553ff29060b3e
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root b63ce72e6ec0cc9c30c94a1e9a80d28d5fd44cadc284a3d3ad8c66ed698964db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,440
Size: 1.00 vMB
Total Fees: 0.03506752 BTC
Feerates: 101.64 > 3.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (319,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,458 595,458 00000000000000000009fb4e43eb0ce7762da90bcb3b0bbeb9cc54fb5782639a 2,953 1.00/1.00 vMB 27
595,457 595,457 000000000000000000022553d1e8a6b74f137f361be036fd26b4a2e6f5feb38b 2,540 1.00/1.00 vMB 32
595,456 595,456 000000000000000000046a255a5fb30df3185cd4e257b0cfca7f7a7096a388e7 3,276 1.00/1.00 vMB 40
595,455 595,455 0000000000000000000da2666a6102e7b5057a06fbbae3409987287c5fdfdd90 2,747 1.00/1.00 vMB 22
595,454 595,454 00000000000000000011e35b5ac75cbdecc07840bc4220cdf4b7c2a319e0938a 3,011 1.00/1.00 vMB 32
595,453 595,453 0000000000000000000812600675e33e0eb44651af17a98799de9af059d68446 2,312 1.00/1.00 vMB 29
595,452 595,452 0000000000000000000a29c2709d874e2408aaf90e6b9ff2bfa9400cb3c285c1 2,679 1.00/1.00 vMB 44
595,451 595,451 0000000000000000000bbd092c8f5839db97dbcc388a5060feef5064dae11d99 1,991 1.00/1.00 vMB 25
595,450 595,450 00000000000000000003eef4da29a861f324c566f273f61db13c1d92a69b8c92 2,643 1.00/1.00 vMB 20
595,449 595,449 0000000000000000001504b4bf66ea4686546042bc91eda2e958f87c96f1431f 2,765 1.00/1.00 vMB 31
595,448 595,448 000000000000000000067bf785f8cf38481cf7e776a4b29a5b1653141538aae2 2,178 1.00/1.00 vMB 22
595,447 595,447 00000000000000000009136e9596d4d990b6ba7f3a836c849447c31045af25f9 1,794 1.00/1.00 vMB 26
595,446 595,446 0000000000000000000a37e96be857dee4a924b12761b15678800c3d9576cd97 1,514 1.00/1.00 vMB 52
595,445 595,445 000000000000000000079c43fb770154f8d5783a78017532491a6787d6282a24 1,006 1.00/1.00 vMB 80
595,444 595,444 00000000000000000011b7f7b5fee5ffaae6e651cf323c4e155fd981ded4a179 2,804 0.99/1.00 vMB 39
595,443 595,443 000000000000000000045783b25f193b344404871b85348b188b2e735f3b539f 2,771 1.00/1.00 vMB 33
595,442 595,442 000000000000000000167cc560d6bc6436e6e5f26858e489beae00f557e8de28 1,765 1.00/1.00 vMB 23
595,441 595,441 000000000000000000104bfa680d79939c067c9874b3558254e6b5f1cb0cac32 2,309 1.00/1.00 vMB 42
595,440 595,440 0000000000000000001126e67ec47490226d2cfada157eb16b6df38d58f8e76b 2,581 1.00/1.00 vMB 46
595,439 595,439 0000000000000000000b8013808e3cb59bc0d08020b869e3f1d725e574ade8dc 3,084 1.00/1.00 vMB 24
595,438 595,438 00000000000000000010add8c887c4d90cbdd5a5840c8def6718c3b6f27a3b78 2,910 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.