Memory Pool Memory Pool Refreshing

6,171 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (354,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,336 553,336 00000000000000000010627388fdb3692b5030a4f8138fb27f12570fa99c0659 0.17 MB 404 12
553,335 553,335 0000000000000000000587ec5570a964dd6acb638e639ccb6c6520aba1bc5dc1 0.44 MB 238 3
553,334 553,334 0000000000000000001dbc8fb182d0927d5459bcfda67b77c77d2b83106704e5 1.17 MB 3,136 22
553,333 553,333 00000000000000000020ba2cdb900193eb8af323487a84621d45f2222e01f8c6 1.10 MB 2,252 11
553,332 553,332 0000000000000000001cd1aec2e9e7e576a157c5d74f3e09af7f536924ca9891 1.15 MB 1,593 20
553,331 553,331 0000000000000000000d8aa502fa6c39987d1875bf92f0bf484057b4afbd4e07 1.05 MB 2,261 4
553,330 553,330 0000000000000000000f5865ded116051ad4f52863905ec4cd2dd704f7d23ed3 1.28 MB 3,412 22
553,329 553,329 0000000000000000001577d6f396e8dbcaca1eb540dbc197d03c1a73cae5efbc 1.30 MB 3,203 22
553,328 553,328 0000000000000000002f6379f7e5028a4a3403a82daa3739bb713f5bcbe8279b 1.25 MB 2,701 17
553,327 553,327 000000000000000000153a8caedf5da1fbc46c673be8f3ce8881b9079dacd061 1.22 MB 1,976 34
553,326 553,326 00000000000000000015b6effa1a4e0ba4e245104877250de4d1d4d4273fead2 1.18 MB 2,451 12
553,325 553,325 0000000000000000000df44347d2951360eba8f8439e6d7cb717ec923d847f69 1.17 MB 1,681 12
553,324 553,324 00000000000000000031a91b8f09f0208b18b97797a70289be614e883e2f3e68 1.20 MB 2,411 20
553,323 553,323 00000000000000000021e3b77bef4e3f59f787a9959e2b1ba759dc29a1eadb45 1.18 MB 1,462 7
553,322 553,322 00000000000000000030ba8b95e0c52dd7cacfd0237c5d84577a2f296fccba8a 1.08 MB 2,282 3
553,321 553,321 0000000000000000000e6ea2c70fe0da6005a9d13fa7641d7c18ac405020db5f 1.34 MB 2,959 30
553,320 553,320 000000000000000000174134bff13ef048102ac810cb63a30aaedc2d3bb3a1bb 1.36 MB 2,123 4
553,319 553,319 0000000000000000000bf0b08ec2cb56e184dab186d23e7266d5ae3a58180dc7 2.05 MB 743 5
553,318 553,318 00000000000000000003f50eb4cb5b56e7ad9131265021d5322ee0a193b95537 1.52 MB 1,549 12
553,317 553,317 00000000000000000017a5a883ecdc1dcc9af9d631efd345ff696060d27ceabe 2.11 MB 620 4
553,316 553,316 0000000000000000000d3b90c2851a1dc442663a84bfead5f3b963b817a4c0fb 2.13 MB 649 4
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.20 GB sent, 94.19 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.