Memory Pool Memory Pool Refreshing

2,348 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,333 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (596,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,456 311,456 00000000000000000255364366694543bad2cebae4ed5028c1b832a2e5e75c5b 0.11 MB 195 30
311,455 311,455 000000000000000019942c03c7b6b6263ad00c9df38007ca1ae88a5cb1128163 0.19 MB 382 28
311,454 311,454 000000000000000031ff4b350f4df8e917078d50eabef18c56dc7564a06e057c 0.05 MB 111 23
311,453 311,453 00000000000000002d880a2fa7c1e15edcbb9ebff8b916b7e2c75143b23d340a 0.20 MB 256 23
311,452 311,452 000000000000000017b8c7dc0192ea8c9414c5c76c9f0f8a2f3323200502962b 0.55 MB 1,100 29
311,451 311,451 0000000000000000296f5903d67fea14c607c7921933f3db808a25ce125f10df 0.32 MB 588 33
311,450 311,450 00000000000000001bfa410df2d7f108364315e125b2e4c25aad06d12676ef8a 0.14 MB 187 24
311,449 311,449 00000000000000003742b926545a6c2b58add07d0920a698f7f220482dd6d543 0.20 MB 288 24
311,448 311,448 00000000000000002de119ca92a085b3317ba6b339b53cecc1e387b38264ed3f 0.02 MB 28 11
311,447 311,447 00000000000000001c5a31a7b7cbc1d0cb78de22f09b619a6acbc41bd9377dd6 0.50 MB 486 36
311,446 311,446 000000000000000007a9f1ff2cf84f7c0b7e26325b0bc8a44fc01a5534f05ca8 0.34 MB 64 49
311,445 311,445 00000000000000001c7a7a6e695da09316a4a5588c86d4f718e81475e69dc740 0.01 MB 24 18
311,444 311,444 0000000000000000026b9cd78ca21e2df34971df5dc0c464c59e5c3855c15825 0.11 MB 169 37
311,443 311,443 0000000000000000374b7d7e9290025b241ebe25e62f99778e21ce1088fcf1b2 0.36 MB 488 21
311,442 311,442 00000000000000000789a82904f9a00850d8b8c24b2733b041dc69fce55f9900 0.01 MB 23 6
311,441 311,441 00000000000000000c5d21ab555f73165528b999fc290af35d9418ab5542a429 0.29 MB 471 26
311,440 311,440 00000000000000001e6bb9d7ca13e63f49e698fcb508b0faa3a9c88eccb21894 0.15 MB 251 23
311,439 311,439 00000000000000003353219680a7865f9f45cbf1156eae9b542a55d32b6e4d52 0.33 MB 128 43
311,438 311,438 000000000000000013286a31d6918f1ceee7ec6de9a661ce81f0f2b0419ec03b 0.05 MB 94 36
311,437 311,437 00000000000000000b0b89e9c55c2819f6eac27070c74f064e91c7cfb36b9338 0.10 MB 198 35
311,436 311,436 000000000000000012cf88e16fdceb3a76079d4633cf6c824462d9b12c2df6e3 0.15 MB 290 32
Previous 10 blocks ↓
Total Size: 769.15 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,632.55 GB sent, 93.62 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.