Memory Pool Memory Pool Refreshing

9,742 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (575,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
332,312 332,312 0000000000000000082823037e43fc4d1907bdcba9dc58de31396d1d0e681b31 1.00 MB 1,456 20
332,311 332,311 00000000000000000519c147a18703b396fbc1cd397c0cc38c6f051f5584f2aa 0.16 MB 512 54
332,310 332,310 0000000000000000019a62c362b81e5c47440a24e80475571a324a758810914f 0.01 MB 32 14
332,309 332,309 000000000000000008e61b28f4b2c1064f54af3e71dba40b3aa16710ef904084 0.75 MB 747 16
332,308 332,308 00000000000000000211cc85f3790d9235f6ec54e2e300a629018d8ad74e7118 0.75 MB 1,100 22
332,307 332,307 0000000000000000155bebe289c56e75614c090d0476b22e06b8ba584d852f27 1.00 MB 2,182 27
332,306 332,306 000000000000000006fcd21e93f71e79b15d29f5818a8de0e030a2b42941d5c4 0.50 MB 1,275 36
332,305 332,305 0000000000000000078b335d68e438ca026b2eb33b828491b6ab5b49f5fd70fa 0.34 MB 273 19
332,304 332,304 00000000000000000dd27fd29d7fbd0dbf12114d5e69ed95a00cefc07b79f9c5 0.14 MB 127 17
332,303 332,303 000000000000000016bf4e68e04378e93b0b5d6ecb74f548dfffc2b8d3eaa9f0 0.43 MB 255 18
332,302 332,302 0000000000000000072d5967801d444c649c319443f87e7e9780aa215e591a93 0.39 MB 580 15
332,301 332,301 00000000000000000739e8f902c0aa50ce9603eb7898e5ab2ff44051a55ef189 0.10 MB 146 38
332,300 332,300 00000000000000000f1a8dd53bf2ea48426072f674e8dc0c213dc1effe765b11 0.70 MB 960 17
332,299 332,299 0000000000000000118e9817888e38b6d594bbf289807637199aeba6fbf7c79e 0.21 MB 431 51
332,298 332,298 0000000000000000115994f17df1dd01a5291f3a7b3d4fb9f9292a6537462b95 0.11 MB 138 14
332,297 332,297 000000000000000012ede86ee6d7bbcc0b6eed4a11ca56d07eea578c8a8b0f14 0.21 MB 377 31
332,296 332,296 00000000000000001220c33624b4fc5642daefcd73f55049b87e689aa6cbc96b 0.28 MB 558 31
332,295 332,295 00000000000000001442df6902d751570425d9b5ef606957e95c7fec2668e832 0.25 MB 333 22
332,294 332,294 00000000000000000f51a5fc3fdc29919ca3335ea84dce7ffeb520c7ff753b08 0.49 MB 431 16
332,293 332,293 0000000000000000072ee7a5f59dac8e3c6a6a603e882fd61753c50b804ef9f4 1.00 MB 1,216 22
332,292 332,292 00000000000000000cb50ea830435f7fccc32ffe0adcd23193889e6555b480c3 0.34 MB 83 11
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.