Memory Pool Memory Pool Refreshing

19,685 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,617 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (442,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,470 465,470 0000000000000000004b30d690f6c977e4be981599887b6f71169648246afaff 1.00 MB 2,514 170
465,469 465,469 000000000000000000b8e468a2ec0b561c26243a972f5192a63a449a9a662b85 1.00 MB 2,244 168
465,468 465,468 000000000000000001d500412a37c747cd502910d3ba777a09f831692c4bce21 1.00 MB 2,587 215
465,467 465,467 000000000000000001fc87bbb26d20ee468a812374d38a3cfb2b819348785353 1.00 MB 2,112 190
465,466 465,466 000000000000000001200f0c3555ac4de75ff8145a81ca67e6fb48cf2d2d3685 1.00 MB 1,681 141
465,465 465,465 00000000000000000104523a1f2047a9261ae337ed90b82c5531ba630a033bae 1.00 MB 1,947 155
465,464 465,464 000000000000000000f9cfb00f5e9696f571fe089e6e0c5b5c95cfba79138afe 1.00 MB 2,600 152
465,463 465,463 0000000000000000012d1ad6adf578b1322b4136644ec0e774bf71c58c8db38a 1.00 MB 1,922 151
465,462 465,462 0000000000000000014e46ef79d2088c19c23acb928620317e4e3c458e3598b8 1.00 MB 2,169 180
465,461 465,461 000000000000000001a3cf4d254c29e8a78743ef33560206503da20ac87e0dfe 1.00 MB 2,431 187
465,460 465,460 000000000000000001f0db392f1c6469836ca57b4572cae2a332e1ff7376d648 1.00 MB 2,204 231
465,459 465,459 000000000000000001c87ca94cbc488c004ad193fe633ee24829c89806df91eb 0.49 MB 1,553 447
465,458 465,458 000000000000000001d1862ee2a753be9f71d42c88049616b06aa166a6ff798b 1.00 MB 1,882 213
465,457 465,457 0000000000000000019fcaf217229b0d2f44097a00aaef1c8fb98bb2824287a4 1.00 MB 1,779 286
465,456 465,456 0000000000000000019d35f48d0a2a62848945f327feed2774544297ff5773b5 1.00 MB 1,971 228
465,455 465,455 0000000000000000014b88535b9d7137d5766c0e35e6f631d8b53494c89adb52 1.00 MB 2,227 194
465,454 465,454 000000000000000001d357bcea5036e6d9923f3443a1c5e31077195ed8a1be22 1.00 MB 2,389 255
465,453 465,453 00000000000000000053817f40e1f134fa9b0fdb149bbc6d145982724804013d 1.00 MB 2,398 134
465,452 465,452 00000000000000000054ac4913c1a896a287992d2e3702d03bec7ea97b5dfa1a 1.00 MB 2,266 194
465,451 465,451 000000000000000000d2e75a85c8b0ac5195e04ab63841cc22657edea5758971 0.06 MB 213 311
465,450 465,450 0000000000000000019c005764d24769f5beab35bfb13b329177d52a815ce4a4 1.00 MB 2,180 146
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.52 GB sent, 93.00 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.