Memory Pool Memory Pool Refreshing

18,619 transactions
5.96 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,333 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (221,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,419 686,419 000000000000000000079d53b0e5ef5c587d22cc916c1d0c2a63c3e44dc810d8 1.26 MB 2,195 27
686,418 686,418 000000000000000000047e496e2ad0b13bf2d10de56a9a4d5645e76815858d0a 1.16 MB 1,784 21
686,417 686,417 0000000000000000000a05a00bdde73c9346bf4cdcbcde16ef365879ba58dcaa 1.40 MB 2,734 12
686,416 686,416 00000000000000000006cb2366f3b61837539c828973b07eb297efd137f7f481 1.24 MB 2,745 20
686,415 686,415 00000000000000000000e28dce2f1b1b042d40950f78313caff163f38c93c1cd 1.34 MB 2,165 17
686,414 686,414 0000000000000000000959370cda5bd7da70b8bd4352bb125ad890f1abc86375 1.45 MB 2,091 30
686,413 686,413 00000000000000000005bbef80d32208e28d73e4adf775898554d3487b72a3bf 1.33 MB 2,162 40
686,412 686,412 0000000000000000000c24da2c890f7e458585f9ef993b8e993d3164f8bdba95 1.30 MB 2,263 51
686,411 686,411 00000000000000000009a31ab0607a8814f084853bfd91668c98eb8f748f5083 1.42 MB 2,096 27
686,410 686,410 0000000000000000000ac644cb0c4b687ca03827723e20c3a527ce66c2704bf9 1.28 MB 1,740 23
686,409 686,409 0000000000000000000878efc22e20cfeb90e1e9997e49cba7bcc0e465e32f7c 0.45 MB 563 22
686,408 686,408 00000000000000000007bc00a8fd0c75926724ac2523c16ce94d73efa07f9b7d 1.34 MB 2,229 3
686,407 686,407 00000000000000000000b7ea667e864c9631a8da40e1ed684b6b0b18b9db5956 1.51 MB 2,033 22
686,406 686,406 000000000000000000034188451a99b51e2941d2e4f1d58d582852466c1f7ad3 1.34 MB 3,126 53
686,405 686,405 00000000000000000001a6facab955ae11451b4cc7d7b1b3703182cf9c8b0213 0.45 MB 628 2
686,404 686,404 00000000000000000004ad0cf66f807158cbfda1e5e9feeb765a78b5c83d17c0 1.35 MB 2,468 29
686,403 686,403 000000000000000000028fcf0d3d7f4ddcbe0eb85db40f605e45d169e9f60cdb 0.57 MB 733 22
686,402 686,402 00000000000000000009bca6590476627a6590eb046b25dd9d93821d2404901f 0.41 MB 362 25
686,401 686,401 00000000000000000005614c9a5c7916bb3258f3f6b5ac18fb7fd5c3d4cdafcf 0.28 MB 240 14
686,400 686,400 00000000000000000002cad078bc34485f1fa7c3acdf437d7ea5c5158e4f9d00 0.74 MB 1,303 12
686,399 686,399 00000000000000000007aaee34d4e280f1b97ce09c2f5c51df158c855fb36d3f 1.58 MB 1,655 11
Previous 10 blocks ↓
Total Size: 769.02 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,624.37 GB sent, 92.99 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.