Memory Pool Memory Pool Refreshing

7,189 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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,689 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,688 (624,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,812 282,812 00000000000000013042877f81e20e1998e6367ba06e70976473708f1e55339e 0.23 MB 430 38
282,811 282,811 00000000000000011035fd1d2ca0fe3d1e1bd7ce8b3590608506e916fa117e05 0.18 MB 201 26
282,810 282,810 000000000000000094494008a7174f6d796651a035263d562a907896281a4d35 0.25 MB 507 41
282,809 282,809 000000000000000112ee997ad7330c603c641057127f55c8273208996398bae8 0.25 MB 414 35
282,808 282,808 000000000000000175c9e1b1911e249b3c4f913da426679306bfaf5477642b95 0.15 MB 276 83
282,807 282,807 00000000000000016afde5a68eff96ac756018bae4f01b53bd1149c19d340a09 0.30 MB 572 39
282,806 282,806 0000000000000001b1cdb0f62ca750433dcb2fe67c42cd88cb4d251efd60c96a 0.09 MB 140 32
282,805 282,805 0000000000000000ecb833f92f0ee906afee13d4b1aa611e46b6f67542c2291b 0.18 MB 372 38
282,804 282,804 00000000000000013fc1ad19ad07b169644a6022d2d73762290c9ee27aa28329 0.13 MB 248 30
282,803 282,803 000000000000000175e9de5d90c071efd9a62da9ead78a06fe3fb90327251473 0.06 MB 59 27
282,802 282,802 0000000000000001f392f9e09047e56ae4a27b37aaa1dd636c56bb85d6d9e459 0.38 MB 872 45
282,801 282,801 000000000000000031e659c07157eeb0d0325821efd27e42a6ccc338083291c2 0.58 MB 1,071 35
282,800 282,800 000000000000000087b15e077fd569625cd9c477ef9afc539c45c01ead1e55c8 0.50 MB 944 28
282,799 282,799 00000000000000015f9c86f15907423078a30fe54aa55f5568d048f04c6e3931 0.05 MB 151 58
282,798 282,798 0000000000000000511520ad6ed5ca08ff04facede3d0bb753c25e4f04334d54 0.50 MB 1,381 63
282,797 282,797 00000000000000008ce413016e78b608199952bb8cf79f4e27e5972cee38ace2 0.25 MB 745 51
282,796 282,796 0000000000000001bfb6638eb9f62e630c8f0877682877a3ed5faa8cb373b6dd 0.05 MB 116 141
282,795 282,795 0000000000000001855a815c2caf60fd3f6077bc351aa214924576ba5487a2ae 0.01 MB 36 43
282,794 282,794 00000000000000007f649139adef3429c939e7595c0a3c5a9d4d23c935c37062 0.04 MB 91 48
282,793 282,793 000000000000000186d57eb7a219be51d4d9953818db890c4b0bd4e312529744 0.14 MB 325 52
282,792 282,792 0000000000000000fd3dd8cf4935920255b74eba2c23a8d4fdf3828117a3c97b 0.08 MB 113 33
Previous 10 blocks ↓
Total Size: 768.96 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,615.40 GB sent, 92.63 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.