Memory Pool Memory Pool Refreshing

1,325 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (660,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,892 246,892 000000000000002549427eb2f2f34ed131e67dae1845d4385f15313d8a050d63 0.11 MB 217 81
246,891 246,891 00000000000000936eb2ec38406aa87fe54b20024606e61cc587b5f804cd8c9e 0.05 MB 101 120
246,890 246,890 0000000000000068e0c2b2a3164969bc04ef64fbd7bab2c941e666e7985e3574 0.20 MB 469 119
246,889 246,889 0000000000000014321a996a2805910dc726706e567388293e0cb596f608e3a6 0.25 MB 566 146
246,888 246,888 0000000000000048b7c1a128b89238714afb03a8c26653254331fab0c3db9188 0.10 MB 283 211
246,887 246,887 000000000000003750563c8cc0229972e89f3893cd332ea79cf531b932f2f50f 0.09 MB 115 74
246,886 246,886 000000000000006ec06b7cbbd1ed5146dde69cebd310b83ab0dcaaf1f634f85f 0.24 MB 330 96
246,885 246,885 000000000000003aa88510cbd94ab7e9703bc8180c587c31a8d79e1c58ec082d 0.25 MB 584 136
246,884 246,884 0000000000000007397b22245fd89de4d673dd21f351c9c23e28e4630c18e59a 0.11 MB 222 173
246,883 246,883 0000000000000085f30d39721509914de1ffff3f29d27aa7535d5017d285c768 0.09 MB 169 122
246,882 246,882 000000000000009e683eb2e0374f1a581bce1b8438be747394012474a378a337 0.15 MB 329 127
246,881 246,881 000000000000006564439b45b62001e74af449f464374af74248687f12662d36 0.03 MB 44 94
246,880 246,880 00000000000000328f3c5ab22bc326be01193c01caa3b5a434ec27814b4b20fc 0.18 MB 389 186
246,879 246,879 00000000000000597e15715fc38c5df2429cc999a8f47c72a19b5185f928e35f 0.00 MB 14 318
246,878 246,878 000000000000009af6519fbdb7b9a267b56809d1c113e3a6f4ec5cddcd36bbdd 0.15 MB 331 140
246,877 246,877 0000000000000095b411c7abb1f5a10232aece4629079d7b0f2e3ee562907a80 0.01 MB 25 183
246,876 246,876 0000000000000079bbf892be4c26adcfbf89086d6d4282283f0022a176637756 0.06 MB 178 196
246,875 246,875 00000000000000949cbedcfc427db9245f00f7c5d3dc70d5bff2e0797049d428 0.19 MB 432 125
246,874 246,874 0000000000000085c8184b5dd6145b2033e7db7256d90368bc0fa5657354dc73 0.02 MB 56 149
246,873 246,873 00000000000000011b2530c9d5e710b2e09738cd1bc46089c03c45ae19395039 0.05 MB 92 148
246,872 246,872 00000000000000549df82a28fbb69870badd1359fe02f67a45fd4d3757b5be5d 0.03 MB 64 38
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.94 GB sent, 93.59 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.