Memory Pool Memory Pool Refreshing

13,629 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (759,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,188 148,188 00000000000005455cb8c6e3108b2e3fa1a798a91bda9b22a547eda68ad0cca1 0.02 MB 83 10
148,187 148,187 000000000000007e063c39f5e1f2a623bcfab16780933f94f97f7ccfc05c7fad 0.01 MB 24 174
148,186 148,186 0000000000000359c3fb43dbcabe7921397d931cc7e2e349650ffc276b6f8f1a 0.00 MB 9 331
148,185 148,185 000000000000062d03178265e0f617603ede7cd295cf1dfdfc3d15de453447f6 0.04 MB 73 203
148,184 148,184 00000000000008aef6654d6aceed9c55f8bd5e1a89d1590e8cd087c24b89324d 0.03 MB 43 500
148,183 148,183 000000000000090f62dec3e30043cb24f113ac51043714744a146cbe5c855cf6 0.04 MB 113 50
148,182 148,182 000000000000056842ef862061e43735ab0648db9ddcbc8b7388640686d33a5a 0.01 MB 29 91
148,181 148,181 0000000000000197d146d6c72a56ae6215cab65a6154eccf0cc1f33df76cde08 0.01 MB 32 219
148,180 148,180 00000000000004f41baceb79adaf27d28c1ae5f947e121c6d17c37dd6acbb035 0.00 MB 10 63
148,179 148,179 00000000000007fbcdfbaf045487e0254b65750c33dedda15fb2d3b255465aa4 0.05 MB 177 1
148,178 148,178 00000000000005a3220d28114c349e607ecf705a70eebf3ac6b5352303f4a2db 0.01 MB 17 62
148,177 148,177 00000000000002fd85ed673f2cf81467b6304ce3f349bf849b7361b2c175084e 0.00 MB 13 77
148,176 148,176 0000000000000794fc4729d69752741157b6067fb1b431a2635ab5866fd852cc 0.05 MB 145 45
148,175 148,175 00000000000007d3777f5adb1993a3df60dc373e390c02ec112c75df753c371f 0.01 MB 16 34
148,174 148,174 0000000000000116b05f32b8dd40f71e19d290988161302d0571485610bcfa4d 0.01 MB 16 162
148,173 148,173 0000000000000307cd4a185da7a51b5d36a173dfff6d87e6e7991b8fc7ecf8ad 0.01 MB 12 52
148,172 148,172 00000000000007a827a37cedfceb0fff0d8412c8c9eda6fa98fa45082416b9e7 0.00 MB 3 97
148,171 148,171 000000000000090c93f1f3336671529eb91f83f7f3e09af8213d249e93fe9253 0.01 MB 24 194
148,170 148,170 00000000000005e6d9ba844700cfcaf6275b3594fbbca39d46f0c00f1db8a931 0.02 MB 41 291
148,169 148,169 0000000000000206516599ffe015f9e108032659a7ed14e9e4fa92afa85622d9 0.00 MB 4 0
148,168 148,168 00000000000006b3b5937718e2f45b0c2f33f3aa98238cb31df1edb396587c25 0.01 MB 23 51
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,622.91 GB sent, 92.96 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.