Memory Pool Memory Pool Refreshing

5,616 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
908,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,028 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (897,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,992 10,992 00000000446e602adc4709e1e01e90dab19af9971f864ce8ffd6a2c7a6c70a0f 0.00 MB 1 0
10,991 10,991 00000000902bfda18cde46a9e52a17ed6bc0dbcc91011a9567df2f3d778928a7 0.00 MB 1 0
10,990 10,990 000000001f0d36fc54330b7c27dd9df316d698163e636428603fd35b2acbbe84 0.00 MB 1 0
10,989 10,989 0000000052a9bb1141ad6d597688867caca319718db0ec0a0d746dd9db033ab8 0.00 MB 1 0
10,988 10,988 00000000887466ab27b7cc3106232fb279006562301a833b4fed8644b8c57900 0.00 MB 1 0
10,987 10,987 00000000f5fc9885ae47f4f2a2071c55e8d2e254ab6040eb2ae88084e4422e77 0.00 MB 1 0
10,986 10,986 00000000241b8845731241465570ca9f8364df7320706b70af222b33dd480138 0.00 MB 1 0
10,985 10,985 00000000645e711fc7bc73f2ae839e191c22479e347ad33f379ebcf8d741421f 0.00 MB 1 0
10,984 10,984 0000000011f19213ce491472be362dfd2fd6dff959d16f358ec716a4c652460b 0.00 MB 1 0
10,983 10,983 00000000dbb4baef63f1e636085698d9d78efed466b79032d697c910b62bf2f6 0.00 MB 1 0
10,982 10,982 0000000022b4d0a24966146a67c2f8d8fa38ddeee5d588af063e8bbbcd4dd630 0.00 MB 1 0
10,981 10,981 00000000909a98a7e53a88313aed7e092bfb254313c48bc994de9ddc155e1bac 0.00 MB 1 0
10,980 10,980 00000000e80354d2eedd9f2e81eb1ead002c6cc0b02eb8943ff7344a40e9f068 0.00 MB 1 0
10,979 10,979 000000007f95a18b7eba0f2385a186b3259adc82a0a8a14e4c2a99605fb88c5c 0.00 MB 1 0
10,978 10,978 00000000d1c51e5ab1076bb3c8ca8bda1ec6ec94d785bdd4c9bc5764b2c44f08 0.00 MB 1 0
10,977 10,977 00000000bfaf3b5fc9dbc930e2b74eb2abeeb18a99966c3283200161f002b374 0.00 MB 1 0
10,976 10,976 0000000064fffcc809a82bc73ca14350cc985ab6a68e8ca4b19e4327d0718e72 0.00 MB 1 0
10,975 10,975 00000000513a6a076c9e8e43c5200ce34dd77b70c78b99773938bf47a5254d18 0.00 MB 1 0
10,974 10,974 000000006ccb22cd0b356e479a8e9ba77c88247a4dc4ff128e4fb65885ef5b66 0.00 MB 1 0
10,973 10,973 00000000a17f1e2d2e35b0f69a4b844910b35d3f2792c13b3570fef8af331605 0.00 MB 1 0
10,972 10,972 000000007f87522f9679ffaca7468e9e1ae52ed51c1e291e3642c62320f107bc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.