Memory Pool Memory Pool Refreshing

440 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,435 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,434 (808,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,794 99,794 00000000000454be7e63a4b4247f2260ca2454c6e1c0ef3983c5715bdb225901 0.00 MB 3 0
99,793 99,793 0000000000003461b49d7b159cfddb6e571d05077872df8dc074776b6395f68b 0.00 MB 1 0
99,792 99,792 0000000000016c03bebfe574b2a455b9928bc07d06222ac4a3d466920dfb1fb0 0.00 MB 1 0
99,791 99,791 0000000000019cfd6027b2b5e60793a94053d6abbef80ba3c729c47b1d292e75 0.00 MB 1 0
99,790 99,790 00000000000463f6b38c7886ac8f10993b1c834dbd85b79747a86e9cf409d142 0.00 MB 2 0
99,789 99,789 000000000002a737c0204c57038f8fffaef6ab20fe3e004b9f62ab75fb2a90bf 0.00 MB 1 0
99,788 99,788 000000000003b8a8495eb8527cc5cf134a8a282843a44b10eb85fa5a10b06628 0.00 MB 3 0
99,787 99,787 000000000003935ccf0cc25b83495b2eb2ed9fb5cc0cf11b5456227371caa072 0.00 MB 4 0
99,786 99,786 00000000000228379ca3fe7bfbf553924556fd074d7e9382594999fa535ce44d 0.00 MB 2 0
99,785 99,785 000000000003e578b17a52f84023d94cb1b7abc264ab692a996270ee581fa8a3 0.00 MB 1 0
99,784 99,784 00000000000282d398caa3a3c1481adb42d17ad19f6f2a1de38756147053d03e 0.00 MB 2 0
99,783 99,783 000000000000021f714e174a954dbe07c960b51eb2ff5e047b6a1381f3945440 0.00 MB 2 0
99,782 99,782 000000000003c17effae9a9909802e1e3b553a3c383f6fa7fc915d2bf90ab7f2 0.00 MB 1 0
99,781 99,781 00000000000263f87304af4feb3267731bd5e025b6e0ffa307e2896b0f63ad11 0.00 MB 1 0
99,780 99,780 000000000000ea5a5fe184692e9c1da6fa4b07f863179dca23f07201d508fa72 0.00 MB 3 0
99,779 99,779 000000000000ebd363ca1c2e5e75cc6f79c5708fffd9d5d56c3e75239afc20e6 0.00 MB 2 0
99,778 99,778 0000000000031c744228e520675a8154ec40da32360873e5f123aea1f44e9aa1 0.00 MB 5 0
99,777 99,777 0000000000024f24073351990c55b055fe98a80464ed122a36f6db91b9f499cd 0.00 MB 3 0
99,776 99,776 000000000003cb3a545ee08e56befeb7b6a7a082bdd3234de4c808ccce815557 0.00 MB 1 0
99,775 99,775 000000000002892f626ce2e2150d12400af020d8d47604fb34a49c46e323e3ce 0.00 MB 1 0
99,774 99,774 0000000000009e2065617908a35dfb56e32b5ee3d60ccbb5be50aff5293aa135 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 770.51 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,773.32 GB sent, 99.61 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.