Memory Pool Memory Pool Refreshing

6,227 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,081 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (744,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,934 162,934 000000000000025a9d0fd5f3900b3058359745af4043fe9193458e4c0b740fc8 0.05 MB 85 1,767
162,933 162,933 00000000000005afd2605d2aa48f238fd549ea57264080198c9d8247ad3ad5ff 0.01 MB 13 125
162,932 162,932 00000000000002020c50a10d20fbbf063e0aabcee830c61800f2f9885915f14f 0.03 MB 70 39
162,931 162,931 000000000000068ef390ce4df84bc3ae82525c863ff07082b966bc4efe862f81 0.00 MB 18 100
162,930 162,930 0000000000000c354604a87aa5bd0cfb48eafa595e6aae7cc6e56df41b52c2d7 0.03 MB 68 236
162,929 162,929 000000000000004c8e0fd7d219ca094415c985384aee91794e741ff1ea21e9db 0.00 MB 8 117
162,928 162,928 0000000000000c861e7811237029484dab6ec704b76b328af1560a7cda640d5d 0.08 MB 216 35
162,927 162,927 00000000000008505a56106d5a629f43a639a1b03217680d3c3f3c2faaa63761 0.03 MB 41 354
162,926 162,926 000000000000078ba8b93808eda5d728030490233f0acc026597229aa73ae120 0.01 MB 16 41
162,925 162,925 00000000000002d47ee699500b2df9df912eb14bb63457944a7b8486577b9b15 0.01 MB 15 328
162,924 162,924 000000000000087149e74c34e5fb2b98cd1c4b299728b19bd179449ce3fc2848 0.05 MB 78 53
162,923 162,923 00000000000000ad1ccf16628fe8c865c2efe7c9a543d0c810e499c7c1be211b 0.10 MB 136 246
162,922 162,922 00000000000004bbb3fdf355496cd2495d49509f4ca7887db74995ad860a1be8 0.02 MB 63 297
162,921 162,921 000000000000038afd357a5af4cee70f508e256f1e44bc9d21a12b92c3c2f8b3 0.02 MB 57 82
162,920 162,920 00000000000005f4b3fa5d455ceffd98bd854416f3b6cdf2eb8775b230ad9938 0.02 MB 48 49
162,919 162,919 00000000000002628bf5ec70a73ac182aa3a35ae26c2163bc4f5ea9bcbcd6d9e 0.00 MB 10 549
162,918 162,918 000000000000059d49ec4ae8c541e0cce2061dd68a2f99928964c0a9e234b695 0.00 MB 13 32
162,917 162,917 00000000000006e2dd5ae8e846d6e2544bf6ee86f391b7403aa90a3d5f09fd78 0.04 MB 60 234
162,916 162,916 000000000000058c7d300f38c0c982477d18852671afe6a26bebd7d17f9769ef 0.05 MB 128 201
162,915 162,915 00000000000004ba86438a52db3c8248e1a81461c03a6300e43a377e036e40ce 0.04 MB 25 108
162,914 162,914 00000000000004620820511aad4cfa534aaff2aeb342cf8d449e9ea8e10ea031 0.02 MB 63 175
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.