Loading Tool

Explorer IconExplorer

Memory Pool

80,715 transactions
30.24 vMB
0.07514670 BTC
Random Selection Loading Transactions
Max Size: 185.37/200 MB

Candidate Block

Mining Attempt 573365dc0aa6716e9d80d599c1243006178c4f31ba80d5c0d374ddfa2e7daadb
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root f98be86a903b16c60b4a969267aed0e55a7753e12daa07e81978e15fa29a3ed7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,645
Size: 1.00 vMB
Total Fees: 0.00775802 BTC
Feerates: 40.21 > 0.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (8,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,887 906,887 00000000000000000000d4f66883e06b3657d3a5435a34e776135e3f243f48e5 1,088 0.38/1.00 vMB 2
906,886 906,886 000000000000000000006052b739afd77a39318928804cd818c41ef30a16a9ac 4,718 1.00/1.00 vMB 1
906,885 906,885 00000000000000000001dbc83084502c2c0458fea03e724d7de44e98467bbd4a 2,668 1.00/1.00 vMB 2
906,884 906,884 00000000000000000000b8e1091f1e9b64e7fa12fd75a0c722c85b316fbb2025 3,657 1.00/1.00 vMB 4
906,883 906,883 00000000000000000000be25a44d918d2159e5c5b4282730f614979bbe9c2985 3,065 1.00/1.00 vMB 3
906,882 906,882 00000000000000000001c45d27d346a9d57a27685db3eb6ea3e5d4e600f0f042 2,758 1.00/1.00 vMB 2
906,881 906,881 00000000000000000000c7b083cd2afd318ad63caa4d313ee793a1942c1e4e6e 3,848 1.00/1.00 vMB 1
906,880 906,880 000000000000000000021883a9767fadc318a12012912c38064330a100799c12 2,977 0.87/1.00 vMB 2
906,879 906,879 00000000000000000000bf4ab650448cbd97a5c436761d840893cc9114c895da 2,595 1.00/1.00 vMB 3
906,878 906,878 0000000000000000000201d5a6e21bc42e01d1e88c9b8a29ce24969cf0fc7f14 2,969 1.00/1.00 vMB 3
906,877 906,877 00000000000000000001e720b6491b0497806c38f4866b2662efb48d3b1c80a0 4,173 1.00/1.00 vMB 1
906,876 906,876 000000000000000000013f1a36d8b552d4c50ea11140cf3d87c3b87319e6dafd 2,754 1.00/1.00 vMB 2
906,875 906,875 00000000000000000000264374e6d9b26be206793712e94266a62ddb0e9551e9 3,257 1.00/1.00 vMB 4
906,874 906,874 00000000000000000000bee60ca2b325eacd9fed3885520c69e498753cd89915 1,872 1.00/1.00 vMB 2
906,873 906,873 00000000000000000000c7caecfa39d055eada40ce241132e2db7362ad7735cd 2,638 1.00/1.00 vMB 3
906,872 906,872 00000000000000000001d81f0885f152bd89f45853b0492e48945c4c38410a01 2,642 1.00/1.00 vMB 2
906,871 906,871 000000000000000000002b153bf160738f9f4dec618e3ac3fd7474f2f4f50759 890 1.00/1.00 vMB 2
906,870 906,870 000000000000000000018cdeee9f6f47ca6ed434f0ea0a12ea73a18ec64a8feb 1,111 1.00/1.00 vMB 2
906,869 906,869 000000000000000000003e0843b856c0a9100fd89d3b6106eb1f12858d57cfef 3,366 1.00/1.00 vMB 4
906,868 906,868 00000000000000000001600c1cc53e507fa6185b6d6485ca146a6392e6480835 3,287 1.00/1.00 vMB 2
906,867 906,867 00000000000000000000a13243670d19497009806bc05a05737d2cc54a8e52f1 3,579 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.