Loading Tool

Explorer IconExplorer

Memory Pool

74,591 transactions
29.65 vMB
0.09553963 BTC
Random Selection Loading Transactions
Max Size: 172.17/200 MB

Candidate Block

Mining Attempt cc059ccb1e5de95c6684b6f62d97a61d21c067ab41636a5191c3161b70c4de80
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 6f58793b0f50fa94506eb0a4b94483a5c8e23505b85765edd2c06183d475c6d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,844
Size: 1.00 vMB
Total Fees: 0.02626393 BTC
Feerates: 150.36 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (384,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,439 530,439 00000000000000000027b34eb538e86c12b54ba423aee91a36fb2e124b75e365 1,458 0.56/1.00 vMB 21
530,438 530,438 00000000000000000017adfac0c1a3955c98f61b17e53dc077ddbcb3a92dd486 1,053 0.48/1.00 vMB 28
530,437 530,437 00000000000000000012ba540b4d9f20832ced16bba8f0f22fce1d6ed5b028b9 1,905 0.83/1.00 vMB 24
530,436 530,436 0000000000000000000bf0c014fdb373f81c3a71b8c6e632fd9dc94da77daf2e 2,339 1.00/1.00 vMB 25
530,435 530,435 00000000000000000002bf9189f948aaf1869fcb8009d8797638c0e55d001875 539 0.20/1.00 vMB 18
530,434 530,434 00000000000000000004c9fac237dadcb870f0bde0081d5a4ede0691d09abbf4 2,581 1.00/1.00 vMB 27
530,433 530,433 0000000000000000001bb2d6de9786ade1c64751d31c8cda537f389bb5c0ad52 1,378 0.52/1.00 vMB 19
530,432 530,432 00000000000000000002085dc299cafe1b0f498cae5137c8ac7ff3fa6f7c5bab 975 0.41/1.00 vMB 24
530,431 530,431 0000000000000000000a196caef1b9ae267c75ba0f82655de43058cf3893c2ce 452 0.26/1.00 vMB 17
530,430 530,430 00000000000000000016d536ea02609e3fccc602b632248b7c7d4f729705f763 1,876 0.89/1.00 vMB 27
530,429 530,429 00000000000000000029f4530f485f6cbb3c7216251e950060ed03aeca084b86 2,582 0.98/1.00 vMB 8
530,428 530,428 0000000000000000000fe3b27bfe167e91a5e46c0cf32ec5bd551b7669c62974 1,886 1.00/1.00 vMB 41
530,427 530,427 000000000000000000266db0c60263e883bfbaad3c2d33906bd3f8422ab95ee8 305 0.69/1.00 vMB 2
530,426 530,426 0000000000000000000e0e0b4acc3b173274268c580061d9bbcb77470f5e604c 1,937 1.00/1.00 vMB 20
530,425 530,425 0000000000000000000faa39ed67db348a1045c550c838c5cd917eeeb5b49772 760 0.25/1.00 vMB 44
530,424 530,424 0000000000000000000145ad55f89cbf9292d0dc0cb74506b1a0c0b358b2010c 1,741 1.00/1.00 vMB 15
530,423 530,423 00000000000000000026683db443eeb5262c555f0be2c0acfbb0058bbb7ceece 2,263 1.00/1.00 vMB 9
530,422 530,422 0000000000000000000fe19cae4a0edb017a6a125e8c4fd607e8982c558d8571 2,722 1.00/1.00 vMB 12
530,421 530,421 0000000000000000001601e21ca6d54c9036a35ca2e5239e08c7567e8c965e26 2,531 1.00/1.00 vMB 23
530,420 530,420 000000000000000000138d96f3564c1c74e8f4f840d2c68ea22a18cb326f1825 1,969 1.00/1.00 vMB 46
530,419 530,419 0000000000000000000e4e56d57034ae2157d3a6900c60a6a32e77cc83f215f4 1,682 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.