Memory Pool Memory Pool Refreshing

3,841 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (164,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,489 743,489 00000000000000000008dff17f7bc049c472a53ed153ae86279cdfb909daa6b4 1.60 MB 2,800 18
743,488 743,488 00000000000000000008634ede33ad4ba5ab63fae17c8e1ab745c0114ad2db22 1.53 MB 3,286 16
743,487 743,487 00000000000000000007bf439110876c0543a4e308d65e70864f0f7194510466 1.21 MB 2,466 10
743,486 743,486 0000000000000000000842818592211bdae4311aa845f71be1c892fb11966a73 1.47 MB 2,359 11
743,485 743,485 00000000000000000002ecd9d705b024721ba2e438c627ac028493109359c4ba 1.38 MB 2,416 18
743,484 743,484 0000000000000000000780f89983409727f1d969705bee8c405d0123109e3eb2 1.08 MB 1,023 10
743,483 743,483 0000000000000000000810fbc90444df6852cb69757e994c474e8a2a3df5d940 0.09 MB 157 12
743,482 743,482 000000000000000000070d9aded199f86aca7a741dbd5ce0934c50bba5a2798f 0.50 MB 900 11
743,481 743,481 00000000000000000007d37d1624fe379468d5c72e15dd9349471e80cdfc386d 1.66 MB 1,142 2
743,480 743,480 00000000000000000006614fe008baa348846b747287058326aa4db7c756e51e 1.68 MB 2,216 4
743,479 743,479 00000000000000000006c78b4d1d082c1dad2feb16d86acc81100baa0e7d70a5 1.63 MB 3,143 7
743,478 743,478 000000000000000000021c3e054603bccda7da6a743c39522fb1f8a1b10b2bdd 1.46 MB 3,258 18
743,477 743,477 00000000000000000007806258f0bd2537ecb08e1f7a65779b8925b71f0b691f 1.51 MB 3,259 14
743,476 743,476 00000000000000000002afd768dcdcec2fdceb04b7af4b5ae90ed324a7a2da61 1.50 MB 2,248 12
743,475 743,475 0000000000000000000149f7c97f5bd27498c36cf9e3e707af5fea492b7291bc 1.28 MB 1,730 11
743,474 743,474 000000000000000000060786e49a28ab9d13c07314e7bfb6e79352cc6ad0b6fb 1.27 MB 2,163 19
743,473 743,473 00000000000000000008d359d2d3f6addf626ebf5dfc1f45aee70f695bf98a71 1.34 MB 2,416 24
743,472 743,472 00000000000000000003c960435189308ae1b1d2207991973bb1ccb1dced0ad9 1.62 MB 3,100 7
743,471 743,471 00000000000000000001fac74b3307f7243338b7da160377ac2cd8ea8ced4299 1.49 MB 3,178 21
743,470 743,470 000000000000000000061714e1fbec0e7a706dbfa5050e2f87b4c7318f02c459 0.22 MB 430 10
743,469 743,469 000000000000000000092655ab9ff156ee06d331c618ec1ff729adc5368e5116 0.16 MB 253 9
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.