Memory Pool Memory Pool Refreshing

513 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,956 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 499 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (268,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
639,168 639,168 000000000000000000056311e304c374a10079dc3697b5898433699cae5c5650 1.50 MB 2,170 45
639,167 639,167 0000000000000000000eeb19e7ff55da3e43fcf470aa4b383a363de2e63d3751 1.32 MB 3,168 41
639,166 639,166 0000000000000000000207778e685879c21e40f99a1bc589b506522620f75d98 1.24 MB 3,021 69
639,165 639,165 00000000000000000009bfba0da8e8f4086df4ff546c15aca0183ddacd50d5ab 1.29 MB 1,951 24
639,164 639,164 0000000000000000000e4573066b384fd5a403860202c6ed7b14472ca0917b63 1.22 MB 2,389 24
639,163 639,163 00000000000000000009451cd6e5be8f5ae96d19184b7db9f97613f8185e4548 1.15 MB 2,502 20
639,162 639,162 000000000000000000021cd2766946685f4c0bcc8a13acf551cdc3b9a6a42e8a 1.39 MB 2,928 42
639,161 639,161 0000000000000000000d6ff91afff109676f3a14ea68a2538e8975f571cbb7f3 1.27 MB 2,008 26
639,160 639,160 0000000000000000000f937c18415d1a80eafc8b2b97a0fffd1ae5cf221eabc1 1.25 MB 2,608 45
639,159 639,159 000000000000000000056d9769898d2b71c8537ae035853622703e434e7aa982 1.24 MB 2,877 26
639,158 639,158 00000000000000000006024cc4f8d1d3f68038ad7f38d90328299cf8d7a1a5f9 1.20 MB 2,892 30
639,157 639,157 00000000000000000008386b6da661fd4678239be0b0e5047b5c158d8a361f77 1.46 MB 1,281 34
639,156 639,156 0000000000000000000327f14c68d658b915182dd6120a2130b38a5a0bddb6ec 1.33 MB 3,080 46
639,155 639,155 00000000000000000008060d09d3a1ba706ff4e1a840792b537e6bd9278f1942 1.28 MB 2,618 45
639,154 639,154 0000000000000000000700fbdacf7d6d4b3e80a4c314cd8b8837cd0efa20295c 1.26 MB 2,085 22
639,153 639,153 00000000000000000009cf6d4e84d78c65a69eedd914a0a5abc27d9966a91498 1.19 MB 2,905 32
639,152 639,152 0000000000000000000fb2bbc8c79495942b3385ddb76da72725dee2ecf0550f 1.24 MB 2,388 40
639,151 639,151 0000000000000000000727f183f7edb99c2b7d5db7dd6064eaae793672669fa6 1.23 MB 2,476 36
639,150 639,150 0000000000000000000afd0d32d91e6c5cabfacbbeb3e283c36cc8bbd06432a6 1.31 MB 2,824 45
639,149 639,149 00000000000000000008aa8f6f09e105579d3039af1f9f807807cdef996d8f7a 1.27 MB 2,668 33
639,148 639,148 0000000000000000000ad79bd633222d49f6b13c86bb770720b3c9b3bd29875b 1.63 MB 1,205 33
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.