Loading Tool

Explorer IconExplorer

Memory Pool

40,509 transactions
19.68 vMB
0.05460178 BTC
Random Selection Loading Transactions
Max Size: 109.74/200 MB

Candidate Block

Mining Attempt 2a840e7abf2ddd6198d9f502f41a1009a9f7670ffb58f468ea2f5f5c25017a62
Version 20000000
Previous Block 000000000000000000018dfea523a08efde97d0baa6ce74524f912cdf4780010
Merkle Root 3553ef9db05ca306a9568e688e1c6374a9db1fc38b97c5e008d44fb488bd3e14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,854
Size: 1.00 vMB
Total Fees: 0.01623352 BTC
Feerates: 100.34 > 1.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,064 (881,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,546 32,546 000000006d3c4388715aef3b93be300e231f052241bc11db5a5e2e2a4b89faca 1 0.00/1.00 vMB 0
32,545 32,545 00000000350fea3a0f7dbbffa2be3a8ff6e6dd0be43ef6dbdf77bb31ca470d36 1 0.00/1.00 vMB 0
32,544 32,544 00000000990a011b15ca8e4c1eb350fb76e9df1ea0ac85b23a2a058962b5ec14 1 0.00/1.00 vMB 0
32,543 32,543 00000000d2330a823160c5a1ecf99e0b2f0ce74e359365da4f1aa5d26b45cb96 1 0.00/1.00 vMB 0
32,542 32,542 00000000cdcce79b885d33b6ffbfa3e2f943cf5269766bd207060f0b061a12b3 1 0.00/1.00 vMB 0
32,541 32,541 0000000018a5774da06b9690678a5f5a1972a25ffd85c0123c1095219e90382f 1 0.00/1.00 vMB 0
32,540 32,540 0000000067e6abc39bd8baac5f51ed09b29877aef8a7945ee75cbe23436f71d2 1 0.00/1.00 vMB 0
32,539 32,539 0000000060133b7aa3601e92c651475f96e8ea977308c81ef8265407ac6e2b5f 1 0.00/1.00 vMB 0
32,538 32,538 00000000d2379a7031952ce1f372a6c34d0f39b55ee2cc002adbbbc7f6337f25 1 0.00/1.00 vMB 0
32,537 32,537 00000000d2f52bbecb36b16fe8676ae6ec2b5b5f03b481f23c1f351c6b410941 1 0.00/1.00 vMB 0
32,536 32,536 00000000d4cb2cd487e1e875cb76a50e6f51018fd72b84f3fd777000d65530e6 1 0.00/1.00 vMB 0
32,535 32,535 0000000027171b6f3a1057cc378cdcc77af9d86032ab6708008b46cf9998d0aa 1 0.00/1.00 vMB 0
32,534 32,534 000000005316006dc30bcf8462e0023ddd96ef122b13c0ae581a57c141c87469 1 0.00/1.00 vMB 0
32,533 32,533 0000000050c1497c663e245445006bbec6a6820e48d54d29c1e274180fb92770 1 0.00/1.00 vMB 0
32,532 32,532 00000000c459d00549de376677ff3b170d3892abb47840bd0bad0d4ddff6ef8d 1 0.00/1.00 vMB 0
32,531 32,531 000000002f6d1feb4a4c18b23632fdc90c5659f951d41710ba779570769793eb 1 0.00/1.00 vMB 0
32,530 32,530 00000000b924df105168b5e6b0905cf44dff77d9533a7549a1de40a2a2f03624 1 0.00/1.00 vMB 0
32,529 32,529 00000000579aa13679f73de9d4970e38969fd30512eec89efee35e4c12bf8e2b 1 0.00/1.00 vMB 0
32,528 32,528 000000002b399447766b5cca6950a4f0edd7b252a10342c667b167625a656872 1 0.00/1.00 vMB 0
32,527 32,527 0000000098f48568e5a59fabfaa9c0c434e0e35e60f3867918d98a607c3d2706 1 0.00/1.00 vMB 0
32,526 32,526 00000000557b874b6880c49db2969264ca0389859ee5bfc2260116734b9ceacb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 554.83 GB
    • Received: 6.81 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.