Memory Pool Memory Pool Refreshing

1,741 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,785 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,001 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,784 (699,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,949 207,949 00000000000003e9239fa6025e9cc5d56f2c618bb6c9b4b348a2195584c38ee1 0.42 MB 970 196
207,948 207,948 00000000000001e7ca0d34a020d28f8aa854370fb3799a123dc17c8d70d124c5 0.15 MB 386 207
207,947 207,947 00000000000000ecb60963b0232ff99db5f52399fd5a28fcd0c5b5cefac4f275 0.05 MB 142 122
207,946 207,946 000000000000020ae002138adeedd92b7f3ba5f569d9c22c081840e547a4cc63 0.25 MB 630 251
207,945 207,945 000000000000010152ed9dbc4be1da5c103b2dbfa4d2a6113168ee81ca6440e7 0.01 MB 18 651
207,944 207,944 00000000000001df4d87eceb78034c3b2aecd16650eb170b1a1b1917198ab5a0 0.08 MB 195 223
207,943 207,943 0000000000000263d43de987fd90c012b4319987f796942587c812d0bf4d031d 0.04 MB 137 80
207,942 207,942 00000000000004a64e69f9e07230a40075ae5bff2c92b5e77373aef1b9fcaf18 0.02 MB 45 153
207,941 207,941 0000000000000309aca00a3733e9cce7eba7ac076b2ab29b3ff3d7473499faa1 0.06 MB 135 135
207,940 207,940 00000000000002abe936bf3d52e5e6969b7ba352b1a37104ce38a7a83caee4d5 0.00 MB 1 0
207,939 207,939 00000000000003293c4c0c18c5cd57de480d8471fc1d480eeff178192431a30b 0.08 MB 167 152
207,938 207,938 0000000000000463747d6d2ce007f3638e2b54cdc3e825b87ada18e2b58cc2b1 0.06 MB 146 180
207,937 207,937 00000000000003458956c4dc9f53d12d442cde0bd10f6a2a2ec6051f79a93be9 0.01 MB 46 194
207,936 207,936 0000000000000367f51cb15482a1ee0e4d67358e38aa137e61b4b5b98514638b 0.14 MB 328 174
207,935 207,935 00000000000001fbdac9694346d3a27079f5f6b98b121458e0f9475e96320fb8 0.05 MB 160 84
207,934 207,934 00000000000000b7361254f47a2f2ff5fd900036676013c553732cde2c5a2c15 0.02 MB 64 83
207,933 207,933 00000000000004ec5ad4a6b723717ebf51f9e195c8e20f9db2176273cd10d24a 0.25 MB 540 187
207,932 207,932 0000000000000413e530cc2a2fb8dfa31fd517536a199fbb037cb0836f36bdd8 0.12 MB 234 186
207,931 207,931 00000000000002a94c7fe1019a49ccb9f04d994463b03caa06a6e424eef2d58c 0.10 MB 238 114
207,930 207,930 0000000000000328e563fcda69c94c32b59d4d6166208d3907055afcaa078b71 0.17 MB 512 416
207,929 207,929 00000000000003be57a678f9417184169c51f3bb5305c316a5852f46966390bc 0.09 MB 161 244
Previous 10 blocks ↓
Total Size: 769.14 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,631.83 GB sent, 93.58 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.