Memory Pool Memory Pool Refreshing

6,860 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,222 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (552,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,310 355,310 000000000000000011928c2e49ef993a20ec35adbae1621405def581dcf6f7b2 0.75 MB 938 21
355,309 355,309 00000000000000000ecad1b8a32374b508ac286cd985cc70a12e86e15cb1177a 0.28 MB 475 26
355,308 355,308 00000000000000000742f8d61c56ffda25099e517c96c75a410ed985e9f43a25 0.61 MB 141 11
355,307 355,307 000000000000000012006464eed2543d3d165588ab1ce5a9c21f8cb91838f28e 0.90 MB 1,871 28
355,306 355,306 00000000000000000da2834b7403b20645beebf654a86808c4914f2f975575d5 0.75 MB 1,195 25
355,305 355,305 00000000000000000fed7c9dfc0815bef3769b5eabeb7933f67aabe83f7f6c5a 0.75 MB 1,736 32
355,304 355,304 0000000000000000160715aba7e26432ceaac59f6a93b26e8d0f8c3226a53663 1.00 MB 1,787 30
355,303 355,303 00000000000000001196395e6319679ccc36d1b387c9d10124b2874e36c3bcb9 0.20 MB 443 33
355,302 355,302 00000000000000000e47c7db6c092e1072863e66745ea778727a6684028e3729 0.59 MB 800 22
355,301 355,301 00000000000000000a5efbe463a4baa60ec1933e238220f7a32ad760bc1b2689 0.60 MB 310 13
355,300 355,300 00000000000000000e9fd980303cd9ea298893caecd6f2e34af241bf63f7b2ef 0.75 MB 1,423 28
355,299 355,299 0000000000000000044b0ef06c7e60746225588f8b9c3a97f56755a5b38a2b3e 0.09 MB 311 41
355,298 355,298 000000000000000003ae505df967f1cdea3143ad955390d7b3e95a8629b23443 0.48 MB 625 21
355,297 355,297 000000000000000006d88227c8141f5422fe78609d6142a82f609c0bc526e283 0.49 MB 495 15
355,296 355,296 00000000000000000df7c28463359844918f77583de4ca0c0732c3af6b0de25c 0.75 MB 1,328 28
355,295 355,295 00000000000000000bd2eaaeaa37dd3eaaa0d785241329c49491f1353250b3cb 0.09 MB 107 11
355,294 355,294 0000000000000000003e553c69d22461d1ecb3872c66f0dd7f7d5af78497cdf2 0.16 MB 300 23
355,293 355,293 0000000000000000060a64df2ea22d224c5518ca1ea6bc470244c935be9042c8 0.49 MB 794 24
355,292 355,292 0000000000000000004c1511c9adfea6f19595b2bf1571b05f67f99aacb6d645 0.37 MB 658 24
355,291 355,291 000000000000000012d9c5a42df3e6b9ac385d7aa574d3ec9410ac2f5095705a 0.10 MB 217 27
355,290 355,290 00000000000000001249950deed9e739f0072acb00f01a5e0a2500c313cd51ce 0.20 MB 313 24
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.37 GB sent, 92.71 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.