Loading Tool

Explorer IconExplorer

Memory Pool

80,612 transactions
29.98 vMB
0.07852959 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt a5cc6144abe0c30da9d1befd2f639c69a8d537a7762b6d2040da0bd16dbb645e
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 9b004e7cca9de568c7ed163e2d4721162422aa6ce88ed5c3aa4b6df40b73d412
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,565
Size: 1.00 vMB
Total Fees: 0.01714295 BTC
Feerates: 197.70 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (83,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,460 831,460 00000000000000000002bea076f0b02995a6a32beacc6d94650fa31e285a4eaa 1,791 1.00/1.00 vMB 14
831,459 831,459 000000000000000000013c3b9485bc7e29abf552360cfb720e56b2b3a0d4acea 2,304 1.00/1.00 vMB 18
831,458 831,458 00000000000000000000ce9a085d27cae3406c0e0f882c737f2855e7abad5691 2,541 1.00/1.00 vMB 22
831,457 831,457 000000000000000000017aac5b50220e6160ca50cd5099a0a9c90cee7ff1e91c 2,604 1.00/1.00 vMB 16
831,456 831,456 00000000000000000003144eeb45002cfef21b94e5bce30434b61be48775a557 1,235 1.00/1.00 vMB 19
831,455 831,455 00000000000000000000b8830548d6017707bed789b09782591e5c0e44be2b75 2,952 1.00/1.00 vMB 27
831,454 831,454 000000000000000000027dbbd2efdf3cfd7cd2e97c56b48c86f9cf2f71fc1caf 2,426 1.00/1.00 vMB 21
831,453 831,453 000000000000000000030e691aa2b11b0f8307b91fa936def57aa3e1899deb40 3,121 1.00/1.00 vMB 24
831,452 831,452 00000000000000000002f227536dd4d31034dafa6247b798efcc16bbbaf73e96 3,190 1.00/1.00 vMB 31
831,451 831,451 00000000000000000002b2e7717e2b5dbf4db3a3301c8c688aa3b706ce9defbb 3,298 1.00/1.00 vMB 25
831,450 831,450 00000000000000000001a4eeb4e7e4b0ee0f97b1d72337fe61e9d48ce800cb4c 3,187 1.00/1.00 vMB 28
831,449 831,449 000000000000000000030fb06e6abf187f8def4257f36e9c649a9c688d30a028 1,458 1.00/1.00 vMB 15
831,448 831,448 00000000000000000002aec2802fb1919cdf8f4c792521ebeaa895b324c86c2d 2,452 1.00/1.00 vMB 20
831,447 831,447 000000000000000000025af6574c5939ecd88eff32368954d8df5a0b39967cdf 3,567 1.00/1.00 vMB 28
831,446 831,446 000000000000000000027ad339bf71274874ecdad6a8dffe4708386e6c4377d0 2,169 1.00/1.00 vMB 19
831,445 831,445 00000000000000000001c493324d5988f2298df5c0ede0235c96036d1bda2ff3 2,698 1.00/1.00 vMB 24
831,444 831,444 000000000000000000026241b3b123065994d8bc8f6bdb3f21509c9c5cc5fec6 2,157 1.00/1.00 vMB 18
831,443 831,443 000000000000000000015b10877eac638d85f36c0c86296bef7cdb4fae559c36 3,100 1.00/1.00 vMB 25
831,442 831,442 00000000000000000002222161fdd97a80bfb7898932b3d2ae2b0f010b039113 2,244 1.00/1.00 vMB 20
831,441 831,441 00000000000000000000d1c5167ff1438d5b1ca516a8d3adf0d82c62abdab108 2,383 1.00/1.00 vMB 23
831,440 831,440 000000000000000000008acc6cd466da35478f39b88bb85a126f0e8baa31ba79 3,134 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.37 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: 663.76 GB
    • Received: 14.93 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.