Loading Tool

Explorer IconExplorer

Memory Pool

87,782 transactions
23.65 vMB
0.07189059 BTC
Random Selection Loading Transactions
Max Size: 158.15/200 MB

Candidate Block

Mining Attempt 9bbb97b29bad8ec3338133bf7b7c95191139c874475603ec5c4c2feb4051be72
Version 20000000
Previous Block 0000000000000000000183717207bbad493ffc4942ce65e039f3fdc3e02da333
Merkle Root 50dd04976d5296c3aa73e024f26cec7f8b101411fc1f657c38d045f00deb1ae5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,927
Size: 1.00 vMB
Total Fees: 0.01645070 BTC
Feerates: 501.78 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,108 (870,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
45,349 45,349 000000001ad6709579d2fe9c26f4237ccaeb65b0d9996d44d63fe5697194a054 1 0.00/1.00 vMB 0
45,348 45,348 0000000026a05586f824acee26230c4f8f5dd0137c253147f529f3f9e41470ff 2 0.00/1.00 vMB 0
45,347 45,347 0000000007012c6291ea7e85585bce3a9322f8cd07b4b41343f4cd20431f19f3 1 0.00/1.00 vMB 0
45,346 45,346 000000000fa01a0dc8280112feb3b46863c5cf0f4d58c499d1e60d1d5d63106c 1 0.00/1.00 vMB 0
45,345 45,345 000000000b241a6ea8d0f6df2368da34691ed76dc8cca512cf9be406815646bd 1 0.00/1.00 vMB 0
45,344 45,344 00000000009a2166cb682f62354e2d4314b94fed66cda1d79a6f0a11fd3d2ab0 1 0.00/1.00 vMB 0
45,343 45,343 0000000023eef0f9c41611ef5603fb5a868bd950f02f28a8e169f916675dc5ce 1 0.00/1.00 vMB 0
45,342 45,342 0000000019d914e8538860467924d9c29bdbb8c01a4160a7ef242d85a8f62cb5 1 0.00/1.00 vMB 0
45,341 45,341 00000000344b44508c49e9a06aaa9990635acee498fc365a85ca4bbef59b1da0 1 0.00/1.00 vMB 0
45,340 45,340 0000000018c71fb8907d7755782765666076936e7ca07f8cb2017cd4218d0d4b 1 0.00/1.00 vMB 0
45,339 45,339 000000001ea9a1cc60b09a226f25d26bfda435e5c55fe979af7f07b43062ddbd 1 0.00/1.00 vMB 0
45,338 45,338 000000000bbb97843911af83bd0565c68ba8b11c87ecb9424694c885c3ba6f5a 1 0.00/1.00 vMB 0
45,337 45,337 00000000072c3de81814a6c90c6e0ad3d076e302afd3de1a1cb19be87e8a3d34 1 0.00/1.00 vMB 0
45,336 45,336 000000000d064a733fb297d416dd1e490952dc7e31bf258cbdf76863aa365b29 1 0.00/1.00 vMB 0
45,335 45,335 0000000020ad581704d7a000fcd65f5c5ec9cfb7b86de309a155090bc4118419 1 0.00/1.00 vMB 0
45,334 45,334 000000000949f6d0bc1eddfa171a1f74178b857e1fc59f9f472de45a73a83c6f 1 0.00/1.00 vMB 0
45,333 45,333 00000000099aba6094ea347c787b0a9a84de9f24ca20c9b8ed74a0676e087d37 1 0.00/1.00 vMB 0
45,332 45,332 0000000018a62fbe7d5e6d4be4f479f5b4ddd9b39ecbbbc944155c1a8cd15e67 3 0.00/1.00 vMB 0
45,331 45,331 00000000044b8de8a408437cd402fcbdb371d455769cdbf52291b35209166d3c 1 0.00/1.00 vMB 0
45,330 45,330 0000000012e9dec9147774c3a42012e373c5df7213a3675afb49719a7aba4ea6 1 0.00/1.00 vMB 0
45,329 45,329 0000000023edfd4a7c773f3602605fb5bc2c413cf056b97970756a9f2e28e32d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.31 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: 815.65 GB
    • Received: 24.25 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.