Memory Pool Memory Pool Refreshing

2,381 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,365 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (821,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,918 86,918 000000000012f2ed7a3355a2e61de6882d71644e338ead883023437879844a35 0.00 MB 1 0
86,917 86,917 000000000010b5d7b8531ebe8157eaa320aa1523e02f8bcb4eb9c95e63a6d66d 0.00 MB 2 0
86,916 86,916 000000000012d93aed4361c8a3e91b21b1b1e89e6ff07ba9a21123b9bcbd981e 0.00 MB 1 0
86,915 86,915 0000000000197414d985287ddd3ff2bbc2580450749f8aa9aa82a2cbad3b31e6 0.00 MB 1 0
86,914 86,914 00000000000d1457aaba11d907a0d9456f8e7525012f7bc594bdbe3c234e8d02 0.00 MB 2 0
86,913 86,913 00000000001a6e831f896cd0819d8de364e13a4dc8e22fc685c92b9c376ae287 0.00 MB 2 0
86,912 86,912 00000000000d5f1187a9acf3cdc68d12a4544c92507515840464866f5b710024 0.00 MB 1 0
86,911 86,911 0000000000114779a9fed92ed27699768062c76dedd95ffc570654d318a0f4e8 0.00 MB 4 0
86,910 86,910 0000000000176c4321e7839b2a176df36fa57c57f7a3eaa00d1b4c2c19b7ac52 0.00 MB 6 0
86,909 86,909 000000000004a42261838d37217172cda62939b78cdd1c757bb1fa3dfddd622f 0.00 MB 2 0
86,908 86,908 000000000001588fb476b1cb51c04af119c80788edfadcf915a4b2bc89322b47 0.00 MB 4 0
86,907 86,907 00000000001cff3103de3e4fa85f58b6f2b4be5fb0fa8dde5c51a4c1c2e24005 0.00 MB 3 0
86,906 86,906 0000000000011b0fab111f693aab6ae57143c738e490587771eca7478995dd5e 0.00 MB 1 0
86,905 86,905 00000000000325bc22d7a0a6679a27eadcb4f1a350335eccf327918ea6f12fd8 0.00 MB 1 0
86,904 86,904 0000000000158ffd6c1d2985283721e3a412385d717a524ed26f1ba314d216a9 0.00 MB 1 0
86,903 86,903 00000000000d41e33d2611e0f089df1a08a52b9e94549f3fb9f57d493616c4e5 0.00 MB 1 0
86,902 86,902 000000000017ba3ee32e311954403469fa61ed7a89af2c356d273bd1815057f4 0.00 MB 1 0
86,901 86,901 000000000001bdda98651c93bc8bbafcf08f3a5cb6e8d99b5c050979f12f98e8 0.00 MB 3 0
86,900 86,900 00000000001564b97a1b2e6f0856c6da4f49847884efa667038ee9ebd672d067 0.00 MB 2 0
86,899 86,899 00000000001aee0614ebb101347a0eb8c2ae889642de2e499ebc320bde90594e 0.00 MB 2 0
86,898 86,898 000000000002a4b45fcd94fe073f5835d53d7ec9d8a389b31c85da4d08e29485 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,854.49 GB sent, 102.00 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.