Memory Pool Memory Pool Refreshing

792 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (609,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,229 298,229 000000000000000013d8493755cfe55125d2ed3ea51d50985c666d975980b2ea 0.03 MB 64 27
298,228 298,228 00000000000000007066202bcb87849d5d7a5c0e6dbda60eeea3b790f55bd91c 0.18 MB 77 8
298,227 298,227 00000000000000003d531eafc2df306d897b367e88a23b52eb0079003726c229 0.11 MB 208 35
298,226 298,226 000000000000000063f6769274ab3f4bbae81ab1c046a1ac37ed3ae4c2c4f885 0.22 MB 308 25
298,225 298,225 00000000000000008ef753e28811f9857db09bc017c8c4f3882a76c14d54cf2a 0.09 MB 149 28
298,224 298,224 000000000000000023f39494a09736c0523419d0849643fa95bfc9287dd6d630 0.12 MB 180 27
298,223 298,223 0000000000000000893434bc9efa1cc402c65ecc3b182045df3b1b1951c94c58 0.15 MB 282 53
298,222 298,222 00000000000000005d4c0b3f10eeff735dc07036867e4d428eeeb4d1d9fbebbf 0.01 MB 15 33
298,221 298,221 000000000000000043f5e6a52c88f8dabf13f9f400a645e5c4d30e4ce8cd3550 0.22 MB 385 28
298,220 298,220 0000000000000000758c1264b5e1c00cb625f1e9d6c861583756031adb47b96d 0.19 MB 303 29
298,219 298,219 00000000000000006c803e88c23e14269d13b5b9c736f49cc2919ee1f73c3783 0.11 MB 79 13
298,218 298,218 00000000000000005006c15fe732802f59443aa377512d07df1e8a2ea246cfc3 0.35 MB 495 26
298,217 298,217 00000000000000003bde730fdb8eb856bcb5378839d52a95226b59f013781b81 0.33 MB 577 30
298,216 298,216 00000000000000000371fc45a0729fe3e08e4aeab93eeeec72c2a2d0d0e354c7 0.20 MB 291 32
298,215 298,215 0000000000000000518cb39fb7473602e41d2d7747613010720718252ce0199a 0.20 MB 256 21
298,214 298,214 00000000000000001a9be1ba7b9da44a5c25cddef43811e79c304c928f3e5c53 0.05 MB 64 13
298,213 298,213 000000000000000045d254f8c45195e4aeedac2c7ae2c80fecd222bd1328c4dc 0.35 MB 696 33
298,212 298,212 000000000000000086323e7f255770a3c9b8d1bfecdf12997a78f8be25bcd050 0.63 MB 487 23
298,211 298,211 00000000000000003603bba45acc4a492fdf46a426d0a425d9b2e746792e7328 0.35 MB 490 24
298,210 298,210 00000000000000007b0374de9e14c59ce09f602c3f8b8f807346368e9cff28c5 0.35 MB 1,124 50
298,209 298,209 000000000000000055b86aa10a8d6f58a0a4eb923384655458d36b9ac30d5bcd 0.05 MB 18 4
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.