Memory Pool Memory Pool Refreshing

2,590 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,155 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (595,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,498 312,498 00000000000000000f4d5a669b3f2f8f188211d9b14fe155c0cf0cbb75e519e6 0.44 MB 766 35
312,497 312,497 00000000000000001fd7208e1ff487a41fb39c5dcc8b5198e3f17345721e5f1e 0.05 MB 135 42
312,496 312,496 0000000000000000312d8791629ed2a1fa08c8b7619b1a0570373b49cb6bae42 0.35 MB 688 39
312,495 312,495 00000000000000003a6c597891a492518ea67fb7a20e193003e2c42d5260d6ec 0.09 MB 214 55
312,494 312,494 00000000000000000ec13ed056f9f7ed6e07b56d8b359bedb56733f253ccdbb4 0.38 MB 841 52
312,493 312,493 00000000000000000011a4cacf664977d6d379dba8bb53e5a625f12990a8ccc9 0.29 MB 209 14
312,492 312,492 00000000000000003349d6860441d6fc97ee1f2c1f30f2bda07378be98341e53 0.10 MB 256 49
312,491 312,491 000000000000000003e07fdea6fcec355dbf5332d31f4dfe670a1ca9afe1e7ca 0.75 MB 1,361 35
312,490 312,490 0000000000000000201d505432d708aa2edb656f6fe34d686b37d4747e5ff389 0.05 MB 89 13
312,489 312,489 000000000000000038e2389ac3571f05bb4386a1dd26d1a76bae56abcefd4d91 0.56 MB 860 30
312,488 312,488 000000000000000014d47f0f22afe21004fbf0e431c5727905eb6f3f8c45c859 0.22 MB 331 27
312,487 312,487 00000000000000002a24a1dfa11513dddae1ecb3e69baf190a4b6a4827a945d5 0.06 MB 96 23
312,486 312,486 00000000000000001b4ced276b2d6e062e0bdc48d563d1b9d3e19890ef8c56c8 0.15 MB 220 25
312,485 312,485 00000000000000002945407f9223a7c714d58413de9aefa13a96ae20956bb66c 0.07 MB 149 36
312,484 312,484 00000000000000000ee3a59a00617947c17901caf74504f027548f4d2e1d3f39 0.41 MB 708 29
312,483 312,483 00000000000000002f20347055906cadcd97c9ea3bb8107a24676fab1395eb64 0.03 MB 73 32
312,482 312,482 000000000000000006e4fc3cff82ef8b48297f937c47699611e642bda52926ee 0.34 MB 525 31
312,481 312,481 00000000000000002210c58a8f399522fdde0399086c81ab27dd619686f3ca1a 0.36 MB 586 28
312,480 312,480 00000000000000002e50dde7a70f58018886ceb04ce3285e504c59e58190193b 0.01 MB 18 18
312,479 312,479 000000000000000019d43247356b848a7ef8b1c786d8c833b76e382608cb59e9 0.03 MB 49 23
312,478 312,478 0000000000000000301bb0c74e7aa455e20302690b0471cb06407aba28d117b9 0.29 MB 449 27
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.