Loading Tool

Explorer IconExplorer

Memory Pool

80,846 transactions
30.02 vMB
0.07277813 BTC
Random Selection Loading Transactions
Max Size: 181.03/200 MB

Candidate Block

Mining Attempt 144dfbe083872c31aed24d51a4a2be0caf00a27e01d45c7f034a7dc2f58be1de
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 30b039c4c4f70db3a26f8f8cc4c78ed909fe0ecc198a17c13b73db1e6461db0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,553
Size: 1.00 vMB
Total Fees: 0.01130991 BTC
Feerates: 40.21 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (912,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,404 2,404 000000001b855e08f1e619a9f854a9bc3914fd532102bc93970647299b373efd 1 0.00/1.00 vMB 0
2,403 2,403 00000000a8dbbd2c5c1b17611ddde87ef045a49e528dd91df13d4ef0f80ef03e 1 0.00/1.00 vMB 0
2,402 2,402 00000000040ea4732f40af0f7392e3b97a4b58309fb012a625120be5899f3f2d 1 0.00/1.00 vMB 0
2,401 2,401 00000000b127bfefe6afc98908e6071840b979cbd26a54f8b545908176ca4022 1 0.00/1.00 vMB 0
2,400 2,400 00000000081038eb250216ebb27f94d8896d2984dc962020c53e6a2852b92967 1 0.00/1.00 vMB 0
2,399 2,399 00000000887dcf0f1d752603688a0458e5c43eaaea7d0486a6cce2f85b47b468 1 0.00/1.00 vMB 0
2,398 2,398 00000000507f2d91edb7d97fd6518e4f8cf624f49c56640bd7c79c811fa5e458 1 0.00/1.00 vMB 0
2,397 2,397 000000008a2cc8de40740016b39102e38b0e532e3fc7b318e2d23c3ea2c1bd7a 1 0.00/1.00 vMB 0
2,396 2,396 00000000dda6be51081341e04d1e120c18ab2d0d4c7a85c93a5a8ad3a17ef713 1 0.00/1.00 vMB 0
2,395 2,395 000000006cef7c465cdc7ceb4587fe4c1cd7ca3269edf9bb53623eee6cf50356 1 0.00/1.00 vMB 0
2,394 2,394 000000005fc0564918d56e12523d158e0d452fabec129c6ad627908b4725fa63 1 0.00/1.00 vMB 0
2,393 2,393 000000005ae417501a41f95d138182e6b6922f1defb43c822ae25a04106fbbac 1 0.00/1.00 vMB 0
2,392 2,392 00000000038d5c6837cc130a0e36af97fa212aa86cbf5d629e7289d6c67a263f 1 0.00/1.00 vMB 0
2,391 2,391 00000000224f87652440834f6721b3c552a5f6e4173c73c433d62b7514daa960 1 0.00/1.00 vMB 0
2,390 2,390 000000004e2bc7beaf29dbeb96d856e7bbf8c639732cb87ab3fe77a3dfc184a1 1 0.00/1.00 vMB 0
2,389 2,389 000000004ae594ed6a8e3d5bb333720d81107e41bc72cdf515d451565d084af3 1 0.00/1.00 vMB 0
2,388 2,388 00000000706dac7112e7cabbba1e37f5c5d03999ea1de530e9a9dd2c87abefc6 1 0.00/1.00 vMB 0
2,387 2,387 00000000785145f0ad2fe66882aabdfb6f2f38259394c32167bc40576c96aa6c 1 0.00/1.00 vMB 0
2,386 2,386 000000006c03d7466e36937aafa0482560257003b6502887ae367b7d9017ee21 1 0.00/1.00 vMB 0
2,385 2,385 00000000992382eb485095447db1b59a3833a94641d9033c2aad27b1dbf974a9 1 0.00/1.00 vMB 0
2,384 2,384 00000000d4b8102b902613c2494ff2c454d020f2cbfdbc0e5f306a0b7b77e9fe 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.