Loading Tool

Explorer IconExplorer

Memory Pool

52,975 transactions
31.44 vMB
0.18059684 BTC
Random Selection Loading Transactions
Max Size: 168.89/200 MB

Candidate Block

Mining Attempt 911ece949d3e7a4c96316c2c474b5db679fef9799d804822a1a6056843ed22f2
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root b2a54fcd1c4d303da7e3a1d6a5bd9c2716f68c55e7cf08b3c58e67ec2289f89b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.09577173 BTC
Feerates: 477.45 > 9.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (423,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,908 490,908 000000000000000000bb77ded0d43dd6cff750e310d6ffc75e7212cbec053b2d 2,165 1.00/1.00 vMB 155
490,907 490,907 00000000000000000018d85400ab44c357691f35d7fe0d8b34f52e0cf19ae60c 2,689 1.00/1.00 vMB 48
490,906 490,906 000000000000000000ad09a8081facdec5bc7e1eb9f246aabd251ac658fe17e3 2,312 1.00/1.00 vMB 123
490,905 490,905 0000000000000000000736f95a106fa43d15e765cffa575bbb9d684f2f0d371a 730 1.00/1.00 vMB 65
490,904 490,904 000000000000000000724e288e1a3885fece72e2e5f347292394e102d988717e 2,767 1.00/1.00 vMB 111
490,903 490,903 000000000000000000ae554fba17dff2e2f95d4091e07eeaf6f87257f3407068 2,090 1.00/1.00 vMB 155
490,902 490,902 000000000000000000a0cb3e19e362df5585e3edadeca7a8ab53ff8ea3b7473c 2,962 1.00/1.00 vMB 91
490,901 490,901 000000000000000000b4aebaeee4b0c002e2987af738041385c1d023597fc831 2,077 1.00/1.00 vMB 125
490,900 490,900 000000000000000000866efd57e483fb83ab20c23b3870fd8cf45e5c1fcb7102 2,423 1.00/1.00 vMB 192
490,899 490,899 0000000000000000003fa73ffd06f767ba705ac3551636d01fbb3e0bcf3a852b 2,424 1.00/1.00 vMB 142
490,898 490,898 0000000000000000009ededaadc3267fa0662e1f4cfc086d2119fd7175d14321 2,639 1.00/1.00 vMB 184
490,897 490,897 0000000000000000008083485684de2ea7f381231b32600330d5658da41d8d34 2,731 1.00/1.00 vMB 113
490,896 490,896 0000000000000000004512cf223195e125512874b08a7f8a5ebd757ed21e9183 2,303 0.95/1.00 vMB 181
490,895 490,895 000000000000000000121818afc500facdc8a8dda8959f399daab0638f89c92d 2,811 1.00/1.00 vMB 65
490,894 490,894 00000000000000000019d18aed2d52d50b4396870595d11fd5805a8aeb1237bb 2,348 1.00/1.00 vMB 66
490,893 490,893 0000000000000000004d2442780ac3dc7f7e92ca8e5ebe18d669de24abc9b941 2,347 1.00/1.00 vMB 137
490,892 490,892 00000000000000000051fed3afa7f0ef7869f26c3bb5240495aaaa09ffefb44e 1,452 1.00/1.00 vMB 269
490,891 490,891 000000000000000000db06a7f5802acfd54ae6d60953902e47e2f121934e3b1f 2,360 1.00/1.00 vMB 77
490,890 490,890 0000000000000000007a346dfb659675bb43287c41f6ce5f29740e4ca751b85e 2,484 1.00/1.00 vMB 76
490,889 490,889 000000000000000000bef5f77df0df8919e6d676608c05fe997b841e9d19ed8d 2,732 0.88/1.00 vMB 106
490,888 490,888 00000000000000000014981d0ad687b4ce5f91aba1f469999e764e0112daba3e 2,706 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.08 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: 651.32 GB
    • Received: 13.54 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.