Loading Tool

Explorer IconExplorer

Memory Pool

40,897 transactions
28.60 vMB
0.06160167 BTC
Random Selection Loading Transactions
Max Size: 146.61/200 MB

Candidate Block

Mining Attempt 8ebb8eb809474b8cc08b10689264fbc92745a4b46b85212026f5992606d84d9d
Version 20000000
Previous Block 00000000000000000000e75e7ba3ec4f54cde2a7f5d554356115040ddec177f1
Merkle Root 410c598c6a86373ec021fcde1f463545c469118db6c82877f68b61d6875e6f7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,882
Size: 1.00 vMB
Total Fees: 0.00625237 BTC
Feerates: 40.21 > 0.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,621 (474,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,072 440,072 0000000000000000039c2e1391f8b348627aa5e3f097f96e5626d8635b1d3405 2,109 1.00/1.00 vMB 88
440,071 440,071 000000000000000002b2ff1ea77bab7e0feaa4e3b57202cc7a0c8989ef6311c7 2,458 1.00/1.00 vMB 100
440,070 440,070 0000000000000000025f2a1aae16873718a311b46df4067242df6a3925ba408d 2,142 1.00/1.00 vMB 93
440,069 440,069 000000000000000002dcb935c44871c56c5f4360d565a48a596764160cd29683 1,994 1.00/1.00 vMB 88
440,068 440,068 000000000000000000af047509e6f8cd574fe348632f2861e4ff280a71544272 2,747 1.00/1.00 vMB 59
440,067 440,067 0000000000000000022303b0b1b63f71704ea6218b1a4986e9d8fdf9d0dc4711 1,765 0.75/1.00 vMB 81
440,066 440,066 000000000000000000639b2af62cc6848784df996b96cc07c41e69fe061ecdd5 2,584 1.00/1.00 vMB 74
440,065 440,065 00000000000000000028046963c641d192b4ae31f27e89fb6c9d577587e9e37b 2,575 1.00/1.00 vMB 101
440,064 440,064 0000000000000000009be0f18ce224b52d0acc4c2f1d9224942c51b5bf3e03f4 2,395 1.00/1.00 vMB 100
440,063 440,063 000000000000000001fee3769aee407a0db71edffb2f91da978272ce1a035c6a 1,268 1.00/1.00 vMB 74
440,062 440,062 0000000000000000030d1be8ca83ae16d545b8d053b104b2f3bf6f9334296488 1,852 1.00/1.00 vMB 86
440,061 440,061 0000000000000000014a640a74d63a0da50be30b9cc9b8923cff804f95e4e376 6 0.00/1.00 vMB 1,240
440,060 440,060 000000000000000002b86f4b3312a98a9e900d192706a27e3362cb6e0549d5aa 1,557 1.00/1.00 vMB 75
440,059 440,059 0000000000000000005a5267ffaaa47cbc7b384fce5619c2fe8fb82fd1830b06 2,187 1.00/1.00 vMB 95
440,058 440,058 0000000000000000034c1826e1fb8b59f97dfcfe2364497ef4cc2257f8cbcc29 2,529 1.00/1.00 vMB 83
440,057 440,057 000000000000000002763646da52fcf22f8258f5240a07ab805ac3482136d877 1,987 1.00/1.00 vMB 104
440,056 440,056 000000000000000002e9419cd55248a2e19d16c26b768472a93d02c8e646ffe1 2,438 1.00/1.00 vMB 59
440,055 440,055 000000000000000003e5ff638be2cad218a07dea8906eb52f225004e6621e01e 933 1.00/1.00 vMB 67
440,054 440,054 000000000000000001aec415287019c30911475fc12aa12a03200ea21ebafc49 1,911 1.00/1.00 vMB 78
440,053 440,053 000000000000000003b75662cf027bf4663fe9dc64bd3ad6d9cfb1b92e1e54c1 2,185 1.00/1.00 vMB 98
440,052 440,052 0000000000000000036b73424ddbbeab8e599eaf03b24238ad3030059cb48b11 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.72 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: 629.76 GB
    • Received: 11.96 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.