Memory Pool Memory Pool Refreshing

14,199 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,780 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (601,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,221 306,221 000000000000000021a8b99480459fe357fe6fa622f956d70698c9fe183addf6 0.50 MB 946 30
306,220 306,220 00000000000000002d6911a02f6266e509a56ba2fe31933dec79583789ffa35e 0.19 MB 372 30
306,219 306,219 00000000000000004a64f6c52d2d541a19d70fe4e242bff1dcac21cfd14483a3 0.00 MB 1 0
306,218 306,218 00000000000000001126305e098cbfcadb1d774d50171257b304c18f92f0c471 0.30 MB 525 30
306,217 306,217 0000000000000000216afd8ccc01f467330c4813be0b0616ba01de681b38dd79 0.55 MB 993 31
306,216 306,216 000000000000000031fd8cf2fb0e6ff272ed85459a33ecb9598bd3aa5c866363 0.71 MB 864 23
306,215 306,215 00000000000000005bf56a5bbd6474cbff119822e3a7a7a31f15e74b25445103 0.25 MB 703 44
306,214 306,214 000000000000000021eb1fb95700e49cadd81cebdd46bfef5e1d6d1eb8a6bd31 0.10 MB 154 23
306,213 306,213 0000000000000000541de3c409a42971543acb38a58f751260f67480cbb7e1a1 0.28 MB 462 28
306,212 306,212 000000000000000050090037b71327983643ea273087b35a90f4cd25d0103b06 0.07 MB 78 19
306,211 306,211 00000000000000000759121eab0f8de2bab53fd1cc41afcdf5a174a99e5ce595 0.35 MB 663 33
306,210 306,210 00000000000000001be1381ec0c381d2557fdfc6cdf94cd5bf9de46f390bde97 0.11 MB 98 13
306,209 306,209 00000000000000005a216f4de9f27bea3d286fbdfc8c5f333534cc150268edb9 0.35 MB 693 33
306,208 306,208 0000000000000000489a3c59715ab3d06fed6ed15b82c06268c84c8116729183 0.15 MB 260 30
306,207 306,207 000000000000000031c400388ab11891ea65eba6fbebad442de2a29db48a58d7 0.45 MB 764 28
306,206 306,206 0000000000000000045a3022b6f96d7b04b2ea3b89d69fe31cd5c55e42a9e657 0.18 MB 376 32
306,205 306,205 000000000000000054892ba685902ea1b858d145ae547c8890c5324760a73e6e 0.23 MB 364 25
306,204 306,204 000000000000000038dea6f503ed3593b1495e135d9ed646c2ebb97a1ff35bd7 0.16 MB 142 19
306,203 306,203 00000000000000005bd4f1d32fa0a601e3ece073d6326f4df20d2a66c1fe463e 0.30 MB 385 23
306,202 306,202 0000000000000000260d3ff3cf03626381e20b2cba31e285b3a0f033a1c1f320 0.35 MB 569 55
306,201 306,201 000000000000000047a3da6e086c98c3c771f535f2f708d9695dcf73cbb67781 0.50 MB 979 71
Previous 10 blocks ↓
Total Size: 768.93 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,613.04 GB sent, 92.49 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.