Memory Pool Memory Pool Refreshing

14,202 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,197 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (552,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,490 355,490 000000000000000014f912f5f5d40dfbfcaed47c38992953b87077e97d6ca9d6 0.35 MB 685 27
355,489 355,489 00000000000000000f39f4e330adfe725377c610e190c0c6066bc3b9154b3426 0.88 MB 2,002 31
355,488 355,488 00000000000000000d3ce7f33ee7e5f8c0752469951534d99be6094ee0c8f3c7 0.07 MB 112 17
355,487 355,487 000000000000000000e1bfd577589ce7ccf34de30b3360968f94045ab0c51cb6 0.31 MB 494 29
355,486 355,486 0000000000000000098394eea7796f0cde8ffccaa65af66f084495e6b7225e1f 0.50 MB 833 25
355,485 355,485 000000000000000005b08988617b24c52903974dd1acfca81467b8a14dbf51a3 0.36 MB 493 10
355,484 355,484 000000000000000009adbfc200c13775313f9c80944049e7cff3c673d8d43c00 0.75 MB 1,614 33
355,483 355,483 000000000000000003f7d442a7a0320e219dc7863002dc40071683155c04eaa5 0.75 MB 1,606 31
355,482 355,482 00000000000000001092a936f1dba49b78cfcf1446004cd891bdd0653be10727 0.31 MB 636 24
355,481 355,481 0000000000000000158db52dd47fa7f01adbb7de57629e556bafa34dc893ea83 0.12 MB 298 32
355,480 355,480 000000000000000012cc84945fd787a7f5ca463c7ddcaa248c17c7f309e329e9 0.32 MB 634 25
355,479 355,479 0000000000000000110675373458391284fe1a3080c7d99b317b567a6fc63ab8 0.33 MB 692 26
355,478 355,478 000000000000000010a6d4bb833171ba867370c28dbfe541dc326b6f6efa4903 0.54 MB 594 17
355,477 355,477 000000000000000009071a2fd4c86ee7391c11e25fd69bb614ddf9b65cc196db 0.75 MB 2,275 46
355,476 355,476 0000000000000000117e2753359c7d0ea88fd0998a6f7a023d5893548d669433 0.00 MB 1 0
355,475 355,475 00000000000000000b012426195ee7b759bbe1615738efd680404e88bb923f05 0.94 MB 2,021 45
355,474 355,474 00000000000000000291807b5e482990efdc4bee0a6d11f2294d364376f8edbd 0.09 MB 182 26
355,473 355,473 0000000000000000004c53e73a15565329c6707ad7617a71eba3e066e4f07694 0.23 MB 512 30
355,472 355,472 000000000000000012dda0c80285321a709cc79966ef03399508a5421fd2bb52 0.29 MB 547 27
355,471 355,471 000000000000000009eed1a8c07c52c6f7a3b2f04a04b8fe5d97e6d54908ba6d 0.05 MB 132 32
355,470 355,470 000000000000000009c96ff5e1eed4dcc0da7a7e99e5cc665ea943f71f737970 0.15 MB 300 28
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.