Memory Pool Memory Pool Refreshing

4,856 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,832 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (609,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
298,208 298,208 00000000000000008d3de77bea4d73d48d92c98af3a794edca94e50e156bcaeb 0.22 MB 314 29
298,207 298,207 0000000000000000566993a8ef99fc7c07c870235643f7030d6fe1f537367aec 0.16 MB 267 34
298,206 298,206 00000000000000003503b06b524bdb1a4e324678787e424f5a615ce6706b3b90 0.48 MB 793 28
298,205 298,205 00000000000000003ae643d20c79ca7cf7ba8aff826423f9f6cc7c528adc51f6 0.44 MB 832 40
298,204 298,204 00000000000000008fb021953ac8117126e63e307972ecc483d89473b7b4f45d 0.01 MB 32 30
298,203 298,203 000000000000000037637ef59713b640dbf3786663eefef1ee9f274c0a696ce7 0.32 MB 576 36
298,202 298,202 000000000000000010c659b7079ab871f507f3d57d2a5aecd802d43c2d06707a 0.34 MB 366 22
Previous 10 blocks ↓
Total Size: 769.05 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,627.52 GB sent, 93.13 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.