Memory Pool Memory Pool Refreshing

9,267 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,747 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (421,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,363 486,363 000000000000000000db2ebb95d8f4647a9b22229e6812d1c22ed16438dad9b4 0.85 MB 2,075 70
486,362 486,362 00000000000000000034ff821ad3ca5fc0cfcb9ed3d9122eeb380a4c7fe64a0f 1.00 MB 2,045 133
486,361 486,361 0000000000000000007a08aa13c685a4d68f9b4e8d9144c0448fb527603cce71 0.64 MB 1,222 136
486,360 486,360 0000000000000000001b9dee6e2838ddd0e70fdd8008378177b6225ceb9ace02 0.97 MB 1,709 28
486,359 486,359 0000000000000000000a50ea0d1e3774fd4ad53f63d1694c8a4d75c51954dbef 1.05 MB 2,355 63
486,358 486,358 000000000000000000799006cdbd1a90b26cb8c9693276ea1e95678586cb80b2 1.02 MB 2,695 142
486,357 486,357 000000000000000000236e87ba38625b97ac2b67cc1093dcd467fd74ddce3494 1.00 MB 2,527 183
486,356 486,356 0000000000000000004254497e93d5469fad15c3c5bd5824ef1133d05c0cab7f 0.22 MB 585 61
486,355 486,355 00000000000000000083ee0948ef07fe0620d68e1d91f5d2bac9e52928daef8c 1.02 MB 2,456 57
486,354 486,354 0000000000000000008315944032d61c12297c69cb6003d5d8cb890394bb43a4 1.03 MB 2,223 105
486,353 486,353 000000000000000000f5080594f9540b5f9fa3d66dbea85dc6f672caa2f47d02 1.01 MB 2,045 162
486,352 486,352 000000000000000000fc8b3b468a6d650051cca4d04859e56a2c198165a9a433 0.77 MB 1,759 105
486,351 486,351 00000000000000000019b36b2fe98bd34e556f6a03f4b522684b13944e2dc16e 0.28 MB 697 103
486,350 486,350 0000000000000000009422d9a2e316e8edeb9078c000b90d29a2261ec357d910 0.26 MB 677 133
486,349 486,349 000000000000000000015a85c96560123b19fa69ffb8b31535bf1114b8103b4a 0.31 MB 578 165
486,348 486,348 0000000000000000003ccd3b350969b2b98f8cc3447701d803a2356fb956fd9d 0.54 MB 1,537 101
486,347 486,347 00000000000000000061554e96e079eeb34317ed7c21181597bb57e9408d0fa7 0.88 MB 1,377 50
486,346 486,346 00000000000000000017a0b1874811abd41469916eec5c7583041ff4a0d5d310 0.59 MB 1,241 39
486,345 486,345 000000000000000000fc4193644d7eec96f5652aee1738148fd1fc337a6c66d6 1.02 MB 2,258 92
486,344 486,344 0000000000000000001dc5cd54bf878d5375de6ad181742409368f5ce84d80ea 1.03 MB 2,412 130
486,343 486,343 000000000000000000b48e7547cc41a1fb98109f8ddc4de5fedbf22f9a46a228 1.00 MB 2,277 204
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.