Loading Tool

Explorer IconExplorer

Memory Pool

78,539 transactions
29.46 vMB
0.06889695 BTC
Random Selection Loading Transactions
Max Size: 177.00/200 MB

Candidate Block

Mining Attempt 2965742176be974b67ad36daea249e41c8dc6808bbc4615fa15cbd78936d388f
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 2dd5fb48ca9e991b24d16d8b1f448a68b8425aeadb6146ba6e178de6c272ff7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,950
Size: 1.00 vMB
Total Fees: 0.00897149 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (309,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,472 605,472 000000000000000000100b213e62d7e033e01078efc8299d1d5027d80088daeb 2,991 1.00/1.00 vMB 48
605,471 605,471 000000000000000000123ed6e4f8e0232d72f951436ebaa808654640338c500a 2,933 1.00/1.00 vMB 44
605,470 605,470 0000000000000000000cfbc60ea0c45858e2e753710f55eb3a7a414e90a88988 2,415 1.00/1.00 vMB 27
605,469 605,469 0000000000000000000971525a08a9647e5b63244a1e76944da15921114d661b 2,328 1.00/1.00 vMB 34
605,468 605,468 0000000000000000000846fb269c219a4d22ddf28d7ac0d67e3cbf66130578e4 3,167 1.00/1.00 vMB 34
605,467 605,467 0000000000000000000a868e3305f1b93090243066106fd0c08c2a5051e3a23e 2,685 1.00/1.00 vMB 44
605,466 605,466 00000000000000000008233b2344b0ced7d61b17b4d69166e81301b9cd000f13 2,236 1.00/1.00 vMB 64
605,465 605,465 0000000000000000000c87968019b92a914fae779f0b9f53842d3e6fd3baa247 997 1.00/1.00 vMB 81
605,464 605,464 00000000000000000012443096621ddf9d9c963fb09e231b067aa914c6f5875a 1,708 1.00/1.00 vMB 11
605,463 605,463 0000000000000000000001906fd2657c2aa87d80a1dd31af693c7507cd31179f 2,305 1.00/1.00 vMB 19
605,462 605,462 00000000000000000004dbd980a9b0a1e67c85a7e1e18d5cb93aa9f59af30a31 2,951 1.00/1.00 vMB 36
605,461 605,461 00000000000000000003aba9e09de07a59cb61276ccd14054c33991984598fd8 2,415 1.00/1.00 vMB 34
605,460 605,460 0000000000000000000fa465359b77111fd88ddac6fbd9621ed5b632f7497f8b 2,784 1.00/1.00 vMB 15
605,459 605,459 0000000000000000000b8587b9f70f993bd53188245f1f6760b5f99f1f1bde55 2,754 1.00/1.00 vMB 28
605,458 605,458 00000000000000000001e556fe28bb54530bbc2d335ded78b6d5c46f5333e7ae 2,262 1.00/1.00 vMB 31
605,457 605,457 00000000000000000007f88d2cc00cd9e78ecae88869dc1b26bb175c71c72f4f 3,010 1.00/1.00 vMB 38
605,456 605,456 0000000000000000000fcd275a6bf5892ca7424b4ea8d37dcba72c0a02727e3e 3,003 1.00/1.00 vMB 61
605,455 605,455 00000000000000000001f70fd80156374d02f84332c1db7ddc54ed96c330016e 2,734 1.00/1.00 vMB 21
605,454 605,454 0000000000000000000624862a0bfd53c83c31a22b42ac207f5b8f708757eac1 2,940 1.00/1.00 vMB 34
605,453 605,453 0000000000000000000f4161ccbe0bba02bd095c4958331140ea300a141e8e62 3,066 1.00/1.00 vMB 43
605,452 605,452 00000000000000000010a1e34d60deae992e40cc4c9bd317dfd69115d84ecd7c 3,034 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.