Memory Pool Memory Pool Refreshing

3,138 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,118 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (784,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,900 122,900 000000000000621d24653b86c6ed7eacade0f2b0a968160c0a92721517d5db1b 0.01 MB 21 424
122,899 122,899 00000000000047d9bc96d796a493e8796662871c39fb0b164b581fa78a8bbea2 0.01 MB 36 2,697
122,898 122,898 00000000000092ad48a8099d64a0eb5b14bcf4845529c1bc28de91e9edbaf926 0.00 MB 1 0
122,897 122,897 000000000000989a58f86ebf26b77ab9b3fb62f2c8cd83521909bf3fe7bc8804 0.01 MB 30 238
122,896 122,896 00000000000038b6aff3bbe3ede3798330a2a2a62e1b60edb084dd9eeebf5f0f 0.00 MB 12 0
122,895 122,895 0000000000004b31983ca3d3e382d1eb18c99df5da6ef1e28019ee3dcb1ef10d 0.00 MB 16 504
122,894 122,894 000000000000710630dd549bbfe384886c639a5798f5b835bb03df9da84a30e3 0.00 MB 13 0
122,893 122,893 000000000000851de02b4277a204c2160a3727b559b7b232b029f6c8a770bc1b 0.00 MB 10 0
122,892 122,892 0000000000006518f289965d52d79a010eca0f50a6c0f5864a88123eef529034 0.01 MB 15 478
122,891 122,891 0000000000004fa4e5865cf1593b94db369b45a16cebec97f34aeea650fb734c 0.00 MB 13 0
122,890 122,890 00000000000078068d90f3f26492a4959f0510b7965e563177e9c790dee9e53a 0.00 MB 9 0
122,889 122,889 000000000000781d43848c4d43f1442264c68cd0b73a973e9b667daf3d8f34b2 0.01 MB 16 269
122,888 122,888 0000000000008ad1ed6a14e4f90a5f97c063e7e77087a7bd1f49c299dfab8eef 0.00 MB 15 0
122,887 122,887 000000000000345b31098a5a7725aeb515e07964d5235ad8faba13850df59cc8 0.01 MB 5 0
122,886 122,886 000000000000731be26272169f42a5ed0393c5f3e7e656eeb21ff3367c8c6fc9 0.00 MB 15 0
122,885 122,885 0000000000000a8ab32ca1b825a7d9b55304eaa48403582944896d14b7894c1d 0.00 MB 2 2,475
122,884 122,884 00000000000059b687a607ae1e58b64d65988b46244cd4fbc32b6704c4feb0b7 0.00 MB 10 0
122,883 122,883 0000000000008fb30c9407effc7ac172aeeb75427cfc6f6fa9fb52014d038dc2 0.00 MB 9 401
122,882 122,882 000000000000781dee887ac640e4a4ca3a99d25f4173939be88c427dbc3ec142 0.01 MB 20 136
122,881 122,881 000000000000253a9aa42411d7eb52b190e42c97ea14e6a9527382b8e63662a5 0.00 MB 11 0
122,880 122,880 00000000000095f7c53817297cf182b3e63b2b6ce92582e350d084341176928c 0.00 MB 5 671
Previous 10 blocks ↓
Total Size: 768.97 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.58 GB sent, 92.66 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.