Memory Pool Memory Pool Refreshing

10,526 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
907,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,992 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (779,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,933 127,933 0000000000002279d9f8017dd888db93085e49afea958fc20ac7ad3ef765c658 0.01 MB 20 1,113
127,932 127,932 0000000000001704bf0f09765b827c5a67cfa6fe2cf2085a97ade9dd78e513f2 0.01 MB 39 746
127,931 127,931 0000000000002636787f12e6cd678b963faef34593b944cb350cf8d4fdf2f9d1 0.01 MB 17 1,399
127,930 127,930 0000000000001a1ef549125a7754cbdf7db53e941dd3a88fb0f16ba0e33b8fd9 0.01 MB 42 1,065
127,929 127,929 00000000000011aae0232d73fe3a84cdcab1131a35565a1beabd4299f07f0b15 0.00 MB 10 862
127,928 127,928 0000000000000c1371e4e1b2f218d70c2c8144edd32ec66110e6aea003ce2f0a 0.01 MB 16 593
127,927 127,927 000000000000207a54d19b987e78f5bc5a3d6c79133f9bab505d0956f66e4ddf 0.00 MB 14 1,466
127,926 127,926 0000000000001f5a31de443329f6aedc8df003a2fda6f84b1bf3cfaa0d24cf82 0.05 MB 130 769
127,925 127,925 00000000000001f14fba438f421d2753423b9b863684c04e85431a8b9b25f778 0.01 MB 16 174
127,924 127,924 000000000000135acd577c05de3053bc37d39da64d24ae735cfe2a6348fa9b06 0.00 MB 8 2,391
127,923 127,923 000000000000196aced87fa0a2cbd5bac5d97c25b7dcbb5cf0a1f58cbfc2df29 0.00 MB 11 356
127,922 127,922 0000000000000b922c05e4bddf9a997b1c3cd52ae3b906a343c895da5592c323 0.00 MB 5 0
127,921 127,921 00000000000005be751510c9df560728a14f325a27cf963523b8423589801bb9 0.00 MB 11 17
127,920 127,920 00000000000003cd613d7c6ec1fbe6c3e5b2c48f95fd3f173c29308401b5c5f2 0.00 MB 15 615
127,919 127,919 0000000000000d369c6dda2b7fb02e842045972585b8ca348dc28e9cc161e368 0.03 MB 36 949
127,918 127,918 00000000000012dce55a040504f05c23dd39fa2eefdf69c0738277feb71fa1d8 0.00 MB 6 255
127,917 127,917 000000000000205b0ae5049394ced9058b287f846709d6bc38ed745496ae78ec 0.00 MB 12 0
127,916 127,916 00000000000005dc1c1356145e9a35607b50589595d5b2aa6ea3b63ff4109e59 0.00 MB 15 683
127,915 127,915 00000000000001f3c4add42f2e0df5133722bccc7f492bf519752afa6cf65a20 0.01 MB 34 549
127,914 127,914 0000000000000fec825cfb12e4bc7338900b28b46c5218a6d4624e2414d48f14 0.00 MB 12 2,358
127,913 127,913 00000000000004e671ea4bed7ea27ca362ea0da27a764e426ff3896d29ccb923 0.00 MB 7 657
Previous 10 blocks ↓
Total Size: 768.92 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,603.55 GB sent, 92.36 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.