Memory Pool Memory Pool Refreshing

4,139 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,818 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,190 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,817 (179,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,366 728,366 000000000000000000026dead5712ac08c4c3128424cc8bbfb0b90a638ff7ea7 1.79 MB 1,817 8
728,365 728,365 000000000000000000080a8191dce0bb0edf6d11ff44417430bdc1bdb77d87dc 1.77 MB 2,472 6
728,364 728,364 00000000000000000007fe1836d9d9422412a6af29d2ff75f4bf689d7d69d240 1.50 MB 2,834 11
728,363 728,363 000000000000000000074365571152abba70298b39802b13e79fa2f83d48bcfb 1.37 MB 1,854 19
728,362 728,362 0000000000000000000322cc8a12330276f4870ddc429bc660ab3cd7b5e681c6 1.87 MB 2,175 11
728,361 728,361 00000000000000000001f218ce346b2a7105de260632ea5af171604cc9f2dd69 1.77 MB 2,412 12
728,360 728,360 0000000000000000000720ba059104ac05e1a63e00f5c133efd764ba161c532c 1.10 MB 717 1
728,359 728,359 000000000000000000010a10922398e69e0bc57407c02482ee2b52e7c226236e 1.33 MB 2,165 7
728,358 728,358 0000000000000000000154be43df952866e302cc67dce2f8b9cd9d87fa5cde3e 1.12 MB 617 3
728,357 728,357 00000000000000000005dfa5e61efa4ada3fc7267299933224d30f7d35a58ca4 1.56 MB 3,136 9
728,356 728,356 00000000000000000007d955b42e3c1bd20091c90dab299a5aed96c949de4b08 0.09 MB 145 7
728,355 728,355 00000000000000000006d1dde1e716e5772aec2f3da3225e86f74f1fc4e5afc6 0.02 MB 47 9
728,354 728,354 00000000000000000009a1d05f5f76db1a233fa18e9bda2bdef6244c8b5c93b2 0.55 MB 1,031 7
728,353 728,353 00000000000000000006e76f8dcb47961aa57a6e41a32ffda650aa387d98d5cb 0.90 MB 1,666 6
728,352 728,352 000000000000000000049757a0a6efb71ec0ea414a4a74ea5b62e4c75589cedc 1.55 MB 3,037 8
728,351 728,351 00000000000000000009ab4931cab7d968e6a3a17057a7c43bd74fbf25e01755 1.55 MB 3,552 9
728,350 728,350 00000000000000000007a7ea6e05d4a3b284e094d736fa331f1a0e206116ea68 1.26 MB 2,150 6
728,349 728,349 00000000000000000008a4cbcb8c9d74da4da117e9307e1b7acc18050cfd80eb 1.54 MB 3,452 9
728,348 728,348 000000000000000000070f99cd2900b8ac9fca248115aef276516372987c7971 0.16 MB 334 7
728,347 728,347 0000000000000000000592e82b3b536f2727c1cdd5de3ac7e65ef5c321a198b6 0.09 MB 130 5
728,346 728,346 00000000000000000005ce0c50063b894a70e2d26d6e37c8ea3ad9a5d3488156 0.11 MB 104 3
Previous 10 blocks ↓
Total Size: 769.20 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,633.80 GB sent, 93.92 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.