Memory Pool Memory Pool Refreshing

10,328 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (246,009 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
661,706 661,706 0000000000000000000179b47221be5e0a86b93a6da65a2c3401cf5a0e7c814c 1.53 MB 1,504 101
661,705 661,705 0000000000000000000495f027350b00953338bd7807c888e020a8e906f8d8c8 1.42 MB 2,689 115
661,704 661,704 00000000000000000007a56b26716eca160e23d669960eb12bae897ab565f580 1.37 MB 2,678 115
661,703 661,703 00000000000000000001d038bd95392ce7d927880ad7358cf25c5b0cfc608394 1.21 MB 2,121 97
661,702 661,702 0000000000000000000b2dd6802055455b5b465651df9e5bc62f0f32c360754e 1.27 MB 1,809 100
661,701 661,701 0000000000000000000c021b5644f2f331c343aebe7315c43a87bd1299ebaee4 1.30 MB 2,462 100
661,700 661,700 0000000000000000000e9d496a832ced0d8037421e039c12ee6d1ec0eb6e3135 1.48 MB 2,117 100
661,699 661,699 00000000000000000000aa46ae520f2ba0beaaa5cac0eebee5351f2477dfdf73 1.37 MB 2,608 109
661,698 661,698 0000000000000000000844bfa138f7ebe5690579e56a1045e7c81a81c7b60caf 1.31 MB 2,937 133
661,697 661,697 000000000000000000030c032cc1b0e1a1c8768df410ff8f48ed93968e3484dc 1.15 MB 1,531 80
661,696 661,696 0000000000000000000347d807500f6c4c13de41124e6a88f177b9f75e02bf37 1.14 MB 2,380 91
661,695 661,695 0000000000000000000b0a82bf3cdb5289e826cb765400f2105de076c7f424a1 1.41 MB 2,050 96
661,694 661,694 000000000000000000006ffda78122f71594012681f83d70432de38312fc4cfc 1.33 MB 2,384 124
661,693 661,693 0000000000000000000926599781dbdff7510467cd7873a3bc5f1ae98621dca7 1.33 MB 1,947 102
661,692 661,692 0000000000000000000160eb0d87ec70c4ce0e033e58a2a515d5072b1d671795 1.43 MB 1,915 105
661,691 661,691 00000000000000000005e51905d8d80da88773ffaa4278a57cf9f379f9289b1c 1.20 MB 1,875 84
661,690 661,690 000000000000000000053fe259d12d60357c96004243de1f7a9933232ff82308 1.25 MB 2,022 83
661,689 661,689 00000000000000000000da084e8cd8666fd7e64b306ce99a2c79cd00c3accc38 1.18 MB 2,349 71
661,688 661,688 00000000000000000004fa7cb8ae7498f68d1ee6524935bea7ec845339f50122 1.26 MB 1,592 100
661,687 661,687 000000000000000000017aafc45c41214ca176bd9989cce673f32d7fffa0f0d9 1.27 MB 2,239 104
661,686 661,686 0000000000000000000897955ef4bd672cdee22cf971bf31690631539dfcfa70 1.46 MB 2,050 98
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.44 GB sent, 92.91 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.