Loading Tool

Explorer IconExplorer

Memory Pool

80,664 transactions
33.92 vMB
0.13292695 BTC
Random Selection Loading Transactions
Max Size: 193.22/200 MB

Candidate Block

Mining Attempt 5318f6d27c411925666a734f50bc47ee3f4aa907c57075ff12be4a10d5b056e0
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 97fa7c4337e260d31e5be890f50fe4db0d1fab23cda587bde818acc44f6a0b80
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,766
Size: 1.00 vMB
Total Fees: 0.02507841 BTC
Feerates: 146.36 > 2.51 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (474,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,353 441,353 0000000000000000030d54439482f28d2c2c430c8f772ac1fd54afca37a629ff 1,471 0.75/1.00 vMB 65
441,352 441,352 000000000000000002e565cdc1d242ac40b7b0d336f4333f71139e1030a59a1d 2,431 1.00/1.00 vMB 82
441,351 441,351 0000000000000000005973b0e54b2b28171e068f39ae8cb43fb968252dc6a17b 1,739 1.00/1.00 vMB 87
441,350 441,350 000000000000000000e28a8521d7f5b3960c4501f2ebc74c5c066475a73d4263 750 1.00/1.00 vMB 102
441,349 441,349 00000000000000000340a7977fe956e6fb9d92f50f719fabf12824d33cd4dad6 768 1.00/1.00 vMB 26
441,348 441,348 000000000000000003d13607b1ac4c63029f7ac3dfe3a4b710e70d3867b05bf7 1,035 1.00/1.00 vMB 32
441,347 441,347 000000000000000000495c65e0c0e95a389fc91b45b5f2d85bcd32c1071770e2 1,036 1.00/1.00 vMB 40
441,346 441,346 000000000000000001da31b4495c51b9e3c0fe534d77ac6b01eb5042cfd5d8a9 1,518 1.00/1.00 vMB 60
441,345 441,345 00000000000000000321ff1ce8bf26eeb1ad00b4493c34f64d0e24f087866201 805 1.00/1.00 vMB 36
441,344 441,344 00000000000000000364b3a18daf74b054c8a12f4b5adb752ada4c6f4542e1f9 2,446 1.00/1.00 vMB 62
441,343 441,343 0000000000000000008b23ad75ddaed2c2f48830e0192eaad4571722f0ae561e 1,859 1.00/1.00 vMB 39
441,342 441,342 00000000000000000223eba1f7e1b55468f78ac2ffc4d9d67efa46645712e379 2,088 1.00/1.00 vMB 64
441,341 441,341 00000000000000000037811542c2ca670af372dd43555c4d2dcb69744ab899be 2,568 1.00/1.00 vMB 86
441,340 441,340 000000000000000001278edb4d190b5d846641cefb1ebfe78e8369a9f1107ac9 2,262 1.00/1.00 vMB 77
441,339 441,339 000000000000000001f4840a9cc93cb949697f97969e1984f69f789385d00cd7 1 0.00/1.00 vMB 0
441,338 441,338 000000000000000002670ad664a90b8617c15e9902f360016bf334d6ec9e1c9f 1,158 1.00/1.00 vMB 63
441,337 441,337 0000000000000000038ffc6cb11daf4d0b43d4cffd9304cbfdab4d03204f6e4e 2,396 1.00/1.00 vMB 75
441,336 441,336 0000000000000000009f6835af762004f0d7ef0007b1cc2657f80966f4f8aa67 2,444 1.00/1.00 vMB 81
441,335 441,335 0000000000000000000a96bd9eb0d0a9d8b8416a54674c8b053d00f2505164ac 2,890 1.00/1.00 vMB 103
441,334 441,334 000000000000000001b5c19090e675097e05c882b8c1c6fe2f80a76fb198aa60 2,196 1.00/1.00 vMB 61
441,333 441,333 000000000000000000bbb812dc8afefe4ecbc16738e42f27ad0865e57e5bf708 904 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 783.10 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: 727.84 GB
    • Received: 18.47 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.