Memory Pool Memory Pool Refreshing

4,606 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (696,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,579 211,579 000000000000048e15028d99700c69d6a8fc2599a615537e4c4f7913d50d394c 0.24 MB 502 176
211,578 211,578 000000000000021836868f8b3953622eec7dca8e6181c8606a66f0e79dc80eeb 0.25 MB 405 166
211,577 211,577 00000000000000b22ec47c9cdd720e05212217d71a75774eb002b2b54b2e7914 0.25 MB 551 186
211,576 211,576 00000000000003d34e53d26a37e81ebeaddd5b774065b95d47a2d66fc0e1a3a0 0.25 MB 477 176
211,575 211,575 0000000000000466374c9f8d1b4bea7a1030162c670b102f775859ad1f3b87b4 0.18 MB 582 173
211,574 211,574 000000000000007c7f6e9deb4724954ad6c91fa1cdf03dd0401be5dec69adf9f 0.25 MB 544 196
211,573 211,573 000000000000011d214c4432bfbb32a78b283041c54a9547ebb44a8616f4cde7 0.00 MB 5 931
211,572 211,572 0000000000000403ee392980ebdbcbea274cef5adabc7f2deec485b1ee15f87d 0.00 MB 14 14
211,571 211,571 00000000000003e72f1ecae6ae4cdaa92a63252e30d46ad383d746ef9b6aa280 0.25 MB 413 139
211,570 211,570 00000000000000dffcd190368196ea41d6b83d6d32ab706ecf2834033b0a5500 0.24 MB 358 98
211,569 211,569 00000000000002547680e74037b9d4c5d2fc2f386bce510c369e12e4c73fbae2 0.33 MB 479 164
211,568 211,568 000000000000031fdc9765c540af91e614046766cd2d1309defe608a76edcf5e 0.00 MB 6 0
211,567 211,567 00000000000002b84a0d5589c98de536d21ea59e104be9f7863235a9344faa20 0.05 MB 114 144
211,566 211,566 00000000000000070618491a3d2d7e2af4fb6b2ebcc8e0a60e2898de92311b6d 0.25 MB 665 230
211,565 211,565 00000000000001462882c8c8f3c0982861903734da7cd898d47f2682f7e54f5d 0.02 MB 42 53
211,564 211,564 00000000000000e40b560038504fa877813db0135a10126c3ae6e22f67328d8f 0.05 MB 135 136
211,563 211,563 00000000000002208bd46821c915a92c2397287e098ed45d31a6feaaa568f5a2 0.36 MB 891 184
211,562 211,562 000000000000034151488788401cc1143a57f788217c67ec8e1f7f39cace1fa8 0.06 MB 178 125
211,561 211,561 00000000000003468d7dd56078c5e6ead03b27e4c99ae2c9333e664c13952cc9 0.05 MB 145 76
211,560 211,560 0000000000000232169c7cf244da2d2703f79078c5dfaf7a169a7e91ebeae701 0.27 MB 422 140
211,559 211,559 00000000000000bfbee3333b8d7a3748c29a956e65547895e4ab1f56121a725e 0.00 MB 9 21
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.71 GB sent, 92.68 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.