Loading Tool

Explorer IconExplorer

Memory Pool

75,278 transactions
21.00 vMB
0.05918563 BTC
Random Selection Loading Transactions
Max Size: 138.93/200 MB

Candidate Block

Mining Attempt 7549cc6f9a22353e3f2dca425888b88a9bc69d4d08310bc1991358bbc2e94ff8
Version 20000000
Previous Block 00000000000000000000371ccb965255c0e1e71b719ba1a2f0df304c4bc62841
Merkle Root f3e7f47eb73e3df841e665bdc70cc3f681bad0b2b60762cd2ea719220c1301b2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,635
Size: 1.00 vMB
Total Fees: 0.01261364 BTC
Feerates: 81.33 > 1.26 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,011 (811,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,265 104,265 000000000002af542682609870aaa867a71af438954c0e11cab1f55be4160de9 2 0.00/1.00 vMB 0
104,264 104,264 000000000000f8a39fec866652417e85d21db9598ef6f8819da6375e329cfb5d 7 0.00/1.00 vMB 0
104,263 104,263 000000000000a1e6ca2495066b9a2c483576902dab71eb30dd66fd34dff13c52 22 0.01/1.00 vMB 177
104,262 104,262 0000000000037a1d6230c4c930e78a4101a12e7d8dda73f8d1a1fbd4381b5ee8 8 0.00/1.00 vMB 0
104,261 104,261 0000000000008ffb9df60a76929517fcfbca68626428daf8b74a3c7552edd11b 12 0.00/1.00 vMB 0
104,260 104,260 000000000002abb698db1421a3e4f47e25f5840244d654d3655c54df555166cb 8 0.00/1.00 vMB 0
104,259 104,259 0000000000004b0f0c1dd9f8aae6e59de83fc1dc23037481997d5794562fc341 10 0.00/1.00 vMB 0
104,258 104,258 000000000001d5618096db70d51fe33e06a7a800fea878c6ffb70301d027eea1 10 0.00/1.00 vMB 334
104,257 104,257 0000000000023a26f9c25c2986f2bbaa95179d6f76cff377c51ff23f95fa6ded 24 0.01/1.00 vMB 504
104,256 104,256 000000000000a0bfeaaec55080ab0704da696ca8783f7dd99e95a17c96088ec9 5 0.00/1.00 vMB 926
104,255 104,255 00000000000179bad11d2dd9a5884ebfc314cc2b3b4d350d33e7fb0c10d27ec6 2 0.00/1.00 vMB 0
104,254 104,254 00000000000033cb925ba543ba471b4b3b782c6066b9878fdf170d21b6d03a96 9 0.00/1.00 vMB 0
104,253 104,253 00000000000269239fee4b29c8ea8f530c4cec31c841344d2f5f9cb41b431afd 1 0.00/1.00 vMB 0
104,252 104,252 000000000002e85fe206544e4a2d5fbf7a434caad6fe96081ccbe44b0b9a5d67 8 0.00/1.00 vMB 0
104,251 104,251 000000000001dec9af79c37c8c65400344fd734bf7ac03e582735f8edde88033 7 0.00/1.00 vMB 426
104,250 104,250 000000000002f1283017b54daf7589539a7bf3d60549f404ac73d0c85b9cd8b1 5 0.00/1.00 vMB 0
104,249 104,249 00000000000072839b5dd9fe208e4c41fefb2a761b7433bf6e14fa96c78fb4a8 5 0.00/1.00 vMB 0
104,248 104,248 000000000001dae025a7c1fbc7cf1f7762d145665a5790d6874939eeb1e1cf3e 5 0.00/1.00 vMB 0
104,247 104,247 00000000000232be2a8f66f09b2f82fb6793bb1008dd4328bab839f985b8435b 3 0.00/1.00 vMB 0
104,246 104,246 000000000001f421568f3e4258aa0295ad853c34ad3f593e66634999466fca78 4 0.00/1.00 vMB 0
104,245 104,245 000000000000401959fb1f30ad405e965cd4ac38f405fc12f6e0c8c8aee19486 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.14 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: 810.32 GB
    • Received: 23.34 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.