Memory Pool Memory Pool Refreshing

4,521 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,987 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (109,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,263 798,263 000000000000000000001bc27c68109f24835cc234f7722766dd2b1eb61636b3 2.52 MB 2,102 12
798,262 798,262 00000000000000000004cda01c79e61b8b29cbd2566b584df5411c2e6f69a1cc 3.40 MB 882 9
798,261 798,261 00000000000000000003e7b58e9a64141eaf12439d3c09b2f22f664078bf75e0 3.18 MB 1,231 10
798,260 798,260 00000000000000000003e4e23b4b73f7b80bd50adda853a461490dd35beea273 2.36 MB 1,591 9
798,259 798,259 0000000000000000000421cb8266fc6f0d95cf985ba9ba217cac7aa249d2855d 1.60 MB 3,624 20
798,258 798,258 00000000000000000001c0db11217d005e482e8d9a7b13133bdf030f23b17896 2.67 MB 1,213 8
798,257 798,257 00000000000000000003d2821ff994b6eeb2a05c86ec1ed11924d0710d1ee8ac 1.74 MB 2,830 16
798,256 798,256 000000000000000000008f023643196468537261ac8a9c7eafbd68089b0435fc 1.48 MB 2,837 13
798,255 798,255 00000000000000000002857194b7c468e34449a7765bf54a4b74bbce9f610fc6 1.96 MB 4,206 9
798,254 798,254 00000000000000000001bcbe758256a7b8893e3d8a4aa13212bf418c5754fdd8 2.05 MB 6,242 5
798,253 798,253 00000000000000000003c6b275d6181b7392cf77c63c35c3ca73f42c6ff8472a 2.07 MB 3,199 8
798,252 798,252 00000000000000000003297760f2491869a9223e32b22d1c23de25805bec584e 1.70 MB 1,866 7
798,251 798,251 00000000000000000001ad78166d4d19a362fabdc0a0cbce5470e80c7457e275 1.67 MB 1,678 12
798,250 798,250 000000000000000000004713199e38781cda69411d9cbde733288b87cb8de7d0 1.60 MB 3,510 21
798,249 798,249 00000000000000000002cacc1accdd5f3cd55b483904d96aba6a3d570ba15b5c 1.59 MB 3,154 8
798,248 798,248 0000000000000000000587dea8596194bf4c6b1cbdb690848830259a4ca438b6 1.67 MB 3,683 8
798,247 798,247 000000000000000000057898aefe350ef89e405d25139b509dab837b84a619a3 1.93 MB 5,571 6
798,246 798,246 0000000000000000000566bd1ab84834115be74b125acea3ec1fea2caf49acf9 1.71 MB 4,380 6
798,245 798,245 000000000000000000004701777c40906d7b0838ec0017d1724810a1ceab38b3 1.58 MB 3,041 6
798,244 798,244 00000000000000000002b0013375b6369514d0d88bf2ce447a5f223a9c6af1aa 1.64 MB 2,940 13
798,243 798,243 00000000000000000001a175d382a8110893763ccd465f3075e39011f419dc28 1.62 MB 3,326 16
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.