Memory Pool Memory Pool Refreshing

8,455 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,197 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (775,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,412 132,412 00000000000004ae1fa7d2c7a4733e657ec2624825076b751a6fbf6d2862b96b 0.01 MB 26 538
132,411 132,411 0000000000000744820ce1dbb6a1b9d9deac73fbafbfa075a04aa0b4e485eac7 0.01 MB 27 722
132,410 132,410 000000000000090738e17c051ddcb500663e4ef29dfa3a6c77478ac7d86a4ac1 0.03 MB 85 331
132,409 132,409 000000000000013b88e0686d889068865a633b0f935b64c2c3ed920b37d46662 0.00 MB 10 460
132,408 132,408 00000000000005cd29c1e557345857a8f5729e820efa1ad6d02d8d0753af6a41 0.01 MB 32 321
132,407 132,407 000000000000072308cef04c3d2e221ddd10d04569f310c5db7e35229883b68b 0.01 MB 20 0
132,406 132,406 000000000000099f497ba38f404d6682c66ba69abbe297ed324a47c195a6c254 0.02 MB 35 664
132,405 132,405 0000000000000811ee41b73255be7188ecb7363bb80b1e3828e1cb3c2419c10d 0.01 MB 33 203
132,404 132,404 0000000000000152420d4f871b5c9a42ff7bf5355ae1faf43dd9405dff4be73c 0.00 MB 11 0
132,403 132,403 00000000000003bcdcaac714a035e7f3b51fbb739f771ec81529efc390dba153 0.01 MB 21 302
132,402 132,402 0000000000000c1234f87f2d8c3b159d9e76d3403b4eb42521973ef9303e5c28 0.00 MB 1 0
132,401 132,401 0000000000000cbf2750adf8d9f8826e52e52e0260efd99085b6de563c6059e8 0.04 MB 35 68
132,400 132,400 00000000000009cbc21e8a499f23171b0378bf50d0f13f375df8c59ca38598b8 0.01 MB 40 234
132,399 132,399 000000000000114a4eb0b052b677caa68d62b982927f956cb5a99f4445154856 0.01 MB 15 2,080
132,398 132,398 0000000000000eaca33d9132f23731da83dc92cd61d2c80203bde4658e62fa36 0.00 MB 5 961
132,397 132,397 00000000000007ad582d71e3cdbdfbefc55c8cd1a8bf006f9d2024cfa6e6ce2c 0.06 MB 235 64
132,396 132,396 0000000000000e6399d8c3cd037d32f020bf89915df250c3be29a5770151db39 0.01 MB 17 261
132,395 132,395 0000000000000d658777fff037a2bf96b9252d1959cf73e1eba3b187e6525893 0.00 MB 12 296
132,394 132,394 00000000000002345b5fa2631b000e1f40a0c8d1fc69fdb109df53154df245f4 0.00 MB 12 17
132,393 132,393 00000000000011a65a55908b775602824d00bdba324429447d11c23d2e4fbe8a 0.00 MB 10 740
132,392 132,392 0000000000000c21b95f34a5c17c08c16f19b22c097a845070395104defb9e66 0.05 MB 181 47
Previous 10 blocks ↓
Total Size: 769.24 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.99 GB sent, 94.12 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.