Loading Tool

Explorer IconExplorer

Memory Pool

35,503 transactions
33.78 vMB
0.08551219 BTC
Random Selection Loading Transactions
Max Size: 163.80/200 MB

Candidate Block

Mining Attempt 8de192e32af62c4dbb1855d28af5a42d9d8d11909faa18e83a1bd6219f40721c
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root d50cedfa1c310a9a32bea7eef9c345831360884b20906040233050db13860e46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,072
Size: 1.00 vMB
Total Fees: 0.01453752 BTC
Feerates: 101.68 > 1.46 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (801,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,443 112,443 0000000000004d419de687d92cc62d34fa7bae5ef20ceb0aecf604ced7dc7bad 25 0.01/1.00 vMB 0
112,442 112,442 000000000000fd57cb6bb1d0a2fdab96b686173934126fb4d1000f7811be04b1 11 0.00/1.00 vMB 1,083
112,441 112,441 0000000000006b4025b1a9d67490b31ea9edf428e6c46f19fbe698f566585ec5 14 0.00/1.00 vMB 1,540
112,440 112,440 000000000000bdc7ecb72ef1272b808c802f3761ff4db7ad8affa4ad396cbf91 1 0.00/1.00 vMB 0
112,439 112,439 000000000000a2b68009c1584c80eabb1d8a8ee85d3701d229d8263eb87989a8 7 0.00/1.00 vMB 1,023
112,438 112,438 0000000000006b51acfe7b150160c3a68255df53332483ea3114097def532786 2 0.00/1.00 vMB 0
112,437 112,437 00000000000078d19ff99c91a342d48d3f09b391bd4917bc018f73b41c66a816 7 0.00/1.00 vMB 0
112,436 112,436 000000000000d1403bcf6c8de04887eb5d60c2b7f475dfb1c9a942a9c7a0f9b2 12 0.00/1.00 vMB 1,070
112,435 112,435 00000000000093fc85afb61fe537f8cdcb60d438b2bd547f5f2934ce0a10f206 12 0.00/1.00 vMB 670
112,434 112,434 000000000000d9134d3b2bc5605b5646f935778224ed4f83b3258b118b11300e 18 0.00/1.00 vMB 227
112,433 112,433 00000000000124cfc6f0f5a0ef0b1011c73db995cc0a08d375bccd018e831f46 11 0.00/1.00 vMB 1,057
112,432 112,432 00000000000015431630fdb171a1119f53be982ee8ff7c262171163960e6e5e4 15 0.00/1.00 vMB 1,763
112,431 112,431 000000000000564ea49daa829f4161f3104adf2c32cb17702d44184bef812124 2 0.00/1.00 vMB 3,861
112,430 112,430 000000000000190a013f3968e44a62c4ea7e34f31e967956157c880dfc2cdc25 3 0.00/1.00 vMB 3,883
112,429 112,429 000000000000187757e5ba2948dc7b8c98592d584cb63128bf414e06309afb35 5 0.00/1.00 vMB 2,004
112,428 112,428 000000000000bbe8019ea09a85d658d4849f628c1acc8ac0f1de5419ededf6b3 5 0.00/1.00 vMB 3,225
112,427 112,427 000000000000548b6f840fcb62751b4af229fd33d4c76899b7abddf137f75b6f 7 0.00/1.00 vMB 0
112,426 112,426 0000000000006272c67aaa40c9601835009e3c803a8f93b09eab3b332e5d5a32 21 0.01/1.00 vMB 392
112,425 112,425 0000000000012c68144e6699925b368ca024a844a88cad2fee78c2214ba21d49 3 0.00/1.00 vMB 2,217
112,424 112,424 0000000000008557470a20dfba410b024f2d7e83d4c5f75168c09099cfbc20b1 5 0.00/1.00 vMB 1,436
112,423 112,423 000000000000e0abbae8f021c0677c1d645353cf968dd56a0f6c8a37e9854097 10 0.00/1.00 vMB 1,661
Previous 10 blocks ↓
Total Size: 781.16 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: 581.75 GB
    • Received: 9.22 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.