Loading Tool

Explorer IconExplorer

Memory Pool

57,503 transactions
32.44 vMB
0.16667743 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt 02a17b31456b599f025100b85a123c9d39f4a93fe1873d53fc08bf6829bb5ed4
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root a689f58c6135f692d4c504be4518d43e2a33570d24d10b0970564f0d7be52bc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,929
Size: 1.00 vMB
Total Fees: 0.06147076 BTC
Feerates: 296.74 > 6.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (461,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,036 453,036 000000000000000001ca2ff24d36d9de316f497ec9d8abad029b22f346a50171 2,344 1.00/1.00 vMB 110
453,035 453,035 00000000000000000175b76eda93b59a40a8b395684120d000b7a9bd06936947 3,381 1.00/1.00 vMB 71
453,034 453,034 00000000000000000210c155dfbb75d3fe8c85513036971a4bc4e417cf56eaba 2,161 1.00/1.00 vMB 90
453,033 453,033 0000000000000000024002503ccbd5e2a76f83dc6048fe78fa8e37f9b146860e 2,558 1.00/1.00 vMB 93
453,032 453,032 00000000000000000204420148389b4e03b06a3536b57b39ab17ec1369b56ea4 2,292 1.00/1.00 vMB 100
453,031 453,031 00000000000000000095551e89cd16aaf88ac3f72d6d0b92a11e14b41e9bfdcc 1,805 1.00/1.00 vMB 114
453,030 453,030 000000000000000000d01a7137311e773f59de87ac3e0e62d467d02eadd76501 1,624 1.00/1.00 vMB 126
453,029 453,029 000000000000000001142e1df983ca8d1bd18db3c936aef6721b56893384b67f 2,526 1.00/1.00 vMB 141
453,028 453,028 0000000000000000011ebd963ac6b3132a3c56dd7344c42f5bb7b7c0f1417f2e 2,163 1.00/1.00 vMB 96
453,027 453,027 00000000000000000232639bc301f481add480dffcf698af028850b784f1d9cb 2,442 1.00/1.00 vMB 116
453,026 453,026 0000000000000000021538509d8380465c0110b0a6050160be03c188fa48702f 2,714 1.00/1.00 vMB 107
453,025 453,025 0000000000000000014cea3dd19087b514e6904ed8b5456ae1af5bbeac7c2713 2,030 1.00/1.00 vMB 93
453,024 453,024 000000000000000001dcf1e065db0d8c912a86fc6e2ee2e74850df25a3bdc9eb 2,641 1.00/1.00 vMB 74
453,023 453,023 000000000000000000ce10276ce9d1d7f04ec5439cb9d673d04c15259446a3be 1,930 1.00/1.00 vMB 85
453,022 453,022 0000000000000000007a08d94537abbd2f26bd2c2a6829d24ca3e36cc878e605 1,723 1.00/1.00 vMB 94
453,021 453,021 000000000000000001f2f2a4ed27af555b572bfd8e24373d3c1294cf2dae41fd 1,950 1.00/1.00 vMB 97
453,020 453,020 0000000000000000013f029586ecf4bbe4ebf50a7500eec4e3af9ddef179338d 2,179 1.00/1.00 vMB 104
453,019 453,019 0000000000000000009c54490ee7629eba4cc49f7bb437d2885199c6430c45ba 2,650 1.00/1.00 vMB 124
453,018 453,018 00000000000000000241a70a1c865fcfc421071266ebe33853b9254b25fbc17b 1,281 1.00/1.00 vMB 134
453,017 453,017 0000000000000000022d3cae7acbb44a70f1e4ca8c644db984d4a7ad5a6a49b5 2,481 1.00/1.00 vMB 179
453,016 453,016 000000000000000000e916c3c4da08092fd90c9c68ee0e2aaa2080f5170e0383 759 0.99/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.