Memory Pool Memory Pool Refreshing

17,429 transactions
5.61 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (696,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,878 210,878 00000000000002f679cee3e5b547e3836ba26afdbd1ecc1cccf61e72d175e171 0.05 MB 174 18
210,877 210,877 00000000000004814c5444f3d8d3fb390706fc172be3aadb673743811019f206 0.18 MB 143 833
210,876 210,876 0000000000000097715ac5031ddd52463c66f65c5da0adf4e82740877ca32935 0.00 MB 9 310
210,875 210,875 0000000000000003815f1fd5600c2b4fa78f7f64835a9bde596f1989ee0f5de5 0.25 MB 738 324
210,874 210,874 0000000000000467e7479e1e2566551f1fb803a8df29ab74ddcd71868de3371d 0.00 MB 1 0
210,873 210,873 0000000000000365bc7e8caca0b05d59fbcf7cd12517bfad6251a8c2bf7679e1 0.12 MB 278 182
210,872 210,872 000000000000020ae0666be9316add928748b4f98195aca5c30107938388d413 0.20 MB 403 165
210,871 210,871 0000000000000285011ec361d55a3b53219d08407d2cdb96d19ff5003fc3542a 0.25 MB 457 180
210,870 210,870 000000000000035e23d64eed37590471fcf7e66b35e524723dca1ff24f97f6c5 0.30 MB 658 146
210,869 210,869 000000000000020230c25099157837ab6ff0725d5b20b78f053e2ca4f9c10472 0.40 MB 803 166
210,868 210,868 000000000000021aa0eda5c153c449e65ddfc242a018db235af364a8b69b2093 0.04 MB 110 115
210,867 210,867 0000000000000468b21479ec76f9d88ac52669a9aa0d8657b8dcfe496753c3b6 0.13 MB 306 188
210,866 210,866 00000000000000ba45b2c8d17b2d074b9932abe8f581d2ed02598338f7ba117c 0.17 MB 363 170
210,865 210,865 000000000000010954ba649417a5f2fa1eda597b997ca5f33990eedc29d49a84 0.01 MB 46 3
210,864 210,864 00000000000000d35580086f51cbc6ed2cc0e75c886a2f662b743b121b4a7c0a 0.31 MB 333 104
210,863 210,863 00000000000000092f3dffb3ea1b1448ecabf965a5e6e678c8b1298a212c24b2 0.05 MB 159 2
210,862 210,862 000000000000047d193aedf593ed4e4e4769eac1007e8c81a92e877029826398 0.24 MB 517 156
210,861 210,861 00000000000001ea025b14dc2e09466441e48f9bec75c13457ad20b97e8d8004 0.25 MB 854 253
210,860 210,860 0000000000000308b8765a8fa038dac4c844f70f538dc6db430ee6f4abcdf30b 0.17 MB 509 182
210,859 210,859 000000000000030ab883a5832e399fd1a0f1f1abd30fb2683f11b988a7a1f4fb 0.13 MB 322 177
210,858 210,858 0000000000000153c87732fc5b39e3f7855d3ecebe75346d4a8e423dec8def10 0.00 MB 5 30
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,624.19 GB sent, 92.99 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.