Memory Pool Memory Pool Refreshing

9,555 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (573,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,485 334,485 000000000000000016312dd51d5a8ffd146452c95de2ec2afd769bf3b81a291e 0.03 MB 64 74
334,484 334,484 000000000000000005b780f8d18c040424c69606f2732d28213086869fc45ebc 0.75 MB 2,015 36
334,483 334,483 000000000000000001af15442fa2d01bac912309df180667b77f981c1b59e3cc 0.59 MB 887 21
334,482 334,482 00000000000000001792a26b9589b2350fac4d87af502c22086fc31cbed2e3da 0.19 MB 331 15
334,481 334,481 00000000000000000a19b6d884ffe8f85174cc48273879949a7dd9848425ab47 0.18 MB 128 14
334,480 334,480 00000000000000001a6a336da2d356300147ff409904e78d4c7fcde35412afb8 0.75 MB 1,411 28
334,479 334,479 000000000000000000136526ceab9d6e97c82ebf977a2981508ce517d1429903 0.90 MB 1,491 24
334,478 334,478 000000000000000019b84e9a33205b22f38b69d7d161d5c6d1bba56113299958 0.05 MB 81 18
334,477 334,477 0000000000000000161a27d0a0ec35d41d58bca469319ef4276c9168b79a19bc 0.32 MB 587 22
334,476 334,476 00000000000000000006a3e9a0ff88e7df8e3b9db51ec2ef86c51c52198e2f9e 0.75 MB 1,484 23
334,475 334,475 00000000000000000a215763beb32009327e04e6e7f652f9fd5285452a7586f5 0.05 MB 128 82
334,474 334,474 000000000000000017a99cdcb4dcd175910c46ec681d79d94793ac114a1b6095 0.32 MB 655 26
334,473 334,473 0000000000000000069c95ae4568b450336153b41da52b175a8ae915a9dd0aa8 0.01 MB 32 13
334,472 334,472 000000000000000001777ca4a4fa7a8461546ed664514c6320ed12b6bdc2e9b6 0.21 MB 476 41
334,471 334,471 0000000000000000023f50ce03d5c5c5b4d37cee0258384b820c94fc9310b554 0.72 MB 1,314 25
334,470 334,470 000000000000000012700bc25532352c70c33655bec82e991d2111afd37355db 0.21 MB 449 28
334,469 334,469 0000000000000000011fbd65e3404a70f150b5896240e9270d8c98a19d4da634 0.30 MB 536 24
334,468 334,468 00000000000000001559466852e5b9929465e7a89b08ce5a6a14b7c5b4233727 0.17 MB 313 20
334,467 334,467 00000000000000000ffeffb4f39016157ee1ce07f31326d743ecdccfdf36632a 0.60 MB 914 21
334,466 334,466 0000000000000000088a26a3f6c8f44fc2ff483ff7d3240fcfc36e4984d2f75a 0.25 MB 663 36
334,465 334,465 000000000000000018c5dd3431ade4f36e5be17f542d66f2be1ef575b26b2eef 0.70 MB 1,258 31
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.