Memory Pool Memory Pool Refreshing

9,527 transactions
4.43 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (108,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,367 799,367 00000000000000000004ee07059b5129b22dcb0ababa3d806a6d32c3af6d8272 1.85 MB 2,756 10
799,366 799,366 000000000000000000012902a06cbaffdd06000d860e666e0e05abd914a3f4be 1.72 MB 1,814 9
799,365 799,365 00000000000000000000b8b9508c6cfec6eb0dce46a669cd8ac283cc7b291d06 1.58 MB 3,508 22
799,364 799,364 00000000000000000003367915d2a250c41c57f121c7ce5755d91f7ceea8299f 1.92 MB 2,769 14
799,363 799,363 00000000000000000003d91b03296185a2bb301a87b8f0a3f83f2d8146021f3b 1.79 MB 4,598 7
799,362 799,362 00000000000000000004efa67ab4d74a0b7a3f5daddf3672429ceefd336d0cd1 1.69 MB 2,667 11
799,361 799,361 000000000000000000024696cd3709e7532a3d3dcc4b443aa688d1363dd91aee 1.99 MB 3,673 6
799,360 799,360 000000000000000000019dd8b19f3014bb2d25240eb302632e267a1e9cce7d68 1.60 MB 2,442 11
799,359 799,359 000000000000000000023c1b938c7c8921b0e06eaa65cc18c41af6678f47ee41 2.67 MB 3,149 6
799,358 799,358 00000000000000000002c5644392cbd1fa6844bf89f30c0696c6d2be45cdec59 2.47 MB 4,026 6
799,357 799,357 0000000000000000000469b23bf17f28bbf8bb9d07e99a0f08df790e08c62ec9 1.86 MB 3,663 9
799,356 799,356 00000000000000000000d0a18c08c92a5c433a76bd8439f35d3b67e495038b3c 3.13 MB 1,477 6
799,355 799,355 00000000000000000003415f1d70cb0308dd71faea7cd1f2123e28fc9a60856a 1.66 MB 3,479 9
799,354 799,354 0000000000000000000028775b8ba0d11afc0d1586203dfdf9852163c58b67c5 1.69 MB 3,963 8
799,353 799,353 00000000000000000000d7d9e479256b913d8b83d5a93790d920082cb1b26bb4 1.79 MB 3,501 8
799,352 799,352 0000000000000000000149dcf81b2a64cbc02610f0284da173dafe9702999cad 1.35 MB 2,046 15
799,351 799,351 000000000000000000016a141ffe19275171300fc64a8af540b75d4232abf6a7 1.92 MB 3,312 5
799,350 799,350 00000000000000000004b33955c17c2c4bb3ee3ba4a7ebcad683ffd61142dd4d 1.93 MB 4,667 10
799,349 799,349 00000000000000000001e1c86d9be5b9940858674f8cecfd341a41e69571b7c3 1.74 MB 1,509 6
799,348 799,348 00000000000000000000fdd7ae9cfad6cf39566933ebad2171e18d8bdd121ac8 1.95 MB 4,854 7
799,347 799,347 00000000000000000002d444bd418c63374c3da564d368aee34d3cdf3b5d5fe9 1.96 MB 3,217 8
Previous 10 blocks ↓
Total Size: 769.03 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,625.25 GB sent, 93.02 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.