Memory Pool Memory Pool Refreshing

2,517 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 2,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (804,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,871 103,871 000000000001a1f745f2b59cfe4737841e2fb66f9bfed63f0cb4cde6d9a14753 0.01 MB 30 0
103,870 103,870 000000000002f9e984be4478f71b0c610353bf1ce22bf1b1620e9130c2083333 0.00 MB 12 0
103,869 103,869 0000000000023751ebf2e0e0fdf911ce61cfe44138d453b44ee53cac8a5b0375 0.01 MB 6 0
103,868 103,868 000000000003672dff590d18fc7b0e4b3af140a42fe4b8e822c2f7adcc8a5fee 0.01 MB 7 0
103,867 103,867 0000000000013eba56a71cc735bea2494e6eb3b97498dfcb2ceac4f248f7b678 0.00 MB 8 0
103,866 103,866 0000000000035b556df09fbdd28ef5927b14dabbfc89900a94a940ad88ab170c 0.00 MB 8 0
103,865 103,865 0000000000026539aba001ff072b7ee7cf21617340e974824962eb6edbbb3e5f 0.01 MB 21 0
103,864 103,864 0000000000032346aabdf085b130543f26bc99455d3e0c230ea154bd7b841c94 0.00 MB 2 0
103,863 103,863 00000000000329699a6986cd9b7f42a27649e28a23d861c11ea640e2e8be7b56 0.00 MB 1 0
103,862 103,862 00000000000387667140de02a236e965ffa4ccfa4e181fb13e13b05ddc3285cb 0.00 MB 10 0
103,861 103,861 0000000000000dae00c5fd07119ae3c198b3728de3d1c2c82450c5e023ea0b1e 0.00 MB 12 0
103,860 103,860 000000000001a85a7c316ac58c0b5d843a15562fbac567a325aaeaa95eda07c1 0.00 MB 10 0
103,859 103,859 00000000000138b80869d1eb35675e5ffa94152467ba466cfd71b32878e7c233 0.00 MB 5 0
103,858 103,858 0000000000037d064e9d6094670226c516703e25f6f8cab62bc33b3c58e82bee 0.00 MB 11 0
103,857 103,857 000000000000b52121aefd54e7297323aaaa6ba8a49222531b2d8c5134bfc65c 0.00 MB 21 0
103,856 103,856 000000000001c5fc66c749abf1a58ef1f497e13e9767476b8f129fa221433f7f 0.00 MB 4 0
103,855 103,855 000000000001b87f88b500c6c68dff906d0ebc90aac622bd52506b3f425de673 0.00 MB 3 0
103,854 103,854 00000000000057180372829e408cb24380c5c42ef11ee68b0a354ad2c580dd95 0.00 MB 3 0
103,853 103,853 00000000000044347595f8fa546c2e94c60ac4b64ff74a50b49d5a2bf91f710f 0.00 MB 7 0
103,852 103,852 0000000000033246a6dba559c1b2d8992c313840d4aaa2d5acb558d916884ac8 0.01 MB 13 0
103,851 103,851 0000000000014380f5cd60e2bba2c1c3ae9d18319c355c5853fad8b62aaef739 0.01 MB 30 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.21 GB sent, 95.74 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.