Memory Pool Memory Pool Refreshing

4,805 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (12,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,501 895,501 0000000000000000000137c36b88ea9ad1e20ae506eb89dfc8095940eb3bc859 1.38 MB 1,666 1
895,500 895,500 0000000000000000000028653450284f68a200ae430e26d8d34757711d0e6ffa 1.70 MB 1,739 1
895,499 895,499 00000000000000000001dcdbecd9e0423a652474dfb78f9d565135282bd0b439 1.50 MB 2,691 3
895,498 895,498 000000000000000000013ad3db7f2bdec5c08964a6361d45f5bf876991404dba 1.61 MB 3,762 7
895,497 895,497 00000000000000000002434546de5bc4266dd93843edf26bfe4a4eb5c98982fe 1.61 MB 2,099 2
895,496 895,496 00000000000000000000ffcb5c5ea2e653c83ed71264b99b049a25f96c228aa9 1.15 MB 1,486 1
895,495 895,495 000000000000000000016797628a889b863eb8a5c475f525cf2a6d817be73c4c 1.51 MB 3,229 3
895,494 895,494 000000000000000000020e1279ba121e8265a3df39bf2a3ed615f932070f4ed4 0.01 MB 36 3
895,493 895,493 000000000000000000018c3833239b8a06b6fffaf81d8f153710d26bba8eaec3 0.57 MB 546 1
895,492 895,492 0000000000000000000175d6076c6dd533a190e25b68ad664f8e7ca96ffa90dd 1.60 MB 2,311 1
895,491 895,491 0000000000000000000167d6545b735a2d7e665b36dc5daa715fb298d0b492a6 1.75 MB 2,639 2
895,490 895,490 00000000000000000000c6236a8253da85485e4a685312d255634cf7ee82279b 1.35 MB 906 1
895,489 895,489 0000000000000000000134edff38de43094e1e31d2fe27bb7631f3ded751a08d 0.95 MB 929 1
895,488 895,488 0000000000000000000069a2f8da93b52ee81a8f4b46a9371e787579fd734643 1.74 MB 2,589 2
895,487 895,487 00000000000000000001fc4913bb20d24a6c8e4ee64df0864e8ed35a89d3e551 1.73 MB 1,572 2
895,486 895,486 00000000000000000000485c115cd0a64ccefb3072fba84e51992685bd12f6df 1.40 MB 2,247 2
895,485 895,485 0000000000000000000219bf77d5833442dd4335d1942ef7975c6da14d8d08db 1.21 MB 1,993 1
895,484 895,484 000000000000000000018a5f3ec7c6e937d01c90acf9817e32282b42aee1e012 1.69 MB 2,039 3
895,483 895,483 000000000000000000015f48e0e96d7bba6cce01718914c7b31839330a7d4c16 2.12 MB 996 1
895,482 895,482 00000000000000000001f59e10cc04791ce8b868d3d658dee56a3de7ff2c4756 3.56 MB 1,186 1
895,481 895,481 0000000000000000000013fed2c323387dd285621a90b793dcbc8414262127a4 1.97 MB 3,116 1
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.