Loading Tool

Explorer IconExplorer

Memory Pool

42,143 transactions
26.60 vMB
0.06276789 BTC
Random Selection Loading Transactions
Max Size: 139.03/200 MB

Candidate Block

Mining Attempt 0a411e5a80586c9f0e8a322f3d785db0852ea390f63a681cdcaedc6ed910816a
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 2718041b6ac87b92b5d42a42c41a0f6a364ce051a2dcb61a5fa3ccbd02f1e0a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,657
Size: 1.00 vMB
Total Fees: 0.01376602 BTC
Feerates: 47.58 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (843,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,003 71,003 0000000000ade3afb4e06f968d034cddfed0deb2960f0d208f35aace2eef4cdc 1 0.00/1.00 vMB 0
71,002 71,002 0000000000ea726460e4a57af93fe49c855940b50899b70f04fb9570748986c7 1 0.00/1.00 vMB 0
71,001 71,001 00000000008fbf55c91ab1e83f995edfebd2302ec9b711705e02d91c0fdc8a7c 1 0.00/1.00 vMB 0
71,000 71,000 00000000003eea76022498376477294a921cfabeee70f0630ce0fd45dc22179b 2 0.00/1.00 vMB 0
70,999 70,999 000000000049ac944a7e321546d0be1b480701d6ae1ab3b320fe674eba5fe255 2 0.00/1.00 vMB 0
70,998 70,998 000000000093b1f273e3f72519efa7a48a36a563550d8d9fe28af1ee096c4928 2 0.00/1.00 vMB 0
70,997 70,997 00000000001f9369f5775b84ebe9c2d70eb4de089a457751fbf595642112d2c0 1 0.00/1.00 vMB 0
70,996 70,996 0000000000cc6ebd9c9eec94b892ae3e161da7e3c0dfb873c655532e156fee67 7 0.00/1.00 vMB 0
70,995 70,995 0000000000b136f7b8cd5d250a53bc9e53060e48182e06b37520e9ab8f343413 2 0.00/1.00 vMB 0
70,994 70,994 000000000017a17bedb4f3fca578b6d3d9fc5f53df6b9fdcd3e372b0b4026bb4 1 0.00/1.00 vMB 0
70,993 70,993 0000000000b9aaf1d2017a3bf74619264c70d1b9d87f4ff50cba867832111f2f 1 0.00/1.00 vMB 0
70,992 70,992 000000000024e601753eb69038775562ff20ca191e805b10afd46286ec33410e 1 0.00/1.00 vMB 0
70,991 70,991 0000000000fef14c58e8ffb99d7446319857b9dac1f9ef3e3fe7e044d6ada7fb 1 0.00/1.00 vMB 0
70,990 70,990 000000000047ad14bdf28a83b9ece3ffc14a67c31352b2241aef2bcf5851d7e3 4 0.00/1.00 vMB 0
70,989 70,989 00000000008b7d1706c54be68ec01a88a80b89667add07c6016d363b267b158f 4 0.00/1.00 vMB 0
70,988 70,988 0000000000080a294f1ee307c959af1eecb65531ba64847e8003a4db784e514f 3 0.00/1.00 vMB 0
70,987 70,987 0000000000816ea28e146475661a13ff8730dc03f5fa977ef6f7412c9db6806b 1 0.00/1.00 vMB 0
70,986 70,986 0000000000430cd317d4c786118a830a08e72ce02624baaf356d76aede2f72b0 3 0.00/1.00 vMB 0
70,985 70,985 0000000000becae893a059e31ed3739209a254e5ae2acd3ac87f4a0b94bf0740 3 0.00/1.00 vMB 0
70,984 70,984 0000000000874540bc0bc02d5beda5566cccbd3cc34f539a618e7f732e049bd0 1 0.00/1.00 vMB 0
70,983 70,983 00000000005642ca76e9838926be10e2f95ccac67712c699c0835a1574c8e386 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.