Memory Pool Memory Pool Refreshing

5,637 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,403 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (864,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,908 43,908 000000000a6ca112ec3af2dd6e48df233752dc5a045af9ffb6cca95de04fb2e0 0.00 MB 1 0
43,907 43,907 000000003c0396ed4481f8eb9203290aecb204c17f0dae0553ee9658d92ffd32 0.00 MB 1 0
43,906 43,906 00000000131dd40a8e1b4f189c3fd96ca88d6fc65f87c87ff8fabc24c1b3370a 0.00 MB 1 0
43,905 43,905 0000000037e6f4dc5a536ed5388c5073c48a1cd744773e598c3ce75963611ad6 0.00 MB 1 0
43,904 43,904 00000000233778f3d441ba32fbf0aa293e9c875da1927ee93fbaf58a3a8a5400 0.00 MB 1 0
43,903 43,903 000000000eac170112c30e950cccd4440a26ae0add456f0bcb3d271d7e4f12c4 0.00 MB 1 0
43,902 43,902 000000003971bbce2a605229799460f7cb466730664b8c4e0144961a9447b998 0.00 MB 1 0
43,901 43,901 0000000019578134a51c22534feefb604c4d8edbf75150493fea6f17f7c0b2e0 0.00 MB 1 0
43,900 43,900 000000000a75f846d7345c6d06efe52b5f4115c6f421668667a32909672253c3 0.00 MB 1 0
43,899 43,899 0000000040846f6fafe179b2be180e13bc85c489dc9bd36bbc37021041fcb813 0.00 MB 1 0
43,898 43,898 0000000010e5cebf14e92ae4c3792d40b4ceca72a0bb04b6ff6dd50aee811a40 0.00 MB 1 0
43,897 43,897 000000000c66c3aaf0c4cec9e5e457ac308fbeff534743c5de867a4931c87d74 0.00 MB 1 0
43,896 43,896 0000000002a5b8c3eb7002f70d7f4bd87248ebe78759cb658f2927ca10d8e7b3 0.00 MB 1 0
43,895 43,895 000000000ead5d38a989295ee4d3ff49b883a9f2295cce82c5ace89ad031aecd 0.00 MB 1 0
43,894 43,894 000000001d24685827e137ce27cb7262349fa7f485af8aebefab3f4f0c0ee18a 0.00 MB 1 0
43,893 43,893 00000000360e06335b774ebad9712e2603a4675d153c52545331f17c531e52d1 0.00 MB 1 0
43,892 43,892 000000002f66449f50e90887c1492c33286df3cffcd5647acf27c2190e0a4bbb 0.00 MB 1 0
43,891 43,891 0000000031e15e0c6fd6cdc74e97b46d110a3ea4d7186160a16f605d5973e439 0.00 MB 1 0
43,890 43,890 00000000391e43160630c13c1989f3d6038e85105f5ae6a89f904133cae0990f 0.00 MB 1 0
43,889 43,889 0000000001f5be0fcf573609caf1f6b160424cb3f192d8f94c450628a6262de9 0.00 MB 1 0
43,888 43,888 00000000358ea4cb2255a9efe8160094c33b924a19a9e6a5d07d1f81d1fd873a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.46 GB sent, 102.33 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.