Memory Pool Memory Pool Refreshing

3,164 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,332 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (29,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,279 878,279 0000000000000000000287108db77750b8d0656cc36610f12187edd20a1b9bb1 2.13 MB 250 4
878,278 878,278 00000000000000000000b44556e3590f338ca6df778a3f9971f544f6c126837d 1.86 MB 1,465 5
878,277 878,277 00000000000000000001a7d6242b4e9e826904bc12534655bb6563bb4c1eb4fe 1.57 MB 3,465 7
878,276 878,276 00000000000000000000ee7d82e6b71c9ab75f8d8e8aba50c55050d8f2b49282 1.71 MB 2,737 6
878,275 878,275 000000000000000000023be75cd9695a53cfd1b406076a04579b8d478a5c438d 1.90 MB 1,676 5
878,274 878,274 000000000000000000024ec8181400dd9c4dc3f81acddee322c9ba71ec507f8e 1.91 MB 1,193 5
878,273 878,273 0000000000000000000248117fc44aa43cf6cc0056013999cad5fd7e2899ec86 1.99 MB 1,592 6
878,272 878,272 00000000000000000001fdd984215ff446e90abd1e3dee0ed2225bda805094f3 2.16 MB 153 4
878,271 878,271 000000000000000000024f452b74544d07f8940b7d81233ea56e2c7fd8497321 1.76 MB 1,715 5
878,270 878,270 000000000000000000015b1aec44810831024a7d017420931746cb8702cd4013 2.09 MB 425 4
878,269 878,269 00000000000000000000d52f2d37bbc0f81c25b1400b300f52838c5a2214eadb 1.76 MB 2,505 5
878,268 878,268 0000000000000000000127095f56aab8cb8dc347fffb27beee78974f6f92ba03 1.54 MB 3,625 9
878,267 878,267 000000000000000000007615c69297562712508409e8e175a68b9f5c8a4af3dd 1.84 MB 1,828 5
878,266 878,266 000000000000000000001c8944ffae10ff4ba4ae32f49037478ba60ac24a1135 1.52 MB 1,507 5
878,265 878,265 0000000000000000000193e36a32f785f0a4daa3fd30be0c71a9cd10b8d46948 1.59 MB 3,139 5
878,264 878,264 00000000000000000000be2456835f7c292442ac4eb010712a637cd344d32079 1.57 MB 3,736 10
878,263 878,263 00000000000000000001089d7922914dc1128b42cad1cfa5e8b74f38528ac2e0 1.60 MB 3,516 6
878,262 878,262 000000000000000000003723af20ae94680b0802bd1ef41b08156e50a5f3555a 1.52 MB 3,547 9
878,261 878,261 000000000000000000020dffdde8ddadb8f2243101d27b32f6a052debce52e1b 1.58 MB 3,596 10
878,260 878,260 00000000000000000000b5d8903325a0f9fd20f05975182c46b4a9956304d43f 1.53 MB 3,510 7
878,259 878,259 000000000000000000012749352a3a5d4ea7ae7525c25cf95c0fe64257b3ff92 1.69 MB 3,622 7
Previous 10 blocks ↓
Total Size: 769.21 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,634.41 GB sent, 93.99 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.