Memory Pool Memory Pool Refreshing

3,315 transactions
14.68 vMB
Show Random Selection Loading Transactions
Max Size: 61/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,998 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (843,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,496 64,496 0000000007097e832927a666ff13617d968162af7d4b99ff560159094418e17e 0.00 MB 1 0
64,495 64,495 000000000a4c3e73e421ccd2188536cf6621fc35d8a3a70b646827081bcc650f 0.00 MB 1 0
64,494 64,494 000000000671ccb9c9b501dfa68d945c12c319c5c6029a47108914a09c48079a 0.00 MB 2 0
64,493 64,493 0000000000eaa73cd6d7c7428285de118c295cb657ec89f6eef6a15568a7f3dd 0.00 MB 1 0
64,492 64,492 0000000009f56525e5ba031450917b7272dcf1f29112eb73200f1375f7e2d143 0.00 MB 1 0
64,491 64,491 0000000000f6ea8b842caef18ce1876a615594fc647881c96868edbd7f84fa0b 0.00 MB 2 0
64,490 64,490 0000000000c7e3e4212fde4a11cdb630b153e39c9495a804fee4a44eea7be3de 0.00 MB 2 0
64,489 64,489 0000000007373962deeb0a513f34cda1ef3fef50c7a54290ee6c93583384985a 0.00 MB 1 0
64,488 64,488 0000000007da839c1915e8731fc9c7cb731af9d4f35ea619bec06196defda9d6 0.00 MB 5 0
64,487 64,487 0000000007d244f49d5690116b8ea5dff46214280ccb53e302ebee94f99aebcb 0.00 MB 1 0
64,486 64,486 0000000004b2f7c81c65c5e9e9db0a62ed958fdb8266b96b866086d65d4c55a3 0.00 MB 9 0
64,485 64,485 000000000396a0f057604937668ae623ff3016ad6625b7bedadb27f8b47b449c 0.00 MB 1 0
64,484 64,484 00000000055566835c3ee9ad40f6d2c8cfb31ed44c0b5113119e7f18ae928247 0.00 MB 1 0
64,483 64,483 000000000c977808e33c2b0a500d589f71798b59bb0d5e5db89591a2cc711ce0 0.00 MB 1 0
64,482 64,482 000000000489af190c300e84f9f74f7f522b443816005a8a30202a6f1408d71a 0.00 MB 3 0
64,481 64,481 00000000064dbd07510571203b22ac7a5ead1bd4a634c0b3b1a6721907db2d8c 0.00 MB 1 0
64,480 64,480 000000000cdc7ac3fa752574508007cf3ed2cbada8caabc16b1708a630713404 0.00 MB 1 0
64,479 64,479 000000000d0a080da1d8c6c20711398173f58cf9c135e4e7cb39a80043e4be3d 0.00 MB 1 0
64,478 64,478 000000000c888eb0cf095b61bfd9e269fefd6ca32d76b4a929c6687e644b52aa 0.00 MB 1 0
64,477 64,477 000000000a0162dc29d790b09b16f5afbc3739ad0118f83edc1c1e24b3891fe4 0.00 MB 4 0
64,476 64,476 00000000005ff455f481cd3dbcf787ba39e0eebb8b4f59fb8e46693643d53180 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.