Loading Tool

Explorer IconExplorer

Memory Pool

27,494 transactions
27.71 vMB
0.07612142 BTC
Random Selection Loading Transactions
Max Size: 132.91/200 MB

Candidate Block

Mining Attempt dd7a4e9937236f05ecbbe3113dce2c358f5b3c899d675b16657e62de94e97219
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root 6ca33cfc153d5983c32eadaeaa6424c1d6e5839df576372f5b8b80592853053c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.02313015 BTC
Feerates: 300.91 > 2.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (458,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,596 455,596 00000000000000000081e663ee1aabf02629d64f7da28dd07f652365a53e117e 2,166 1.00/1.00 vMB 151
455,595 455,595 0000000000000000022142b91dce404ef082cf25755a0558b170f849d85c24c1 1,978 1.00/1.00 vMB 180
455,594 455,594 0000000000000000013eee29b7d9440064cd02070c87f0db3b9f97f8397d5f24 2,718 1.00/1.00 vMB 156
455,593 455,593 000000000000000001b91a8014c9531907217a6568ee3eec6a5ee442e69314e8 1,737 1.00/1.00 vMB 158
455,592 455,592 000000000000000000aaa664dc926f5be1e412b8a3dea4d0f953c2b0a3de68f3 2,096 1.00/1.00 vMB 158
455,591 455,591 000000000000000002586583c89356dcd59b57373010b890f0147449ec30d12b 1,653 1.00/1.00 vMB 173
455,590 455,590 0000000000000000010ca0f22edf0c3901e321327d2e1a5a3034461799de3b23 3,140 1.00/1.00 vMB 129
455,589 455,589 000000000000000001a409996cd7b6384b7e5764ca41971b6d4d3d82b9ef36ce 2,361 1.00/1.00 vMB 193
455,588 455,588 0000000000000000005c369e5ff02826bfeaf4c1053bc9eb9b8868b4c233b0e3 2,619 1.00/1.00 vMB 220
455,587 455,587 000000000000000000c3b6ed3e443ce9ead5b7877a1e915f7367ebb17386f8ef 2,107 1.00/1.00 vMB 188
455,586 455,586 000000000000000000bfa1244b808d9ae4e1b4c24d89d63531f7ee6a13713c70 1,925 1.00/1.00 vMB 174
455,585 455,585 000000000000000000275bf2fbabb94395f648f314232de08d95b2e930caec2f 1,892 1.00/1.00 vMB 147
455,584 455,584 00000000000000000111dc03e99aa92b035fbe93290b32510492794e57ed8889 3,412 1.00/1.00 vMB 173
455,583 455,583 0000000000000000024427ec9ca9e9db221574e1511046025d426f5590a9ef5f 2,760 1.00/1.00 vMB 239
455,582 455,582 0000000000000000019f7e420b017d5c69713e2419637c01912190057678c8f4 2,523 1.00/1.00 vMB 123
455,581 455,581 000000000000000001914fab8bf40972484fa88441cb828759f68d240f53a27e 1,731 1.00/1.00 vMB 176
455,580 455,580 0000000000000000003e3606be989dfe73073a305b248cc60c4e41a660f2ab85 2,473 1.00/1.00 vMB 136
455,579 455,579 00000000000000000090b441816e0d4f122af34f28457277e0a052cbbea60dc2 1,892 1.00/1.00 vMB 159
455,578 455,578 0000000000000000001ab24691e27d5e29326e5a39ec7a7cacdf3d8413f65225 2,717 1.00/1.00 vMB 221
455,577 455,577 000000000000000000b07a9ea403a4b4ede177c4820e022e24b9c390d019a600 1,935 0.99/1.00 vMB 146
455,576 455,576 0000000000000000000d996b33923ef4791c7b266b1091edaf031776ae5dd6f7 2,713 1.00/1.00 vMB 224
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.25 GB
    • Received: 10.83 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.