Memory Pool Memory Pool Refreshing

648 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 639 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (583,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,436 324,436 00000000000000000ea4c77b156ca60dae8fd24c54f7aa9d8483c655be39a808 0.10 MB 129 13
324,435 324,435 000000000000000002ec9d0a3a025be687e422da28f73081d1fbaa5a9d850dfc 0.28 MB 520 30
324,434 324,434 00000000000000000338a30753e6e438c2bd1eab5418638761b00fe3e8f840bd 0.50 MB 609 22
324,433 324,433 000000000000000010eb05bfc2a3a5c9a0eef671ad96354771daae6bdca2825b 0.75 MB 1,885 41
324,432 324,432 00000000000000000528fed34d4e61deba2def631badb827d1a70e86f8b46299 0.20 MB 414 26
324,431 324,431 000000000000000003d7974c5f9e471183088d64fd33b40be8e525995266e8f7 0.21 MB 315 24
324,430 324,430 000000000000000000fba62050911e4b04c0c01485393fc56053daf707d7b8c9 0.22 MB 379 25
324,429 324,429 00000000000000000bea065eca72bab1e2a58950e09ec03141acd0fe314c826c 0.68 MB 1,275 29
324,428 324,428 0000000000000000128ffe81aa0c5bee3b8dce5a9331da7c139ce3ab4c59a8d0 0.17 MB 380 29
324,427 324,427 00000000000000001473a57d77c129e159be0f8a3c076b2d82ef3cadc8a66c53 0.88 MB 1,161 21
324,426 324,426 00000000000000001144cf4bfc3c0424f60f6074466586a0d56bd6e7bfb3a6f2 0.75 MB 1,725 37
324,425 324,425 00000000000000000bcdad92de2fd4f3546f013e2a1ea7d7c951d26d9c51149f 0.23 MB 531 30
324,424 324,424 000000000000000007ec033f4f5a7f65f421d8c9fc7bd7a6710c79c605e8f235 0.30 MB 464 25
324,423 324,423 00000000000000001f9d250062cd342288311eaa6bf80f00518b7fbefa290602 0.56 MB 1,199 29
324,422 324,422 00000000000000000691bd63b7a746a8a820432d4a907b2d42b03fd7fdf7289a 0.08 MB 144 16
324,421 324,421 00000000000000000032bbaf26fbd18c47fcde17dae56d7d4e284ad81add2604 0.58 MB 1,140 29
324,420 324,420 000000000000000007ae63d69607d03697cb35e1f31eb5a1651ee4ae34439708 0.88 MB 1,803 31
324,419 324,419 000000000000000011a2f1df52599a6ec892389c6e383baee561c9df92559506 0.21 MB 330 20
324,418 324,418 00000000000000000e30d210fe5cd8f09f5306adf4c2d51021f017a52cc2d6de 0.61 MB 1,213 32
324,417 324,417 00000000000000001ab2a0109ab0a51b890bcc5d07a6e790a850de76c48582f0 0.29 MB 603 30
324,416 324,416 00000000000000001bf68a70f49af552db4562b9a7e7b65257b8f25abd08280d 0.60 MB 1,179 29
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.