Memory Pool Memory Pool Refreshing

8,845 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,183 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (712,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,587 195,587 00000000000002b3693369d08a23a07aa276e658e7d7d71cc5ec108f0c37f59f 0.03 MB 94 207
195,586 195,586 0000000000000506d827638874b22ba8e7e0767d1391784c528b6f1c57476869 0.33 MB 1,024 32
195,585 195,585 0000000000000486ad8281dc64486e2bc9e9b0cb9b45536477e9544f28c578d1 0.25 MB 673 135
195,584 195,584 000000000000013db0b7e594c5e8c487a2b768bd53d172ae996787f80d51901f 0.25 MB 430 123
195,583 195,583 00000000000001af210d8914576efdeee22d19bf237f14e75a7f89a0f5479cfe 0.25 MB 896 263
195,582 195,582 000000000000065c12dd5951bf05d70f3a248770a19293d0491237c8a8efe7fc 0.00 MB 10 325
195,581 195,581 000000000000023c15a80d109a2ed97a3c38477a072eccf373e11b3e66a14718 0.24 MB 595 163
195,580 195,580 00000000000005af39782b3c7c7ffe0726461d6917cd0277324610c995e6594a 0.00 MB 11 16
195,579 195,579 000000000000003ceaf7828e53dbb42c6d88ab1b648769396c6166c4507bf249 0.05 MB 143 15
195,578 195,578 00000000000001799e64e4e7c96d1b6b21ab58505f27dde2a6c8ad08c58119cd 0.00 MB 14 30
195,577 195,577 00000000000005e88b211a8cc5e08a855d77ac6174be5574c3368ee645904654 0.25 MB 595 172
195,576 195,576 00000000000002bea8caafedc8f3c2ae58c60de69056448a3507e9ab4ed43191 0.00 MB 12 38
195,575 195,575 00000000000001e7cd2d829979e3630ee887d13462c48dcb564d897a722e025d 0.02 MB 39 87
195,574 195,574 00000000000002ed054e5d9fb454a4811060f7abed7101c287c55978b959705d 0.00 MB 13 338
195,573 195,573 00000000000005c3b788ec11b03598d59a069bfe37899b4c870befb32fe9558d 0.10 MB 252 148
195,572 195,572 00000000000002f6c2853bd6c72fda59fe5099bac1690f6ebcd383065b1919f1 0.42 MB 796 125
195,571 195,571 0000000000000070c1903b50ab493e1353ab894c41274a4da6bdbea19d1838f2 0.09 MB 256 223
195,570 195,570 0000000000000436f0bb32f48551ed378e3ca8369f4d0ee7fdbf3305fe82e36e 0.04 MB 153 33
195,569 195,569 00000000000005a4db52b119d34ce3341e63cbebdf7b4cf2b8d758765b764194 0.01 MB 24 91
195,568 195,568 000000000000031ddcfa52c75dba6e4a34333291660c3ce56e9a23f87acc824e 0.11 MB 300 127
195,567 195,567 000000000000040a2ffd8e071435edd3983125faf83db78ec8d1d33683bedb10 0.05 MB 199 28
Previous 10 blocks ↓
Total Size: 769.24 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,634.99 GB sent, 94.12 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.