Loading Tool

Explorer IconExplorer

Memory Pool

26,918 transactions
28.73 vMB
0.05234117 BTC
Random Selection Loading Transactions
Max Size: 155.92/200 MB

Candidate Block

Mining Attempt 373a6983b1bb95ebd23616830195165a1a1acd0ef8a19b422098474fcc040ffb
Version 20000000
Previous Block 00000000000000000000510ca9331605984289d0945d843fd63b97b80c49afb5
Merkle Root 10fd0b16b5244b71b064e41945d2b3f66c2197be8c8029f713ec0695bb31cc51
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,652
Size: 1.00 vMB
Total Fees: 0.01978054 BTC
Feerates: 301.59 > 1.98 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,881 (55,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,971 884,971 000000000000000000011f01e757e11a86a942c84a6017a0c04ec5ed20a9cd0e 4,326 1.00/1.00 vMB 5
884,970 884,970 00000000000000000000a3e43fdd64124e0b32b56cb46867567af9e92884968c 4,035 1.00/1.00 vMB 9
884,969 884,969 000000000000000000012ec611e0fb9ee7a95b97490f92be3b29e086b36b3c1e 4,477 1.00/1.00 vMB 6
884,968 884,968 0000000000000000000125bc2051b38a56f9f6f7c6ce2336ba592a2858df7e44 3,705 1.00/1.00 vMB 8
884,967 884,967 00000000000000000000837cc94681e778d9ea406212d9e2a3a4d92e7bd3e298 3,837 1.00/1.00 vMB 4
884,966 884,966 00000000000000000000a7e1e2f16894f310f2b4370115e065ecf417be7e8c6a 3,603 1.00/1.00 vMB 7
884,965 884,965 00000000000000000000afbcfe2e0a55fb8ce569d481e94aead57a35e9a1ec66 3,734 1.00/1.00 vMB 4
884,964 884,964 000000000000000000000a8a35d8f999099f5d7a3acc0b76dc04c27de6489583 5,904 1.00/1.00 vMB 3
884,963 884,963 00000000000000000000d184967730e247f23b3d129e765292c2b4d9f29dc39a 3,029 1.00/1.00 vMB 5
884,962 884,962 000000000000000000021306ffe64b02d7e826bfaf3b8a31ba518ddefae9d126 4,672 1.00/1.00 vMB 4
884,961 884,961 000000000000000000022aff62fac1db7c3a433f3d90f39c7a3fc85b5d1199df 5,005 1.00/1.00 vMB 3
884,960 884,960 0000000000000000000220f1d11fb0cc93d8a856eeb8c43bd598e1292517a944 4,774 1.00/1.00 vMB 3
884,959 884,959 00000000000000000000bcb55f5a20632b4c3f781b0a38750ec39cd34cd2fe68 5,259 1.00/1.00 vMB 4
884,958 884,958 00000000000000000002339838e9500770a136d4b1137d23530aff92790c6625 3,834 1.00/1.00 vMB 4
884,957 884,957 00000000000000000000986f729715f2c1fb787728fa757476d541d1c0a409af 6,147 1.00/1.00 vMB 3
884,956 884,956 000000000000000000017c2ae69815d36d06791b4f8952b083afbdac744da674 3,103 1.00/1.00 vMB 5
884,955 884,955 00000000000000000001bd323853357f3e8e6d670f7dfe3e239f93e31ede8b3c 3,898 1.00/1.00 vMB 4
884,954 884,954 00000000000000000001d086c4d1695b9baac13de3e75190e20c5ba6b9d00a7c 4,418 1.00/1.00 vMB 4
884,953 884,953 000000000000000000013efa924bbe66afd446e12badf297de8b6cbafd3d694d 4,087 1.00/1.00 vMB 4
884,952 884,952 000000000000000000014da760eda38cd19b1001e071d3b2569a0c8b5cf61a9c 3,726 1.00/1.00 vMB 6
884,951 884,951 00000000000000000001303cf1bc4382f43059c4509ff0322e4a602bcd2cd46e 3,905 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 828.32 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: 4,569.67 GB
    • Received: 246.80 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.