Memory Pool Memory Pool Refreshing

5,447 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,476 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (724,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,796 183,796 00000000000000828d0e770fc80236cddb9cf224476358f755676a506bf14226 0.25 MB 588 142
183,795 183,795 00000000000009a7489ad0b2a1d280a415195fb09aa7097098b17fdedcaa56ef 0.00 MB 7 70
183,794 183,794 000000000000024452ed7b2622ea57a81cfe46d3fe3b8a2ce2a941111e200d29 0.05 MB 129 127
183,793 183,793 000000000000067a6af55e0a735f4c7704a4888dd6e44b967dc3042d101a74a5 0.00 MB 10 15
183,792 183,792 00000000000004e27ec79ed039f4a0e64ee29774737bcff27adf4ea113a359f2 0.07 MB 191 142
183,791 183,791 000000000000095b68f024de16fa68c1be90c6edc7b0e5dab8962dd28d3a2f07 0.04 MB 87 130
183,790 183,790 00000000000002b77ce798da859042c68447c59fc8abc6e85803d5b00e1f243c 0.00 MB 13 352
183,789 183,789 00000000000003dc991650288dbc09ae9e4fd0ff3feda86957ebecb201841bf9 0.00 MB 12 86
183,788 183,788 00000000000005249abf8dea19ed7c78a916376be7b05dfe868f04ec626e1f7b 0.10 MB 194 134
183,787 183,787 000000000000092f92a04a06bb0b7994bbfb519a0ea89addefb40922d27bdcb4 0.04 MB 115 33
183,786 183,786 00000000000000b49832b9d76205c76bae8edebf99bc4078c04a6faccf60ec6b 0.29 MB 587 174
183,785 183,785 0000000000000a3cfd030495647849e0dbf0d1366296d7bd8f9969b6a78d1c62 0.05 MB 108 120
183,784 183,784 00000000000004031af711a21ffa30c5ad3d4fefaf8754ee0b14bbf7f0f112c1 0.00 MB 10 312
183,783 183,783 00000000000002b0e02183603b47e3e20f9e8da98481737553b1bd70d0821ed2 0.12 MB 222 140
183,782 183,782 00000000000008487d5adba0538eda7c9ba7cb2f99048774991e611da38dc2f6 0.21 MB 459 157
183,781 183,781 000000000000054463178dbde0f5ac65520c490c868b1aa9c9e62c72f8ea39a1 0.05 MB 145 315
183,780 183,780 000000000000066925a7807e4bcb4e425a93ee912abbb61344e1b476b8a9c231 0.25 MB 691 185
183,779 183,779 0000000000000a55f173024a4d1ae7f5e63639830becde469954993f3cd764e0 0.03 MB 49 509
183,778 183,778 000000000000051428976a3f2d70b7d7732c938300171859638f181a0e3a92f7 0.05 MB 113 285
183,777 183,777 00000000000006854e1d89c380c8976726419c07e58af75b8910e84a8c6842ef 0.03 MB 63 138
183,776 183,776 00000000000000bfdb7c0c60e534527a97bf5b2061acfa936ee99495bb5414ba 0.05 MB 67 85
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.58 GB sent, 94.34 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.