Memory Pool Memory Pool Refreshing

6,087 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (613,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,967 293,967 00000000000000001315ef50ae2bce4a0f6cc498c6a79daa3ed0d0cd5c16145b 0.13 MB 315 39
293,966 293,966 00000000000000001fd88b100dde837f389cd71e37eb62a17624b6280ba7105c 0.22 MB 480 39
293,965 293,965 00000000000000000568f6addbe1828cf244b865127d82ac828432cc067efc6e 0.22 MB 512 46
293,964 293,964 00000000000000006e5ec887aff4c6e2e41211bf3bb6f1993d723213078c0bf6 0.20 MB 512 51
293,963 293,963 000000000000000061c21661c80c807d68b1e81c14ed3647fb71323a766dee10 0.06 MB 165 38
293,962 293,962 0000000000000000a2270c897addd10a409149ab90a71d8c28ec18fae99bffbf 0.03 MB 65 32
293,961 293,961 00000000000000008dd8338a76f723e0c4ee184548121f30c7e5ebc74dcad603 0.01 MB 21 42
293,960 293,960 0000000000000000c7b35d35db9a1189f056925ba69db2693380f89993d4859e 0.19 MB 379 37
293,959 293,959 00000000000000001c15190a897d3d02a229e715a9e66cbd2034ddc69059c8c7 0.13 MB 180 26
293,958 293,958 0000000000000000d9f2bf1d7fb1e8b266876cf73f9b54737facb0e0e3b77c82 0.04 MB 96 45
293,957 293,957 000000000000000071540f4e5e957cfc33494d697d68d70ff1b92ef8e272ee39 0.01 MB 21 113
293,956 293,956 0000000000000000770becaa82c60ccd0fa9e40ca080d5d90684ba6d7a6a5c9f 0.04 MB 107 37
293,955 293,955 0000000000000000753e77c3a695bc8ef645737e6b5323fd7f8002db0b11b011 0.29 MB 573 43
293,954 293,954 0000000000000000c9cbe25307641906939f3e767d94dd7d2553b860dad7a835 0.05 MB 130 36
293,953 293,953 00000000000000001c9b145536ce2f3ffd529742b0ab58a4bdee1ebd985e4c69 0.08 MB 165 32
293,952 293,952 000000000000000039022b02422dfee754c2dd91cf8dac8289c956b30da37b80 0.05 MB 31 12
293,951 293,951 0000000000000000cf179e61ecbe56eb19561396ef72650f2a8b3e7d29d21cde 0.13 MB 315 34
293,950 293,950 00000000000000006e97b96972f7f31f0847fcf35e723193c0949dad4bbc730c 0.18 MB 357 53
293,949 293,949 0000000000000000b2a0b9c58aa86994aa85385d0d8a8676945f6d3b642b27a9 0.88 MB 1,161 21
293,948 293,948 000000000000000055c9d3b2a816877d3b1a9ca6048170ed7cee1c8629255e0e 0.35 MB 851 48
293,947 293,947 0000000000000000551b394408e467f83cd5d6f36612f8e33643d188f0d4498f 0.35 MB 951 47
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.