Memory Pool Memory Pool Refreshing

465 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 446 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (626,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,947 280,947 0000000000000001675ada315d6e2e966ee0aaf2c0a615d941f8dbecaf5cef54 0.11 MB 248 60
280,946 280,946 0000000000000000147e6b482e7ccef7decc7e56020c2659250d7d5a4b141bcc 0.22 MB 467 56
280,945 280,945 00000000000000017a6ec41bceef3da980e5b892dcf67954a52c2395325b0891 0.01 MB 25 30
280,944 280,944 0000000000000002358ebbfd9abb7cc4729e8dc157b3b14337a874d874b391ec 0.02 MB 53 32
280,943 280,943 000000000000000103b621b7a827e379bb40117d21d6368cc1b0186b52bbf861 0.09 MB 175 58
280,942 280,942 000000000000000244ceb7d264b2e82edf0221fef82d1ec83bc5df1930a24cd5 0.18 MB 408 36
280,941 280,941 0000000000000001c2ce0944ce795be5136c462c624116baa9530ac9975902d4 0.03 MB 49 28
280,940 280,940 00000000000000025595543de5562656c40233962f432e8e37b592047276df6f 0.39 MB 491 45
280,939 280,939 0000000000000001834a8a2f3422d5402c641e59969e74ff71613d382f56bf20 0.25 MB 659 56
280,938 280,938 0000000000000000da5c471dd79440c4130d8c082dbc38686e530a6fe587a109 0.05 MB 136 53
280,937 280,937 0000000000000000e558efcd21f7f7fa5daf67a62b3498c3e90a4d8dbcf89faf 0.05 MB 146 54
280,936 280,936 000000000000000035a5acb8f1c810f4f42f75f76d0ca7d5b39edcc0185adbd4 0.10 MB 218 89
280,935 280,935 00000000000000001517745d891a01555d1917964fe14d4209083ff0c7f4273f 0.19 MB 366 33
280,934 280,934 00000000000000006ba43317412a8d4cc723a125a4ebf6ac42760dd490c6b21a 0.05 MB 101 33
280,933 280,933 0000000000000001a63708edbbf2bb0cc7fd3cf29cb046f484d9e9672f4d9e6d 0.10 MB 197 38
280,932 280,932 000000000000000050cd754c68ba787124b98b6d6cbb2eeb799d28f7af56ba71 0.13 MB 262 55
280,931 280,931 000000000000000228f1a4a10adba072d850596417f3dabbb9de7bc2c264f614 0.39 MB 798 36
280,930 280,930 00000000000000004df8b69bd821277e3737a87befc56ab0d418669b863a37e1 0.04 MB 69 30
280,929 280,929 00000000000000010c032be5d49ff3bcaea0ef5bcccbdd6e486b0f7921302c40 0.22 MB 299 26
280,928 280,928 0000000000000000a2302095017766ebe8cc9ce2b8284c987b8fb70bd4a2a46a 0.25 MB 540 54
280,927 280,927 0000000000000000fe4e02de3ecc839389f9dbc8b4d6310bc74fadbb6ea02c41 0.28 MB 125 12
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.