Memory Pool Memory Pool Refreshing

2,117 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,108 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (16,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,937 890,937 000000000000000000008bc6a4837a89172332176fda9e7dd7fd68785ec317eb 1.49 MB 3,064 6
890,936 890,936 00000000000000000000e3e417b0fb0fe7323cbec132b52dec79fb01b8af1f84 1.57 MB 3,217 3
890,935 890,935 0000000000000000000051f32d07baa0f68a539225019087aa4aa2255d3bdb6b 1.52 MB 3,658 7
890,934 890,934 0000000000000000000211a0b66d0d342391d1e0ea957d4e3de6d85f4b3922a1 1.73 MB 2,767 2
890,933 890,933 00000000000000000001ac86585d4f0b8d4dd6415ed6548ea45e4b5a1c73185c 1.65 MB 3,553 3
890,932 890,932 00000000000000000001d124f1cece79b6d34fb5c5c8745ce865ccb2c98ee3ff 1.78 MB 1,525 2
890,931 890,931 000000000000000000023a9f0e1a17add1abb30cb95e6e21e878fdd949609a54 1.55 MB 3,839 7
890,930 890,930 00000000000000000000c88bbf0a29d3b2226c2debe37aa1dc792576742b9133 1.77 MB 2,471 4
890,929 890,929 00000000000000000001b4fdb2a9545aa4ed85c284c8b2224c5b61c381bd84f2 2.03 MB 1,211 2
890,928 890,928 00000000000000000001e837cb0293156f74a483571ed810c3e1553a320233b0 2.12 MB 979 3
890,927 890,927 000000000000000000017f097245c2f6417150a4ef6fa1ee6b59c391c15233c2 1.75 MB 2,172 3
890,926 890,926 00000000000000000001ed54825ba18c414c88c0add61dc18b66dff8c709162f 1.46 MB 2,974 5
890,925 890,925 00000000000000000001342301924e8c2a697c3aa4f90a163b7fc4cd6ae12a02 1.53 MB 4,288 7
890,924 890,924 0000000000000000000109e4a3c81a2517be663b0bc9a65ca93132ff85069a6c 1.76 MB 3,003 5
890,923 890,923 0000000000000000000111b8348fde805bbe39b37927274bf66093053edc13c9 2.28 MB 405 2
890,922 890,922 00000000000000000001f86c033440a6a84ef5ea17606bbccd428d519cee032b 1.89 MB 2,378 4
890,921 890,921 0000000000000000000006638bfcd4a83a09797ba5b24393423c496ab40d0cec 2.05 MB 2,016 3
890,920 890,920 0000000000000000000007134b13f93bdb49214439bc27218a564fc29899d695 1.78 MB 2,228 5
890,919 890,919 000000000000000000010f10514b576114252d9b8d34c1814ac2bd4dccb7f650 1.59 MB 3,405 5
890,918 890,918 00000000000000000001c6ec6e9b745e169d9153974dcd6cee9c07452ed3daf3 1.56 MB 3,276 7
890,917 890,917 000000000000000000016f8d04d63708d726dd37f609eb89a631b18ed86aec7f 1.44 MB 3,646 8
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.