Memory Pool Memory Pool Refreshing

2,601 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,523 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (582,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,316 325,316 00000000000000001296c3a4ab3c18d299c456b6d82d82a195e88bb752769252 0.14 MB 215 27
325,315 325,315 0000000000000000092100b23dcc6cc02d2859c7e3095419ed471f238b7cddc1 0.08 MB 99 12
325,314 325,314 000000000000000009939af1086d39b1ae1412c88c648a525e4e2c6d76dd68d0 0.57 MB 957 30
325,313 325,313 0000000000000000022b69e841536e237d114b7a0a70ed7d6c9d1cc3fe61b388 0.33 MB 587 27
325,312 325,312 00000000000000001dbee4ba2f856bc69d53f466bcf3b26a16afbe7a6e2f21ab 0.15 MB 106 5
325,311 325,311 000000000000000010ff495f81155cc5f01c183ebea5f8b8624e4687dd2e504c 1.00 MB 1,418 21
325,310 325,310 00000000000000000654465b5cb212676d933d4c785871a0d9e12cc3d4f5a0db 0.50 MB 1,620 47
325,309 325,309 0000000000000000058ebf79d346f0a8aadfd62d4f2196dfa1436320732429ca 0.26 MB 99 10
325,308 325,308 0000000000000000050e342327089d68e3a9c933aa072d73fdfe845345cfae95 0.35 MB 746 30
325,307 325,307 00000000000000000c4558ec74d7310305e8e60eb543b7099b9554309aa3424f 0.75 MB 1,658 31
325,306 325,306 00000000000000000c061098cb88b86cd48b9e7a6644c4ec26af471dcc779be4 0.48 MB 805 26
325,305 325,305 00000000000000001f14f1f39469523a7196d25e4edd7c67945e9ad4c6d6c286 0.06 MB 36 4
325,304 325,304 000000000000000007bb6d64b8c0699ac0b805024ec4bd0246127cfc7a1e97d8 0.09 MB 107 14
325,303 325,303 00000000000000000e0e6b436589b0999100b4b85b33f88ffe9e9b3d46c03642 0.25 MB 479 30
325,302 325,302 000000000000000017b2638e3c660bf228f70a34ab0ca8a9cf27b997ea7e2554 0.51 MB 453 14
325,301 325,301 00000000000000000ec2833983bd87a333bebbf4576da4720be787796e5052b8 0.35 MB 1,026 44
325,300 325,300 000000000000000001d13dbc2dc3ff8b385b159da3a1969e911c8a924409e24e 0.21 MB 278 21
325,299 325,299 000000000000000010817a0694a200c697e1a9034361ee0b1f1bfda61e1bac5b 0.05 MB 121 35
325,298 325,298 000000000000000011a4ae7a4b0c08212b4977934ac14b7d55286899d8f7c8ce 0.67 MB 1,091 26
325,297 325,297 00000000000000000d6872a1fcce23968a32cf1ccde058170638ff8a5481f6ce 0.52 MB 770 22
325,296 325,296 00000000000000000ddaa91fb6997a568d5a6ff37b3a6600147027057bab4950 0.21 MB 512 38
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.