Memory Pool Memory Pool Refreshing

13,776 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,591 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (677,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,937 229,937 00000000000001068b0be5752db2b4e58a2ad27502bd03e9bd7346079057fdc6 0.01 MB 17 181
229,936 229,936 00000000000000749fc39662ef354634e6a3e2ab2196c79c41cea6b044d31f08 0.11 MB 249 180
229,935 229,935 00000000000001b226c877aaae0a8f26548111cca731cfd9c9f78b04198b4f78 0.28 MB 527 144
229,934 229,934 000000000000016c8e0b4d50555ddafdfce3dc297e82fedfc40fc88a38854fbb 0.23 MB 538 145
229,933 229,933 00000000000000ada82033df1008e729f0d537708ff57f0d9f6dc8741368bdb5 0.02 MB 51 155
229,932 229,932 00000000000000f5bc021856e31c60d1837e95cf231ed59f7bc16d0661db9ee1 0.02 MB 46 153
229,931 229,931 0000000000000068e8a31b880a6d91d4bd80b042d248145ecb161a0d5305ee28 0.09 MB 208 188
229,930 229,930 000000000000015a0df5b63310a5255196574ea17be32c84c9c3326c5b5c1494 0.00 MB 3 206
229,929 229,929 00000000000000d2fbea4c46ce5ecdb2b84cd63f3bbe846549d1d9e4369c8722 0.19 MB 455 177
229,928 229,928 0000000000000198f01a8b313dfa39d6450b5cc8b8c577445dab74e2d63f38db 0.05 MB 93 66
229,927 229,927 00000000000000de7551282d6695c0603494cc442d3d1cc36968a8fe76c31143 0.09 MB 198 168
229,926 229,926 000000000000013c18e49793659cc42119f1e7c81af48dfc834fe80565e21a9e 0.03 MB 51 135
229,925 229,925 000000000000008cb5df11638a9bf853af0ef77d5eb1f07a95fbda2780df2235 0.15 MB 309 162
229,924 229,924 000000000000014599820bd16bfe80803421db018ca1b9b7162720320494f163 0.18 MB 419 160
229,923 229,923 00000000000001c4e7424c01aca8a0cdafffc6dfb4609d1135c027fbb2f049e9 0.12 MB 269 184
229,922 229,922 0000000000000035bf7d7d19820bee991db54935b1cfeba18f49b6c0c5c037eb 0.16 MB 187 28
229,921 229,921 0000000000000182e75da73ce9a198d694b20dd0df4c6b096faf448aea96a00d 0.25 MB 568 169
229,920 229,920 00000000000001305d264a219b6c8395af7a82ff24f2b8f7a704b384ec66240c 0.00 MB 5 87
229,919 229,919 0000000000000128a34a9a7aca5c47c6412a2f0f17c20a1dbe36bceb4ac106a2 0.08 MB 180 171
229,918 229,918 000000000000022b975020510e9d0e1d788033e18068954d6b7b8d6e6e277a36 0.11 MB 208 135
229,917 229,917 0000000000000014f649ce537270276db292f0e473f108e5a60aed91d7bb00c9 0.23 MB 527 192
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.