Memory Pool Memory Pool Refreshing

2,577 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (439,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,731 468,731 000000000000000000939905cdefc0beecff7cb1716a24aac911253dc0898671 1.00 MB 2,280 274
468,730 468,730 000000000000000000dec6aacc4ca881aa6022957c96694d25b9347f98c9b74a 1.00 MB 2,026 305
468,729 468,729 000000000000000001d3d193cace9513dfe8179b759ae92eb64dbd23e3107fe8 1.00 MB 3,489 295
468,728 468,728 000000000000000001559b582efd01cda530e7926eec6539a9ab29dc45fa5c6a 1.00 MB 1,632 282
468,727 468,727 000000000000000001bc01330b7ff7117a97627539fa4f6fd017d08bc26044d1 1.00 MB 2,103 344
468,726 468,726 0000000000000000003be33fd63274f4f0ca39fda2e6a1ec2f1adce4a52a2103 1.00 MB 2,037 473
468,725 468,725 000000000000000001a4bf825ebfd933f3f15013a2a68774e9a31c4a46a2672f 1.00 MB 1,909 383
468,724 468,724 000000000000000001d54cb997d3fb062d7f9a3b6b9c1a01f0ceeac1ea0147c5 1.00 MB 2,296 483
468,723 468,723 00000000000000000187c99a90b3ab8deda6c36814cfb07d12d3dc7fd31a50b4 0.00 MB 1 0
468,722 468,722 000000000000000000df8e92cb2ebf08dc2476a1f09eef6b3580b335bf460b96 1.00 MB 2,184 448
468,721 468,721 000000000000000001257645b7649b86280cf5eeee3757c651ab8deec2383f4d 0.00 MB 1 0
468,720 468,720 000000000000000000b097747fb3c841863cc5fff7a421dd56af9f4570a27015 1.00 MB 1,907 296
468,719 468,719 0000000000000000003b08fd7fa1bf31554b1556117d90e51829d7765a75ff38 1.00 MB 1,961 362
468,718 468,718 00000000000000000070dfc2e6f3835dab7ed5de07c1173638fcfbcc7d8ba18d 1.00 MB 2,083 343
468,717 468,717 00000000000000000059a49fdcb3784bf469eef14a127042c093603ec4bf2cdd 1.00 MB 2,329 371
468,716 468,716 000000000000000000ca45d84c525fb48ddc162bdf793a47bf2d136ad938733c 0.99 MB 2,722 320
468,715 468,715 00000000000000000046e32c52b50ec7d4fa6b9ddbb2588e6dea8f4b0c49f43a 1.00 MB 1,946 376
468,714 468,714 00000000000000000127936df73726f5402d306a485560b3bede6d8ef1f9e031 1.00 MB 2,340 334
468,713 468,713 0000000000000000006b3b306cfa4b77c5222df8e4d1070726a39eea278b53a4 1.00 MB 1,793 364
468,712 468,712 00000000000000000167902406466133a1b7734545a73e5d48602fa76c71bdde 1.00 MB 2,829 376
468,711 468,711 0000000000000000001fd3e65ec3b7f56b24f907034197982ad84462eb29eed9 1.00 MB 2,819 461
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.