Loading Tool

Explorer IconExplorer

Memory Pool

77,923 transactions
30.10 vMB
0.07205946 BTC
Random Selection Loading Transactions
Max Size: 182.57/200 MB

Candidate Block

Mining Attempt a86f54fa205eb2cfb3b138585dcc97cf4638d14e1937996176bf4617ba8b5df5
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 45c7bc4507b9a507da22d02c3642f32be7fea841ec9d44d73a588af853a9d84f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,360
Size: 1.00 vMB
Total Fees: 0.00817229 BTC
Feerates: 45.66 > 0.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (237,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,547 677,547 000000000000000000049c907e67658307d5f00b573277328ac90ca5ec7face8 1,790 1.00/1.00 vMB 18
677,546 677,546 000000000000000000072b1634a37d200e911dbee9fb94a270eb5e9d48f66ce8 2,154 1.00/1.00 vMB 14
677,545 677,545 00000000000000000002f1a10245f628f0e189741fd12cf6c04d4351b0e38ad6 2,202 1.00/1.00 vMB 25
677,544 677,544 00000000000000000009c085cd13ee9a0dba69b64ff268b83bdbe1969e25ae93 1,804 1.00/1.00 vMB 82
677,543 677,543 000000000000000000048ac327f633ceb958275cfb265c12b87bb486e53a7e34 1 0.00/1.00 vMB 0
677,542 677,542 00000000000000000005a91b0765b1dde0c57e941a4a367026211e14ccc21c2d 2,269 1.00/1.00 vMB 13
677,541 677,541 00000000000000000004ff38cec1544a29e632dd94c7987d2af11fe7134e4e87 2,083 1.00/1.00 vMB 64
677,540 677,540 000000000000000000038d6674fdb7a1881eaa448d77c76bf459b3c9f8a004f6 1,641 1.00/1.00 vMB 67
677,539 677,539 00000000000000000007693dc92a60b51a8bc96abacc6fc136cbc9705048bc9c 1,327 1.00/1.00 vMB 86
677,538 677,538 0000000000000000000818a2bb1c349f1ea7d42327755c1d46be7757c6e5b8ef 1,868 1.00/1.00 vMB 45
677,537 677,537 00000000000000000001f29b88673bab580c132a586e8d30f8eb34e276c0d371 2,370 1.00/1.00 vMB 72
677,536 677,536 00000000000000000001dcd7192c634e84b79268dd2a39bef4c59ae5a615c500 1,852 1.00/1.00 vMB 19
677,535 677,535 00000000000000000000b0a02838d4dda4f71fd10dadd062aa6eee8b8a710ac2 2,308 1.00/1.00 vMB 66
677,534 677,534 0000000000000000000a2a4b1ce34d504bf6778272d58f69e5c33f895261b8b5 2,175 1.00/1.00 vMB 62
677,533 677,533 000000000000000000060025d02fd1f0e148b65628340b40513daad47ee951ed 1,732 1.00/1.00 vMB 38
677,532 677,532 00000000000000000005949adc1fae8606371926096f0de20a7d210b10e76347 1,689 1.00/1.00 vMB 34
677,531 677,531 0000000000000000000aa20fcfcc71621a34a04716ce93257f6f3dd9fe2310a1 2,055 1.00/1.00 vMB 36
677,530 677,530 0000000000000000000af4a2c5be83dc0854004acfb3227e6a61fc95ba8de03b 2,135 1.00/1.00 vMB 42
677,529 677,529 00000000000000000005e094a0bb3a6b52223efdacd86e6d9f60e16524e08c69 1,022 1.00/1.00 vMB 84
677,528 677,528 000000000000000000037a52209ef51a53b182e0b2e043779612bcaeac47aedb 1,803 1.00/1.00 vMB 33
677,527 677,527 00000000000000000001a4601c05130e832a565af207bd7a748c4ffdb2880e52 1,809 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.73 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: 707.32 GB
    • Received: 16.67 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.