Memory Pool Memory Pool Refreshing

17,368 transactions
5.60 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (32,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,921 874,921 000000000000000000003f61b8e0343406b751fbbdcda542e5c12481bf02a618 1.10 MB 330 4
874,920 874,920 00000000000000000001602cbb4763b1509cc85eeaae1b3d6c016231dc326f48 1.28 MB 1,238 5
874,919 874,919 00000000000000000000dd37742c2475fb4a958d9aa43f14381208fe5643f610 1.46 MB 2,346 6
874,918 874,918 000000000000000000014b5bb5a6c64d08e42b6a41dd9ef5af2af58868975453 1.64 MB 3,195 6
874,917 874,917 00000000000000000001fcbf28c869a321c6c98e416e4c1c6ce57e1fc33203cd 1.57 MB 3,174 11
874,916 874,916 00000000000000000000ff284ec8ef1ed0532e10f293d44f09dbff05b9a2937c 1.66 MB 3,861 5
874,915 874,915 00000000000000000001851e17c777e4b8be17f7139dab7bd0ec956eb43f9f89 1.57 MB 3,375 13
874,914 874,914 00000000000000000001dbbfed42317e32ba452f60dba699223471799415267e 1.52 MB 3,325 10
874,913 874,913 00000000000000000001fb166bec6babb621bcf229272682c7c18ed775a4531c 1.64 MB 2,794 6
874,912 874,912 000000000000000000026a06ed5acb9a0ce81a16ef810b8b2f1fac66e9b2673b 1.60 MB 3,399 7
874,911 874,911 0000000000000000000220f4b99cdf6d9231bec59bcbb72fac3ba09431542426 1.67 MB 3,846 6
874,910 874,910 000000000000000000006abfcdc53e1ad76b3f993b03766e90b2a2de89383c60 1.56 MB 3,620 10
874,909 874,909 000000000000000000000ec64f5af2902c96260fa9d44d04c37693a2d97a57d1 1.61 MB 3,084 6
874,908 874,908 00000000000000000000aa767159ed27809cd6aa234885b52f6fa46d751316f0 1.33 MB 2,017 4
874,907 874,907 0000000000000000000111fb237d228b9e803d4fdf31058786b31d4a462980ab 1.43 MB 2,373 5
874,906 874,906 0000000000000000000164cd879b03fdf06ad7589b84c4c9ddb76563d2cf5837 1.57 MB 3,162 6
874,905 874,905 000000000000000000018096aad810716ee8e7a245bd729e73c2799f8f2e8f39 1.57 MB 3,611 8
874,904 874,904 0000000000000000000113fab8ef98afd4a7bb300aa736b59aa0e574f512f8a1 1.78 MB 2,448 4
874,903 874,903 0000000000000000000259f906483cdf3f279f5a5640ec573d235d83bf72f402 1.49 MB 2,802 3
874,902 874,902 000000000000000000000bf08335b6f0252f5b5fc826c8f7186098b35eba4cb0 1.57 MB 2,232 4
874,901 874,901 00000000000000000001a5ac0c8eeb8ffe10a7bd47fac57d44762dc86bf71b9c 1.57 MB 2,792 5
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,624.18 GB sent, 92.99 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.