Memory Pool Memory Pool Refreshing

6,290 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,752 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (312,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
595,568 595,568 0000000000000000000fb7c7e67434143ae2bcffe8972190c600d0d378942a44 1.36 MB 2,378 33
595,567 595,567 00000000000000000014266b3bdaf03f79784a0a7ab78a195531995d542a45bc 1.24 MB 2,318 17
595,566 595,566 00000000000000000011910899d57a66f857f14d0c72da08335efd408e366ba5 1.19 MB 3,217 50
595,565 595,565 000000000000000000148731ac58adaaafaae26ccedb308f5e933b0999cad172 0.78 MB 2,178 20
595,564 595,564 0000000000000000000b4aebded312d250a2c6ddbe488504546172570dfdf6a9 1.26 MB 2,751 29
595,563 595,563 0000000000000000000c8d2979ebdcded57053617fc2ee52243399b2ccbc832a 1.27 MB 3,204 22
595,562 595,562 00000000000000000004b78dad407159b9b16e6f4270e22c9b8a18a9f958fe4f 1.22 MB 2,886 23
595,561 595,561 00000000000000000000c941fecf7f17af7347ded2218485c8f1efb4d26c1961 1.17 MB 2,429 29
595,560 595,560 00000000000000000006855ca5b33d774e287b2793a4c99ca33b51c6857ebe45 0.33 MB 920 26
595,559 595,559 00000000000000000007016cd4c470a62e02be5c400a0d01a79e8635765c0430 0.88 MB 2,403 22
595,558 595,558 00000000000000000011aa01dd618017867c408aba746dc9f3a977f2af4f14d3 1.19 MB 3,122 12
595,557 595,557 000000000000000000068ce9b747346c56d3f9bb0acc19c966d48d3eb16d432a 1.30 MB 1,866 23
595,556 595,556 000000000000000000154d7218c95693f7862e58971a0a858fe4bda24a913785 1.14 MB 2,086 33
595,555 595,555 0000000000000000000a793eb7f7519434d91042992925ab0ecc98593fa9cce1 1.17 MB 2,878 40
595,554 595,554 0000000000000000000ea7e1f59b2ca89c2a8bae077d8fd4713fbae691f4fc07 1.21 MB 3,058 26
595,553 595,553 00000000000000000010018fdd3a4d232b1d45f012019a0479da327e934c0461 1.25 MB 3,143 3
595,552 595,552 000000000000000000016997e353dc6cf566bfc93818bf01f132ce7d781d16ac 1.27 MB 3,140 36
595,551 595,551 0000000000000000000d34f584dbdc5b3e55612c48f91367827de71e6ded1988 1.56 MB 2,142 15
595,550 595,550 0000000000000000001537cc5e81b965cc08ad9122d156dba251c2940eba3ee4 1.18 MB 3,119 48
595,549 595,549 000000000000000000129a8a358bd7a9da12836cb4c6fc690dbaec4f9d01c216 1.34 MB 2,803 31
595,548 595,548 0000000000000000000f755f49a73f554799953c4f9b0dd613338cd1e4a728f2 0.94 MB 2,301 19
Previous 10 blocks ↓
Total Size: 769.22 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,634.66 GB sent, 94.04 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.