Memory Pool Memory Pool Refreshing

17,562 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (164,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,533 743,533 000000000000000000040d52ee5a6efc2b3490c34bc1bda541ffc7b2dd7eca33 0.31 MB 446 10
743,532 743,532 00000000000000000007f961ef990c1f43f02d726ef24b60d3247adf086b9f23 0.52 MB 914 10
743,531 743,531 0000000000000000000440bc097ea973aac30d2934f8fc6932e798acbe0f7368 0.44 MB 782 11
743,530 743,530 00000000000000000004ae18596ae4c837a6cb71b532051acfd6647395f7c1b5 0.00 MB 1 0
743,529 743,529 000000000000000000033b3c88f5c95e566dc285814ff4fe081fd2e57dffca9c 0.40 MB 227 4
743,528 743,528 0000000000000000000123fc4acf7f08942eef531e40f85ae7d7542e4d7c8cf3 1.53 MB 2,270 10
743,527 743,527 000000000000000000049447e391e90a6eec33c580424a04ecfcd365245b1b2a 0.36 MB 402 12
743,526 743,526 00000000000000000005e53eae5910ac240eb6a29bbe55039f07c8fc9a6c2566 0.36 MB 640 11
743,525 743,525 0000000000000000000496b2aff74d165d4000e4b574bd1605d5c0013940db9c 0.25 MB 521 10
743,524 743,524 00000000000000000005307449935feabb34b12a64d7078ac046ea85b7babf39 0.17 MB 406 12
743,523 743,523 000000000000000000036a346abd0be025d0f638f21a504b50b3d15ac6e2a98d 1.12 MB 1,955 11
743,522 743,522 00000000000000000005cb0a7d9df15b656b886c2d3560549337e78273e61d4c 0.24 MB 375 11
743,521 743,521 000000000000000000024d38e05a38e59b615006950aff6ffa932c920a715079 0.95 MB 1,165 9
743,520 743,520 000000000000000000080c6720fd3e42a8f999a2994a6c54ca8c4ff02b629209 0.15 MB 317 12
743,519 743,519 00000000000000000005557e7688a88d0f8fabbaf8b9ba1115bc22d6912cb159 0.10 MB 165 11
743,518 743,518 000000000000000000004baae19b231b910f120a803b38ba663fc15bd651ca5d 0.03 MB 56 9
743,517 743,517 0000000000000000000052277f16df606223ab3bab701eb6514746783c03043d 0.18 MB 177 11
743,516 743,516 00000000000000000005389aa595fb182ab841d768b23ebb7aa93eaedd735da6 0.66 MB 286 9
743,515 743,515 00000000000000000003d3ff02e5475d11c59443f0ae96fe8b632d14d03cb7cf 1.08 MB 896 10
743,514 743,514 000000000000000000007ce44d2d8b9298ef7eab167d041f240b4ff4e2dfa3c2 0.29 MB 534 10
743,513 743,513 000000000000000000007eceacbad5fde35839685e643262fcfd47033f5ba067 0.28 MB 400 12
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.