Loading Tool

Explorer IconExplorer

Memory Pool

37,795 transactions
27.19 vMB
0.06525794 BTC
Random Selection Loading Transactions
Max Size: 137.93/200 MB

Candidate Block

Mining Attempt 4088cfed9756a7be9938e9c3191ec94c25fb5aa74fc4ad7ad8e1a230c819751c
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root c1e18819763ad604ee0182d43cfd436bfdc87dbc7338fe9a5e2f6213beff6d0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,504
Size: 1.00 vMB
Total Fees: 0.01381602 BTC
Feerates: 179.53 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (440,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,714 473,714 000000000000000000dd8da78ad27248b5fa38e429cd187e2e55214b09be6be0 2,298 0.97/1.00 vMB 124
473,713 473,713 0000000000000000012bd97f0a378e0a5223a8c267f78d37ccc75893b96803f4 2,145 1.00/1.00 vMB 170
473,712 473,712 0000000000000000014f38b709a0e429df72e4b7808816080a5fd64cae8162ad 1,674 0.99/1.00 vMB 453
473,711 473,711 00000000000000000092a545dbcf63cb8adaa548eca9019141a5f3ee2e8ed853 1,325 1.00/1.00 vMB 121
473,710 473,710 0000000000000000007eaaf0899877f5317cd2a480477bde88d9e0a9b57a93c8 1,694 0.99/1.00 vMB 150
473,709 473,709 000000000000000000e1edf3177a88e0a76f8eaa17709c72eb048730c4f09137 1,978 1.00/1.00 vMB 257
473,708 473,708 000000000000000000ab7d45da54aa498f1d59457c28577c519bfd92a451f6f9 2,052 1.00/1.00 vMB 142
473,707 473,707 00000000000000000050cd8a48122cb85bc2a5b77424da6ae92b8a8e89ded8b7 1,709 0.85/1.00 vMB 300
473,706 473,706 00000000000000000137a180270158e40c4ae6aa9efe6b461d100e505fe9d5f3 614 0.99/1.00 vMB 55
473,705 473,705 000000000000000000d39c390270f49b305f38c9abbe569b473245746ae035b4 983 1.00/1.00 vMB 111
473,704 473,704 0000000000000000001ccc6f8446a186d4da9ccb1fbc72b7399966fde7e845bb 2,152 1.00/1.00 vMB 219
473,703 473,703 000000000000000000560b4af667e9177efaabeee941b5e6edfae1f0dd1779a8 1,593 0.94/1.00 vMB 167
473,702 473,702 000000000000000000d8f2eeaa6bcc6778b73f5b296fab3a5f4ffbab1fa4ed44 1,946 1.00/1.00 vMB 53
473,701 473,701 00000000000000000142054cb7f50ecbee9e4dc8adc9448966c9a6f54cb53857 1,599 1.00/1.00 vMB 141
473,700 473,700 000000000000000000be7a3eee2e1c8be4b8df1e303f61e84e947ea8652f9527 1,711 1.00/1.00 vMB 260
473,699 473,699 0000000000000000002316dc21b15d86848b5a65a920df7167b01521356fe45c 1,795 1.00/1.00 vMB 193
473,698 473,698 000000000000000000f3498cb8b37b72e78f47f648960f2d6e9af656db7c3150 1,721 1.00/1.00 vMB 227
473,697 473,697 0000000000000000001aa71835c08f57c8e51579ac3f9a020b78f55439670927 2,406 0.99/1.00 vMB 360
473,696 473,696 00000000000000000121933fc2938675b48ed3604b6b594ac3829e99d434c558 1,178 1.00/1.00 vMB 113
473,695 473,695 00000000000000000046b48223d9a58be0b897dcb5a68287f9ad7f7b3e41aa66 449 0.32/1.00 vMB 84
473,694 473,694 000000000000000000db6aa09f339c5d0588022679a83818f25d2685526a57a2 666 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.10 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.