Loading Tool

Explorer IconExplorer

Memory Pool

77,414 transactions
28.98 vMB
0.06635956 BTC
Random Selection Loading Transactions
Max Size: 175.28/200 MB

Candidate Block

Mining Attempt ac781399ce838bd6735afaef726271ea7984148e63143cfb4e46d849d6a5a1cc
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 368cac5d1e57c5db2049e51a30a01175228a786f84ac6c27075e9d2a6023d02a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,597
Size: 1.00 vMB
Total Fees: 0.00578690 BTC
Feerates: 44.66 > 0.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (325,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,495 589,495 0000000000000000000fa3c795466e28011954c27c461ea84b56792a21c2a128 2,842 1.00/1.00 vMB 9
589,494 589,494 00000000000000000010d5af236d5494cc35d51ad028d8b9466af3c85aa8c327 3,241 1.00/1.00 vMB 61
589,493 589,493 0000000000000000000df31b9e12555c3598a3f2ead924fbcb6e576665044c7d 2,708 1.00/1.00 vMB 59
589,492 589,492 0000000000000000001564e89d2f781c4ff3513e0f5d85998dcf76959ccec5b3 1,874 0.98/1.00 vMB 17
589,491 589,491 000000000000000000169967fe7c3079b21d41176070067de06557dd07f9a295 1,347 1.00/1.00 vMB 14
589,490 589,490 0000000000000000001524041a387f67843111bd2ba95c38a12ba9d87837b89d 306 1.00/1.00 vMB 4
589,489 589,489 00000000000000000019e7f27e3f1e17d55135b41d3868e3fe0716c3a0de988a 1,949 1.00/1.00 vMB 33
589,488 589,488 00000000000000000016a6727bd6248dd1b7ac9e3de883bf51fc2d3a6a055cf0 1,541 1.00/1.00 vMB 9
589,487 589,487 000000000000000000044521feb95e89703df757e5e26811ae9aae2eae047cdf 2,616 1.00/1.00 vMB 38
589,486 589,486 00000000000000000005141b4d73891a389c6b7da826bb342c2602bd23e8360e 2,769 1.00/1.00 vMB 24
589,485 589,485 00000000000000000017a48de67b452690c4ffc8998edfeb9bd996dfd6d8f1a0 3,135 1.00/1.00 vMB 53
589,484 589,484 000000000000000000117ad3c9c03461a6717142368578ec2c2ac3f8a0c683ae 3,132 1.00/1.00 vMB 61
589,483 589,483 000000000000000000177c7ca23c2aacaecfb14c32798511764223c31c21a95a 2,559 1.00/1.00 vMB 11
589,482 589,482 000000000000000000162ea8550bf47c77bd5fb56cf561e8d778588fc4aeec91 1,360 1.00/1.00 vMB 28
589,481 589,481 0000000000000000001015c2ac1a75d8a4f2e118ca0c08e92880b2e39c8c4e46 2,517 1.00/1.00 vMB 28
589,480 589,480 0000000000000000000cedf05d1b99f9bbd739c0e7e3bd274640a887ecc12fca 1 0.00/1.00 vMB 0
589,479 589,479 0000000000000000000adde872f50c7d101a3bd470b1d6311cae3f6f0105bf74 2,725 1.00/1.00 vMB 70
589,478 589,478 0000000000000000000dfcb59e5015a79f6ff51925397f47ddf0ba10383cf6a7 2,018 1.00/1.00 vMB 22
589,477 589,477 0000000000000000000f6d79e13937e4f753286999fac89850af2fae3feeeb98 1,828 1.00/1.00 vMB 27
589,476 589,476 000000000000000000003f3e1a6762883ca49327e6eccc2ddbaebb661ce1eba2 2,169 1.00/1.00 vMB 39
589,475 589,475 0000000000000000000c5734728e8fd1e699ae9b1b3f82eb3cac3963368123ab 2,089 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.69 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: 686.33 GB
    • Received: 16.48 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.