Memory Pool Memory Pool Refreshing

1,357 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,348 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (776,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,932 130,932 0000000000000989871c40eb342fda7d45f5f581823c827c40df27f519336877 0.01 MB 16 1,343
130,931 130,931 0000000000001889a652c63573f9ca992e2f93506ad27a6c7888fb5e3c3c6dd2 0.05 MB 137 169
130,930 130,930 0000000000001d2a36c0fbbc364ab946fe0e90627ef71a655ac7d202a710cf56 0.02 MB 43 1,236
130,929 130,929 0000000000000f26f276f9ab4f6151980161bbba0237499e5d5221e81b5af24f 0.05 MB 109 908
130,928 130,928 0000000000001229bf0a2971be653d250d56c47fc09c4988384d03c9a97100ac 0.00 MB 12 1,300
130,927 130,927 00000000000013f35869d926a4f13dd0523ba3072b8ff6b38478061acaf72f2b 0.03 MB 68 1,069
130,926 130,926 00000000000004c7a9ca319b3b093edbd305c1c6be9f52e5e29bebb787cfb4f7 0.04 MB 130 490
130,925 130,925 00000000000008de5dbf187145ca80b2d6c5ccb1a60a6dba0ec458eba6331c5d 0.05 MB 106 740
130,924 130,924 0000000000000eb7ea26905789f3665f87afae4f4db3fe0d1fc2b8f9a2fc8e61 0.00 MB 11 697
130,923 130,923 000000000000150c23ca222eb4b7fb2e4b8d0e96734cd0685e8ff97f6196380e 0.05 MB 159 167
130,922 130,922 00000000000007d7470faf701c30fee220f1f5311b47ceae5a2de2c85dc789ba 0.02 MB 40 832
130,921 130,921 0000000000000bd8523f336a05cec81271ca5a0b21e0d03be4be161a45107194 0.01 MB 23 2,012
130,920 130,920 0000000000001cebda72d069f8780004b0e78003eb661ecf2588badd822e87f8 0.01 MB 13 1,311
130,919 130,919 0000000000000043e8f7bdeed62e58641f66cc6f8a724ca95db0154b18aec082 0.03 MB 44 1,018
130,918 130,918 0000000000001b5dba739b29cc6bd0b95b7ed138d075f1ecb6a583bd7b12d726 0.02 MB 39 983
130,917 130,917 00000000000007dedef98b404bab13e11779e5fb924e2a044e5f6b629d0fbc34 0.01 MB 31 866
130,916 130,916 0000000000000f21c2c7e42ff6640c72c9ca97d57610e478d7f4ecfa7cdb245d 0.01 MB 20 1,020
130,915 130,915 0000000000001c582b49470a384afa98ffb9c3f7edbf4bcd98f5b8b5a213bbe7 0.04 MB 112 238
130,914 130,914 000000000000192b9639065bef29dcc0370ccf68187f12e2e50bdf5b6c2a02c7 0.00 MB 8 35
130,913 130,913 000000000000136baa2f38d42e8615d4f787d05e7cef10d8638e656da3949239 0.02 MB 32 1,058
130,912 130,912 00000000000011b5f823aeaaca00ed26ada93592be24031b32553a01c39841cc 0.00 MB 13 627
Previous 10 blocks ↓
Total Size: 769.12 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,630.11 GB sent, 93.49 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.