Loading Tool

Explorer IconExplorer

Memory Pool

39,124 transactions
19.53 vMB
0.04418470 BTC
Random Selection Loading Transactions
Max Size: 108.38/200 MB

Candidate Block

Mining Attempt e81ae6c3d9430c864d211cbfc8736c5806b685f57cde51f199121429d943651d
Version 20000000
Previous Block 000000000000000000002b32e86d87b3cf8508db31771fa656074b68e0c647d3
Merkle Root b02de71b37d19659e2f69b4b8784f30ee2f9be8db9d06bc6e036f969651701ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,439
Size: 1.00 vMB
Total Fees: 0.00615454 BTC
Feerates: 44.54 > 0.62 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,016 (813,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
100,212 100,212 000000000003f91796cd9e7ff3027fbc9ab4e9e372f5f9d438faf1267ba629e2 1 0.00/1.00 vMB 0
100,211 100,211 0000000000041ee105d5107ad8f7ffea654f4f5dddb0fd0ad3bd58349344e994 12 0.00/1.00 vMB 0
100,210 100,210 0000000000037d798fc7c554e8fabc81cb1321915e88505247a7ef4827e1acbf 10 0.00/1.00 vMB 0
100,209 100,209 0000000000037de665f347d57a691f75dcb46e85800ff37f0d642fb2fb97a8f4 12 0.00/1.00 vMB 0
100,208 100,208 000000000002bc5fb989cc0f00211ce45d5bd2a5afe600b454b6984a4c645d40 1 0.00/1.00 vMB 0
100,207 100,207 000000000003c3c03ba988b76b40dad5f20cdbc024b9256167583da8955da555 1 0.00/1.00 vMB 0
100,206 100,206 0000000000018a396afcd3c971071ecae4afe1131cfe792e0b483ecda98c5a81 2 0.00/1.00 vMB 0
100,205 100,205 0000000000033d0de6f4ebe93b3b142424cdbecf4bd98b948e856c4a55f09f76 6 0.00/1.00 vMB 0
100,204 100,204 00000000000245b6aaf3f6f302f303c8026feaaa9d8870ad05ecfbc89aa8260a 2 0.00/1.00 vMB 0
100,203 100,203 000000000000eb874d534b184ca71bb71dddcc34dace5e1c997cb7c11dcc5fef 2 0.00/1.00 vMB 0
100,202 100,202 0000000000024c04c4a71a91a4e4bd759910bd02f909b973c38cfecd9f5b0a63 1 0.00/1.00 vMB 0
100,201 100,201 00000000000414619fcff3fd0e18657963a03d6bc46daf23c8b4d2234e06c452 4 0.00/1.00 vMB 0
100,200 100,200 000000000001f903504b2bb7fb65f35090d3bda3a60ee72be9cf87ec9ee6ec20 5 0.00/1.00 vMB 0
100,199 100,199 0000000000012b67f63ede7865924ac2551e2cf0e79cae1f2fafed04a1092c68 5 0.00/1.00 vMB 0
100,198 100,198 000000000002ff53fa0140923aba5ce8793885df55a8376afcc90670f5d68804 2 0.00/1.00 vMB 0
100,197 100,197 0000000000007a598c0328ff5f6823dabb7bb415b578bc4efcbc0db6b15cbb5e 3 0.00/1.00 vMB 0
100,196 100,196 00000000000361a77ac0ec04e456fd0f827d9caaaa3cfd47b1abaca0a626d924 1 0.00/1.00 vMB 0
100,195 100,195 0000000000037c7f3b864f9ccc47ab8f8832a268560d267c9bf4d224e12cc798 1 0.00/1.00 vMB 0
100,194 100,194 0000000000026424a528516c13c4622250537743340f6b5f6e28c314149e9c2d 1 0.00/1.00 vMB 0
100,193 100,193 00000000000090d3384bd1ca6318ee4996c71796153a6569407939a32a415e34 1 0.00/1.00 vMB 0
100,192 100,192 000000000000ef91c5d553cf30048e00d3f0e0d21f14b902d086fe3a1d3ac0e3 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.63 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: 549.12 GB
    • Received: 6.39 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.