Memory Pool Memory Pool Refreshing

3,449 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (784,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,378 123,378 000000000000696675a900184e734be3d7556dc94a54e40563923e5ea46770a5 0.00 MB 15 0
123,377 123,377 000000000000165202489faeef29b2c5ebf2e605b92de8676428c9e23816d01a 0.00 MB 2 0
123,376 123,376 00000000000019679229d9e4aefea216582bb419177c8402468337d2630d2744 0.00 MB 9 1,117
123,375 123,375 00000000000030e71864630a481056cbca8a15cbb8063371a63a957f9c49cf27 0.00 MB 1 0
123,374 123,374 000000000000335aab24072575af3eb1379444b5a39e9dbea44158d35daef53c 0.02 MB 25 178
123,373 123,373 00000000000043904f9324566e7bc8db2aa2282b9ec039ea8451e3a680046d12 0.01 MB 29 2,126
123,372 123,372 0000000000001d9796dfad5e70d2ac098bb54fb10ae1151a1271acb2359a26d5 0.00 MB 9 0
123,371 123,371 0000000000002836c8cf5b4ca6bda2d2eb8360784981bf0be7428ba2411f7093 0.01 MB 18 0
123,370 123,370 0000000000005bb796d0482a3a053530611fd401b9b2526af9111118e663b3ff 0.01 MB 8 1,041
123,369 123,369 00000000000041e27f1c50fc4e560da5dbd928652f492176ba498239aa247544 0.02 MB 63 1,261
123,368 123,368 00000000000063532e4d402dd06e992d38b4acc97641dfc65ca26ae20bb75433 0.00 MB 10 349
123,367 123,367 000000000000504b1fafe45c88023a06eafff5591b23240b1f60b3c2ec6b9c8d 0.00 MB 9 0
123,366 123,366 0000000000001e22de56f1eedfa65ae1fe25efbbef0795829acc3e0e6b9e31cd 0.00 MB 7 0
123,365 123,365 00000000000002c8204e4239422ff51565abe59b5c57674ec5e90911201f84c8 0.00 MB 8 0
123,364 123,364 000000000000488f3f2a237c581e544bb6fb51c6700f93c82377653f03d55bcc 0.00 MB 16 1,018
123,363 123,363 00000000000029bf9a2f4f48376083bc53fed84054e0fc59fcb64fa38a423a54 0.00 MB 1 0
123,362 123,362 00000000000031984c22223573f878f7793fa5449623dd35c6bd934619334423 0.00 MB 8 0
123,361 123,361 0000000000001e342576c4177201e4be5271d697b5ee630b168d54a94d412274 0.01 MB 18 879
123,360 123,360 00000000000063f8ab2c0e401728c366f1b49c1163ad928dd5c1dd66b4963854 0.01 MB 30 95
123,359 123,359 00000000000041e92d9ecd40f9db2c33d4dcffcce148a4fac5c703b65f5cb4ab 0.01 MB 16 647
123,358 123,358 00000000000045b00ccf7909b8425a2d7073dafbea97b8367e9dbe1ebcac27cc 0.01 MB 32 113
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.