Memory Pool Memory Pool Refreshing

4,950 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,594 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (578,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,806 329,806 000000000000000000e8a8d9d3cd63f6d683523fb3831e8d4e81b75da94e6895 0.10 MB 136 18
329,805 329,805 00000000000000001377d34f94f0160ca856c6d6f49ad660dc1ed0a3ebda11a9 0.34 MB 598 26
329,804 329,804 0000000000000000060f1d7c63d07b5aa84fdaadc842cb056e429bcea32a1f64 0.66 MB 682 16
329,803 329,803 000000000000000014d41598600f23948587e9a0e176678ba1569a47ae38f2ec 0.11 MB 114 19
329,802 329,802 0000000000000000090b874babf53a56e97b0f9bfeea6263f45c308887334a81 0.28 MB 719 36
329,801 329,801 00000000000000000a3b20df2d03dcf855e8df3dab2dc65de87d6f5ba8d29f0b 0.09 MB 152 12
329,800 329,800 00000000000000000fda93caf96e424667a4fc20f734bfb134fb83c816fc9f0a 0.15 MB 249 23
329,799 329,799 00000000000000000721d78fbaf9bc5f3d9b44ae370d350f83df937ac115f273 0.15 MB 107 16
329,798 329,798 000000000000000015e8d803448e6c3a2081bbc467965edf3a0318492044c7e2 0.22 MB 254 19
329,797 329,797 0000000000000000035746e2d9f913a98e8e9d2abd4a100e779e521daf0e31da 0.10 MB 59 10
329,796 329,796 000000000000000005f99076a46cd1f28e92d4f9a55a0b0fb8848e988d7c7553 0.25 MB 414 23
329,795 329,795 000000000000000007bf8fc0497be40fc2c549cf5342b9e462f72da405ccd67d 0.23 MB 285 21
329,794 329,794 00000000000000000d7f3ed45bb04eb24a5cf827e64b7e77b40e87398864fe5b 0.23 MB 301 19
329,793 329,793 00000000000000000683af39d0cbf8557bd600c5091118bef97585dfd93adf0b 0.72 MB 1,243 25
329,792 329,792 000000000000000005ac23af0fc14c64d093611e9664699f92605155b1e2fd0f 0.64 MB 557 15
329,791 329,791 0000000000000000057fb3a02d098d0771de6c02235954abb9f4e952dd0b9243 0.38 MB 1,065 39
329,790 329,790 000000000000000004d375414bbc1d213bec6f3fa73da5b289f55633cf02591d 0.49 MB 754 22
329,789 329,789 000000000000000006546ba60b2372296bc53a4dbdd642b8600e38488725abc8 0.26 MB 368 19
329,788 329,788 0000000000000000075b7efe9e193262f6d5b680c5b4e2c8ebb7f5e3064804d1 1.00 MB 1,748 27
329,787 329,787 00000000000000000c4bef62a904685a91db2336027311959475dfe640bb3414 0.21 MB 331 22
329,786 329,786 000000000000000019fb627ced0a2bfe2ae527da65fad2c9c036887ae0e75f1e 0.87 MB 1,310 24
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.