Memory Pool Memory Pool Refreshing

1,625 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (148,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
759,462 759,462 00000000000000000006ed60cd455c0e5a7acd32414feb6d55800e6365f2c6b1 1.58 MB 2,281 10
759,461 759,461 00000000000000000002aa2ebe044a38cad9ebe1d7213445cf0c1fb15c511abb 1.49 MB 1,432 8
759,460 759,460 00000000000000000000b37b9c8afde974811de4d894afa9452dc38b632d9bd2 1.05 MB 1,589 10
759,459 759,459 00000000000000000003fe348aa4df55e8daf452f9c00a13d67ca9a0e3923fb8 1.48 MB 1,914 7
759,458 759,458 00000000000000000006c2583c8681b2f06bbf6dd884a00e7e2519ea88f35b14 1.64 MB 2,071 6
759,457 759,457 00000000000000000000eb176f4379e49aef57ed56727e6acd69ba7308dab9e9 1.58 MB 2,631 10
759,456 759,456 000000000000000000024d07e906935895f0d7b05a85a1209c4227d726e5b550 1.26 MB 2,011 18
759,455 759,455 00000000000000000000a2ae26ca0238bc0753b3bbe29f89432c23d12a035b60 1.20 MB 1,379 8
759,454 759,454 00000000000000000002b2908b854f77a05937fe0382bed4ebf4de680813489f 0.38 MB 808 10
759,453 759,453 000000000000000000054bbcdd4087b02074eaefae7fb42e679286dc83c429f3 1.38 MB 1,362 7
759,452 759,452 00000000000000000003498ab490c75edd04ebd8b08e680ceee9d46b35c3060b 0.83 MB 587 5
759,451 759,451 0000000000000000000019847c822424663641e208e03abfcf53f4eca00596ab 0.16 MB 341 10
759,450 759,450 00000000000000000000091c26f1c447f046a84317f1aba6e09991ee948c9e03 0.47 MB 913 10
759,449 759,449 0000000000000000000107d6004ca58ace11cfb0d81ebda6054c8746651975e9 0.10 MB 178 11
759,448 759,448 00000000000000000004cc006cdeddc063af2fdabb9dccadacc40f7c1ea36f7b 0.95 MB 1,098 5
759,447 759,447 00000000000000000005df13c49b95abb9ca7e2b9c3d0d022c8e072d3df2b40c 1.72 MB 1,428 5
759,446 759,446 0000000000000000000662c18a9cb274ae4f812c9878fca99070d6db8ede61b0 1.73 MB 591 2
759,445 759,445 000000000000000000058fce0e3bada5e5d922d872787053a816629b186a1330 1.80 MB 356 1
759,444 759,444 00000000000000000006b87c6e2f5059f3591e89dfa1aef5d69be7fcec4a6dba 1.53 MB 2,940 13
759,443 759,443 0000000000000000000308a146510bb8056fb5af617c91cdd219f768b81b53c7 1.45 MB 1,374 7
759,442 759,442 0000000000000000000110e0323933c9faa15fea9f9b7cd60b677c9c1900599e 1.15 MB 1,326 16
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.66 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.