Loading Tool

Explorer IconExplorer

Memory Pool

42,874 transactions
28.78 vMB
0.10477896 BTC
Random Selection Loading Transactions
Max Size: 148.69/200 MB

Candidate Block

Mining Attempt c4d24c7ddd4baec6ce9a1985027b64356e6f74e087b4b442c824e319d189829a
Version 20000000
Previous Block 000000000000000000004392fb14b7d54ea705b3301756e90103a9191cb1e5b9
Merkle Root 628c596adf8e6d7137f71c8fcb0703ccbb503e3c30bd991c36bf4aeb29fad2c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.03436877 BTC
Feerates: 251.72 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,306 (801,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,451 112,451 00000000000029b1a5958ce5c929a26d80b91f2e87b7e0a9139b2284f3bb528b 2 0.00/1.00 vMB 0
112,450 112,450 000000000000ed8b8f2fb701667482d9afd5de06d4f148477dc9f220abb45a97 2 0.00/1.00 vMB 0
112,449 112,449 00000000000064597b9de1495d515dcba2aa75294c6df06420e1dfb43d9558d4 1 0.00/1.00 vMB 0
112,448 112,448 0000000000009f0a70a77bee4b9cf48f2bd70548e572755e2029a18083371811 3 0.00/1.00 vMB 1,512
112,447 112,447 0000000000004205cdbf0e8739e94ec28431b962b7189395bc809f06039710df 2 0.00/1.00 vMB 3,875
112,446 112,446 000000000000646a18445300965e43020356cc9df020d334895516f9a2178c13 1 0.00/1.00 vMB 0
112,445 112,445 0000000000008ca06830f1ee94d10046614497792e929ecfb45aab8dcb2c4a83 3 0.00/1.00 vMB 2,074
112,444 112,444 000000000000cb8c76e6adbedabfc076930dd1e5cac8efa4453cbeee818cbfec 5 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.14 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: 581.43 GB
    • Received: 9.11 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.