Memory Pool Memory Pool Refreshing

2,376 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,950 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,367 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (235,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
672,522 672,522 0000000000000000000cd9173e22e0eaaf82621c68d5fd758aa938e23bbf6e65 1.28 MB 2,060 134
672,521 672,521 0000000000000000000c1154f8cb93095428a2e9f7c07022539ddc826d239134 1.69 MB 595 20
672,520 672,520 000000000000000000048bdea371aed1061bf0aea904a3a7f4e5c09e354e6951 1.65 MB 661 25
672,519 672,519 000000000000000000043d68823c5a8e6f5a7f62e4e04456ed4ad87a8b81bce4 1.35 MB 2,253 68
672,518 672,518 0000000000000000000abcd2c9949ffe2363d83f56a041cf31a8dd74af7d9882 1.26 MB 2,374 84
672,517 672,517 000000000000000000046547ec9b1e8fe05446add5b0e54cab4222e85b02f087 1.48 MB 1,126 26
672,516 672,516 000000000000000000095ee2df60c299445cb226536a993a162781ecf5a70fcc 1.34 MB 1,579 14
672,515 672,515 00000000000000000001c526e814d73a729d98ada0874ba1f2c8da8a6e3b5cf2 1.29 MB 1,727 94
672,514 672,514 000000000000000000004af116f2d8b8ae5d0e4e903bc66b5e69cd8ff58ff7b0 1.66 MB 1,103 41
672,513 672,513 00000000000000000005f1b6b247dfaa6f6856686ae527b4ed0781ba18024daf 1.79 MB 356 21
672,512 672,512 0000000000000000000012dfc019be41ebffb805d43561327d667764e677c06e 1.83 MB 224 16
672,511 672,511 00000000000000000001a6277192705cdf28da247c64bd942d261f944a923d85 1.41 MB 1,531 34
672,510 672,510 0000000000000000000136c6998cad74e2252c6295a0969fc250168e1fe78650 1.34 MB 2,475 95
672,509 672,509 0000000000000000000434a0210f460be762de3a65b79517b9d537a8b10c4c71 1.27 MB 974 15
672,508 672,508 0000000000000000000ba5232523408775fd70b9d731200267e6d36073b9186f 1.20 MB 1,341 45
672,507 672,507 00000000000000000000f5a0080335e00891b96c5db64313e8d116728437fa29 1.35 MB 2,484 52
672,506 672,506 00000000000000000009a997551d19d2d4aabe245f7ffabea5d2e8425e6aef78 1.18 MB 1,302 129
672,505 672,505 000000000000000000087fe6f18a447440cb554ad13bcab19ceaf182849b7cc3 1.17 MB 1,984 28
672,504 672,504 000000000000000000015b3cdd37fd72df65a5e846a35bb7e6a9c60b589bf22c 1.33 MB 2,586 78
672,503 672,503 0000000000000000000bdcbb5ffe27549ef9c4ee0320aeaea6aad918fbfa6d16 1.26 MB 1,820 32
672,502 672,502 0000000000000000000670dd30be6229e99eb13e3b163fa30990f8c3f2a05617 1.29 MB 2,366 32
Previous 10 blocks ↓
Total Size: 769.45 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,645.91 GB sent, 95.19 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.