Loading Tool

Explorer IconExplorer

Memory Pool

92,674 transactions
24.70 vMB
0.07798850 BTC
Random Selection Loading Transactions
Max Size: 165.46/200 MB

Candidate Block

Mining Attempt e80fba4d7e6114d0069ee5eac7978b59309be35c345ba2c4d73fb90d7edff3ab
Version 20000000
Previous Block 00000000000000000000788241f2e3ed37766607093e0204358fc6e2b5654c75
Merkle Root 056ce997cc20bcec1f6de493ce491933db130a69fb962bf2c3a34f11e2e0aa0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,762
Size: 1.00 vMB
Total Fees: 0.01948054 BTC
Feerates: 301.07 > 1.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,096 (895,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
20,672 20,672 00000000874ae00c40cb9c491be65eacd57603c904e31188589f6f593142b121 1 0.00/1.00 vMB 0
20,671 20,671 0000000041a600184146fd36b3224efc2ba3fe63f97e6d6a68b6884c96d0ea3a 1 0.00/1.00 vMB 0
20,670 20,670 000000001bd40322626a56e55246e997fef4a17a525c18f44d246577a1bc74d4 1 0.00/1.00 vMB 0
20,669 20,669 00000000cf6d45053ef1f90907697261218004f957e343e42f490b87638f5535 1 0.00/1.00 vMB 0
20,668 20,668 000000005c0bbd9188060410665c885205db8f427f8c56727d2fcfcd3ae062a2 1 0.00/1.00 vMB 0
20,667 20,667 000000001375ae9b0426a2d6761314ccb132001fed5c1ff3f436b394e7bc2a5a 1 0.00/1.00 vMB 0
20,666 20,666 000000006582af9e9d7e80dcf4f6e3cd687dca3025f9f0c8fa9c3c2df6fa975e 1 0.00/1.00 vMB 0
20,665 20,665 00000000a9ed16b992ef1c81cbbc5700d0820b4c104115b2032dda11878dd9e0 1 0.00/1.00 vMB 0
20,664 20,664 00000000603d48a1016011506f5968fcc6a5af10f6202a41d449bffeccfecd9f 1 0.00/1.00 vMB 0
20,663 20,663 0000000047cd22e1c140569069ea19040308a9de53841158049a299bbcfbdbe6 1 0.00/1.00 vMB 0
20,662 20,662 000000000589ad9de29095e3bee9c62d79c2325b985adec38cdce1847bd6b179 1 0.00/1.00 vMB 0
20,661 20,661 00000000e0ef58052994a8b6bad38423a7c377df88fe3afa539ece50b10cbcdc 1 0.00/1.00 vMB 0
20,660 20,660 00000000aa6c40b13cd2627d43c7de83e64a09e921c937aaa49bad475d7b6789 1 0.00/1.00 vMB 0
20,659 20,659 0000000022cd2ee4f98834d2c4028a016e2386ebb7d83eee75e64db13cac8a4a 1 0.00/1.00 vMB 0
20,658 20,658 00000000c4c52c514c1441cb0870045beb8cd8334723618d0230830b92964916 1 0.00/1.00 vMB 0
20,657 20,657 00000000eae2cbd2d42d905b3af10a9a51abb8b0e26f9ba6984f6d42f1a2ca61 1 0.00/1.00 vMB 0
20,656 20,656 00000000f3e3c14b339c5c84c0406787a6bc4b789cbe24711f37e1937707e7ab 1 0.00/1.00 vMB 0
20,655 20,655 0000000009b5c022fe365b0f7db09992ccca52ac1602968fbd439815f743e1bf 1 0.00/1.00 vMB 0
20,654 20,654 00000000057c1ab3c7cccb468e7187a25e65871afd4ef4970bc76eb99db44d12 1 0.00/1.00 vMB 0
20,653 20,653 00000000efdea0843c3b50e383833e007ca626456c0010d2b30d3152a72bd57a 1 0.00/1.00 vMB 0
20,652 20,652 00000000416ce1519cbc19d6a15364373db6ac4cccc5d4f78baa91bb226ea750 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.29 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.22 GB
    • Received: 24.15 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.