Memory Pool Memory Pool Refreshing

7,425 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,726 (614,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,874 292,874 00000000000000004e3a92e825bbf34b6c60faed3d9cea4c176e9a19dce7e05d 0.10 MB 229 41
292,873 292,873 000000000000000034d932ad79ca48c1a4dab27c975213edf9e3cea7ecdcde5c 0.10 MB 180 49
292,872 292,872 0000000000000000897865e4a68e5f084ab596a2fd10fecfd2602a6624ac7b8f 0.16 MB 259 38
292,871 292,871 000000000000000024c4a831ed522a4debb1f5de510c27ff1a0cd26a5ee71081 0.32 MB 514 30
292,870 292,870 0000000000000000ad79f2245b05e1909067d3de96b6f0453a862cc0ee29b74e 0.04 MB 82 50
292,869 292,869 0000000000000000756c4e83a8c86a27987821802e7b05ff956c30b9a789e712 0.15 MB 326 41
292,868 292,868 00000000000000005225b8d2313f17596af79c0ac4cb5a7e403c35c4a78816ad 0.04 MB 78 26
292,867 292,867 00000000000000000bac9afc4bef6ee21565bfc1bd21f9283ac21e6df021c392 0.40 MB 785 35
292,866 292,866 000000000000000090ed5744fc1ed5ec3e6b601d7908fa084fb87bf67bcf7aa6 0.01 MB 19 28
292,865 292,865 000000000000000051aa48350a37ceeec4125cc7084e166132461d3f174a5128 0.06 MB 119 34
292,864 292,864 000000000000000074c3a60c7e0d796fd8c5ba147b798670ccddff5cd2b8a0e7 0.72 MB 275 5
292,863 292,863 00000000000000001b476b19c352c3d61917cc98b0168b09c258cc1ce9480392 0.13 MB 225 32
292,862 292,862 00000000000000004b4d321529b0edc95b4202578e75026c41034e8406a64c2a 0.21 MB 277 24
292,861 292,861 000000000000000042a91dcbe6e0e939523cd3dce80181e4826a8ab9a00fb368 0.02 MB 37 43
292,860 292,860 00000000000000005111431c7ae76536124b4f536824f3b71b0f9e4c84f8a79c 0.03 MB 60 26
292,859 292,859 00000000000000005debf743db0060bc9ef2c1b0985510d9d7dc2806ad49c674 0.12 MB 250 35
292,858 292,858 00000000000000004f0566d7f1f8246995c170d90f948a5fb0bf989d78413c0d 0.04 MB 83 35
292,857 292,857 000000000000000058801719b9c290027720be4a9780b8484f7fe455523f1e56 0.00 MB 10 49
292,856 292,856 0000000000000000d9092058e385f89b124c0133d6b2369fc6813498edfcf9fe 0.26 MB 407 36
292,855 292,855 000000000000000027c0009d75d3d8e1a4052e826fdc0b7a80fd23fcfdddd777 0.04 MB 128 44
292,854 292,854 000000000000000062e6a16d116becd3ad3fbd48ef15053e43a96b2655eb0273 0.09 MB 190 26
Previous 10 blocks ↓
Total Size: 769.03 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,625.78 GB sent, 93.04 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.