Loading Tool

Explorer IconExplorer

Memory Pool

76,078 transactions
27.46 vMB
0.07335031 BTC
Random Selection Loading Transactions
Max Size: 167.95/200 MB

Candidate Block

Mining Attempt e7b3e480cadfe84fcdf1809db400b1c83f75a4af677075e98ae4a10f3abf84aa
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 00f77efb7454a84986ae19dd4d2d59f4d1564a4a5c12de243b3c7d9801d401be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,644
Size: 1.00 vMB
Total Fees: 0.01486357 BTC
Feerates: 402.60 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (509,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,989 405,989 00000000000000000210d0ac7b062a69ea74d61559190d429ed84d229bb057de 1,883 0.75/1.00 vMB 42
405,988 405,988 00000000000000000358f5ecbf9c64b41c5c2496f1399d9ea49e9c9ecda5d684 1,512 0.79/1.00 vMB 35
405,987 405,987 0000000000000000047e70cefcc6f5073556afd3192cb6a430cde6014abae0ec 1,731 0.88/1.00 vMB 39
405,986 405,986 000000000000000004fe548af4b828c855ef96c67cb9fe99beecd1234d87f789 448 0.24/1.00 vMB 34
405,985 405,985 000000000000000000f0adeecbe8aec16caf20415253744b1a17843e2e797525 238 0.13/1.00 vMB 32
405,984 405,984 00000000000000000393d9308e4dd4f87f00ea21d160ff636dd363774e3e22e3 911 0.48/1.00 vMB 38
405,983 405,983 000000000000000002cfe383117ee1790f1edac3de884d00bbf1ed5246d08a3f 85 0.05/1.00 vMB 22
405,982 405,982 0000000000000000008b39da1d5bad6ceb26d38fcba0c0730f3d688e08f469c8 1,260 0.65/1.00 vMB 35
405,981 405,981 00000000000000000050fd5461c8bae1e0332db0f8aa5d3ce83f2865996dc500 559 0.99/1.00 vMB 10
405,980 405,980 0000000000000000026bcbd18d6def676b490e39a7b7c2f1a92c84f42752cf4f 1 0.00/1.00 vMB 0
405,979 405,979 00000000000000000527bf4d3d7ea6a864131bf8036c95d6b59d4ec92738df6d 588 0.34/1.00 vMB 33
405,978 405,978 000000000000000005d713676e4cd111ebc16383d198bd26fe4c7f6883b615e4 1,406 0.80/1.00 vMB 29
405,977 405,977 0000000000000000066d0ca31d57c1c1ca6e75feecc9a7432f98c1a76617e553 2,964 1.00/1.00 vMB 51
405,976 405,976 0000000000000000068697001396b8c4a3e172403e987696e1a1b200d814ded2 695 0.38/1.00 vMB 34
405,975 405,975 00000000000000000150e84d83b810e549d2a165f5e243ec96c00916351a9fbe 2,083 1.00/1.00 vMB 45
405,974 405,974 0000000000000000015167bc0ab1125e37fb1c1c55041044030fa347abb9a8cb 772 0.57/1.00 vMB 29
405,973 405,973 000000000000000001fe39178b79ceacc8c238899fc3bc2d41e961a2e426b036 1,707 1.00/1.00 vMB 32
405,972 405,972 0000000000000000014a07f178ecb07178f4ab0042862690d20a8e02c7cd9a65 2,086 1.00/1.00 vMB 44
405,971 405,971 000000000000000000164708edab20f3cf8e8336319bd32d01349318d567d81a 875 1.00/1.00 vMB 15
405,970 405,970 000000000000000002f097c357f12b3572369addbad6703bea399f8684339f1d 1,126 0.63/1.00 vMB 33
405,969 405,969 000000000000000001c7e9bbcbf9d8a00367ac80c1c5a5a72edc00ca35ff23bf 1,699 0.99/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.