Memory Pool Memory Pool Refreshing

3,146 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,405 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (276,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
631,813 631,813 0000000000000000000853ec6af23ce94020f67e056a1e51ebdaf8391247637c 1.12 MB 1,922 47
631,812 631,812 0000000000000000000ea091e2de37896c2eba9efb86bb6ab1111a5c944e1130 1.20 MB 2,562 44
631,811 631,811 000000000000000000024da2278669ef27a3b1b43152df78670fff724785c9e2 1.30 MB 2,552 75
631,810 631,810 00000000000000000003b3c23f48f550db43d00ed2b9222b187797c98d20bac2 1.34 MB 3,224 96
631,809 631,809 00000000000000000007e86bbca62633ff02c20290cd1243c25df1acca76d9fc 1.24 MB 2,357 36
631,808 631,808 0000000000000000000f5b0c776933da0c3831e85d7f2de5f30e54bb65500ee3 1.24 MB 2,918 58
631,807 631,807 0000000000000000000e4379941de604c0b0af5274e9f8705c8eb8bdb738c313 1.28 MB 3,006 75
631,806 631,806 0000000000000000000b312de4286e1f2c9713759caabb37bb53f4177b997bc8 0.00 MB 1 0
631,805 631,805 0000000000000000000eb3c8af01ac3c5a896c10c29a18b0158996b194959683 1.34 MB 2,789 73
631,804 631,804 0000000000000000000734e14671f777f69f9d031bdfa4d129ff49d323e57844 1.12 MB 2,879 49
631,803 631,803 000000000000000000030ca5b3c63787189f595958904665d16635b6419dc781 1.18 MB 2,465 73
631,802 631,802 0000000000000000000cf991092491cf5608a591de3aeb5de844ebb91a79618c 1.32 MB 2,677 87
631,801 631,801 0000000000000000000e0dbbeca6958b57f7b2e8aef2434c056acd62969f8ea0 1.26 MB 3,087 80
631,800 631,800 00000000000000000000b65a9e4ecdcd229200f775a34813bc1c61b386825f26 1.28 MB 1,697 75
631,799 631,799 00000000000000000006b98a231bb7166522d7b88de3c6d36a3c6e0fec56d612 1.32 MB 3,017 111
631,798 631,798 00000000000000000012213b247b8c24489fac19a1602afb80f978f5c7791fe2 1.09 MB 3,041 52
631,797 631,797 000000000000000000127f41e67722fbebfa882260fb151bfadec7c038d2e859 1.20 MB 2,768 56
631,796 631,796 000000000000000000000e8f1819aa0be9472c77892a2666da6f5caffe50441d 1.33 MB 2,874 93
631,795 631,795 00000000000000000005025387ead89b7701b19464277606298f7186fed6cfba 1.41 MB 2,339 50
631,794 631,794 000000000000000000066c999b64b13b6b19f0f519db19c56278e833806c3876 1.40 MB 2,934 83
631,793 631,793 0000000000000000000f6b872dbccb997ddce4b998b674c306783c5bff8a601e 1.33 MB 2,980 123
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.