Loading Tool

Explorer IconExplorer

Memory Pool

43,846 transactions
28.13 vMB
0.08394428 BTC
Random Selection Loading Transactions
Max Size: 145.98/200 MB

Candidate Block

Mining Attempt dfa2669161e96c500a4ffd5b8e41e8173d84e67360bce134d27a48432d915fcc
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 7bed97b5dd126dd7f48ae8bfdc7511b83f8db9cf25b7d6bbca16aeafeaf6ed3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,893
Size: 1.00 vMB
Total Fees: 0.02426080 BTC
Feerates: 162.68 > 2.43 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (433,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,472 481,472 000000000000000000786bb3b46bde139c350277bce3b6d18c82e53470ef0936 731 1.00/1.00 vMB 62
481,471 481,471 00000000000000000036dd24a1523dacb3c7caa162f05d1af28e4319d834a23f 1,821 0.75/1.00 vMB 193
481,470 481,470 000000000000000000e62ceb47dbf626d3247628b12e9013336a5dabeca5678e 1,370 1.00/1.00 vMB 38
481,469 481,469 000000000000000000c07508871eddc8427cfd4a27960b88e6cfafe8a1aad151 990 1.00/1.00 vMB 113
481,468 481,468 0000000000000000007cbed3e406010b01d702e8f1acdcc15151d99364ae9515 1,602 1.00/1.00 vMB 138
481,467 481,467 000000000000000000f40e3050e18eb35b66d14b4b9773148483c95f69c8fd48 2,060 1.00/1.00 vMB 273
481,466 481,466 0000000000000000011a350868e82785211044fb43bb9068f88f638ac4d0f184 1,977 1.00/1.00 vMB 292
481,465 481,465 000000000000000001253f4ebda29c08fec022bb4b9df76d42cc912f64316715 1,569 1.00/1.00 vMB 67
481,464 481,464 0000000000000000006a1fb52ad228d97f4207d0b3351b27755cb45e6382fd29 1,562 1.00/1.00 vMB 51
481,463 481,463 0000000000000000007f11a0ed15b912c257b164d8b3ee914b51079bf21972a7 1,829 1.00/1.00 vMB 216
481,462 481,462 000000000000000000cb628ee04b25c17963b6fbc3f187b43791a40b2e3465c6 1,446 1.00/1.00 vMB 86
481,461 481,461 0000000000000000007d8b8588b29a76778a46d338a150c9dd88eb98ca8d8e35 1,830 1.00/1.00 vMB 155
481,460 481,460 00000000000000000036d5cfd1fbe9991ce109d1a82a9f03e3508937e22d5420 1,434 0.75/1.00 vMB 304
481,459 481,459 00000000000000000112ebb0462fe52aa5f75c34bca21c83eed6a5ef89e95437 2,006 1.00/1.00 vMB 43
481,458 481,458 000000000000000000724dd0b8782d6052280b1d625b59ee758886ec06034785 2,303 1.00/1.00 vMB 119
481,457 481,457 0000000000000000001cd11717437217dc641af706311a408ffc7b5a95ed5f22 1,679 1.00/1.00 vMB 183
481,456 481,456 000000000000000000b2cfb20020366a7973baf1266d9b21142d903039afb2a1 1,813 1.00/1.00 vMB 267
481,455 481,455 000000000000000000db601e41e1ef1aadb1693947b63dd12a01138af81aff48 1,840 0.99/1.00 vMB 197
481,454 481,454 00000000000000000107336095e2cfa78682daacfe665d01993a9a7109bae5a8 2,498 1.00/1.00 vMB 277
481,453 481,453 000000000000000000c3a87fb0d8bbf8918dfceef9741a14d079de8cb6ee61de 1,742 1.00/1.00 vMB 264
481,452 481,452 000000000000000000e8983fefef405e06ab5406dbf728f43d927fdbf6ed5c83 2,788 1.00/1.00 vMB 315
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 634.06 GB
    • Received: 12.23 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.