Memory Pool Memory Pool Refreshing

4,287 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 ago 1.00 vMB 2,977 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (782,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,809 125,809 0000000000000e92a85631cc42eb15fd61b460e1ba96e5922d784339adec2802 0.00 MB 9 724
125,808 125,808 000000000000234434c1f46378829e63db72531aa6cdfff68f1d8259884a0862 0.00 MB 12 748
125,807 125,807 00000000000028dbacdccfcd9eb32a99393f32e67583f2f2865cfc0f66d6e697 0.01 MB 23 434
125,806 125,806 0000000000000de369b2fcde11b38fba736f8ec7be8b8400e30d2597fba0fea7 0.00 MB 10 2,398
125,805 125,805 000000000000013b1b77aa9f45c29e8078fa032d12ca79c7aece3cd917e5dc11 0.00 MB 8 396
125,804 125,804 0000000000001f9a5f110b57320a6002452c10e220655614cf5806dbb79f618c 0.01 MB 24 940
125,803 125,803 00000000000040da22791a86636e11d43d6e75185c5824492bf76f958aec1985 0.00 MB 3 3,883
125,802 125,802 0000000000000370431120b25a6bf818a82d9000ee6d0c5c23322681be232cd0 0.05 MB 138 936
125,801 125,801 00000000000028b96c9030cbb7379f1747f98428cb79b548147cf1129dd1c97c 0.02 MB 34 989
125,800 125,800 00000000000005bacf89beca55a0354b961b5126c96dd73b807e80a0eb6c45dc 0.00 MB 10 1,033
125,799 125,799 0000000000003126c5d74c80d2aab6db80c7f07351131185903af95b88619136 0.02 MB 71 2,253
125,798 125,798 0000000000002b6baff05ced0c6eaccae164260ee1528471a423db625bb4a2dd 0.00 MB 12 811
125,797 125,797 0000000000001d3498fcde0799679df1c0db0bc291b3599c03756333788d5c36 0.00 MB 2 2,283
125,796 125,796 00000000000011c69678a1bc5c381dcc36e024c84d2a9817cb496e0f0f7a3c1c 0.00 MB 12 384
125,795 125,795 000000000000262ad8dc5a8164b40d5fcbd661129d6958b40d2236e9df3d16bb 0.01 MB 19 947
125,794 125,794 0000000000002e7eaec932590afc4c8e89fc424524e3d99a5885a80c23bf1af0 0.03 MB 87 103
125,793 125,793 0000000000003a3610448a3a9e241f22a703bc77b4502145a6e10fad9cf349f0 0.00 MB 7 404
125,792 125,792 00000000000042a2acefbd82991271cdc041ed41701a42d21674ae02f46e058d 0.03 MB 41 1,239
125,791 125,791 0000000000001dda4a4684ffc9ca3bf2c3276fc30e2445d91c06b340406bc154 0.01 MB 17 1,238
125,790 125,790 00000000000010324f9837506e4a7bb30cabe47d085dd80c01186caf9ff03ec8 0.04 MB 138 2,644
125,789 125,789 0000000000003a8fa390d8a1f8d70fd11a642b4e848c5c93a50e2535774bfa1e 0.00 MB 3 3,883
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.27 GB sent, 94.23 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.