Loading Tool

Explorer IconExplorer

Memory Pool

45,542 transactions
27.64 vMB
0.07444548 BTC
Random Selection Loading Transactions
Max Size: 144.77/200 MB

Candidate Block

Mining Attempt c4b1beb6a3d34d9bef13f02dbff0e221657559e1fac21012c3e0abc3def82729
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 9cb7625728b63fa499fb6cc8694a610d105e9c811915cd2980cce0339082a39c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,535
Size: 1.00 vMB
Total Fees: 0.01962382 BTC
Feerates: 124.00 > 1.97 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (100,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,848 814,848 00000000000000000003d03abae9cf2f07e37baa3928e4b4414705a6050ec95f 3,206 1.00/1.00 vMB 14
814,847 814,847 0000000000000000000108d942bd8e460c6e6c760b5455a610f02facd6660120 1,905 1.00/1.00 vMB 6
814,846 814,846 0000000000000000000363beee720e425bc92a0eaa30abdc36ac2a56b016b213 2,730 1.00/1.00 vMB 10
814,845 814,845 00000000000000000001cd71dd2d5544c9ccdb34274b23e553b157bf310328e9 3,503 1.00/1.00 vMB 17
814,844 814,844 000000000000000000038b0036f083ce62b98d0e068ba7a450c8786800ae00e4 2,382 1.00/1.00 vMB 7
814,843 814,843 0000000000000000000377cb9509eb5632a3f738c6facb1c78ca034a16825bec 3,049 1.00/1.00 vMB 12
814,842 814,842 00000000000000000000a4bd9516a15c866249ff385e9dc5c56d12844a3f0ffc 3,433 1.00/1.00 vMB 28
814,841 814,841 000000000000000000033eb60080739e4985d15a6abcfeb95e86ea928d3cc5dd 2,945 1.00/1.00 vMB 16
814,840 814,840 00000000000000000001e7edbbaf4f6b5f6d0b425902a0a72e1c1c71c23c0612 3,043 1.00/1.00 vMB 16
814,839 814,839 00000000000000000001cc1b25364c15aac264ae50f984fa5f79f69e3de07825 4,667 1.00/1.00 vMB 6
814,838 814,838 000000000000000000036598954e6904c8a1fbb7e62ed08ff70dbe2ab8ffe34c 6,343 1.00/1.00 vMB 2
814,837 814,837 0000000000000000000030aba8c5a033c5d1d5e4ce4952989d99f32c8bde6afb 2,143 1.00/1.00 vMB 10
814,836 814,836 00000000000000000000a6d3415f09ab5439ad2dd262c7840a4dded9be41271c 3,512 1.00/1.00 vMB 4
814,835 814,835 00000000000000000002c9a16dbb1b89cefe1274508b3e73ce17b6d8b6d266e9 2,474 1.00/1.00 vMB 13
814,834 814,834 00000000000000000002ecc2809c1f749e42e96757be58976ec07ecd2cddd346 2,177 1.00/1.00 vMB 8
814,833 814,833 00000000000000000000e36cd5b68900db3ea28ef1dc7148ab46ce1ccefa2c06 1,913 1.00/1.00 vMB 14
814,832 814,832 000000000000000000026e1a54765eb62838d2a8aaba353bb4fed903a8f0a370 2,775 1.00/1.00 vMB 12
814,831 814,831 00000000000000000003c059d005128533365b1f3583b6038a8c144511a1b488 3,313 1.00/1.00 vMB 9
814,830 814,830 00000000000000000001f71352dcfe3c0e873e3cde1ca8d79faea3e457dac6d0 3,409 1.00/1.00 vMB 5
814,829 814,829 00000000000000000000f10dacfd2ead36cd03c6cbbaf6d95999a2c50a010863 4,324 1.00/1.00 vMB 13
814,828 814,828 0000000000000000000054cfaa51c437226052351ed39898fa210c838e137129 3,982 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.