Memory Pool Memory Pool Refreshing

4,468 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (101,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,927 805,927 00000000000000000003b182e185a19b3452f7c7f2548344aaa4dec81b6260a7 1.29 MB 2,159 17
805,926 805,926 000000000000000000013333211fa0bfc8e676cf2587030d81623536e8ddafb2 1.49 MB 2,313 17
805,925 805,925 00000000000000000001acdd3478aa0d160b08e4041acf5c5a39d0c648a2463d 2.18 MB 2,092 11
805,924 805,924 0000000000000000000442d39958256ace4fe97bd1cb22f266a320893c044dfb 1.46 MB 2,619 18
805,923 805,923 00000000000000000004f2ba2272af78231f329c6b0d472577fd7597e952ba3d 1.56 MB 3,423 22
805,922 805,922 000000000000000000018111f99e8f1f914027c6a7c940cb766685ddd7981db5 1.40 MB 3,050 30
805,921 805,921 0000000000000000000061f09e34b62c9082ef87f8f99b171a0bac44dcc95a3a 2.11 MB 6,729 9
805,920 805,920 00000000000000000003ea6dab2f7c37a139a4db8cc6716e3b05fb395672df2c 1.92 MB 4,407 13
805,919 805,919 0000000000000000000129efd84cdbde7dce7be4f257c3ee7d49b073086ad57b 1.94 MB 3,856 15
805,918 805,918 00000000000000000002ade3f5170c0fb8ab8f0aca1c5f4a7a4548332cf2be29 2.14 MB 7,014 8
805,917 805,917 000000000000000000027f061b5d29ab50a05ee03c415a3084a9991a4a89e46d 1.79 MB 1,843 14
805,916 805,916 00000000000000000003a16b03cd8b7fd42b14b92f730b6ebaf3618cfaa7b5c7 1.71 MB 4,544 10
805,915 805,915 000000000000000000034008e53e3320c032af50d7d39966ebb673096db7061b 1.77 MB 4,611 8
805,914 805,914 000000000000000000032adb7b7c5b3d8cd3e2d5445a34d05da0ae4db89c5c23 1.68 MB 2,011 11
805,913 805,913 0000000000000000000048e643161df16be20d68897013147a8abffa9e259c80 1.56 MB 1,912 12
805,912 805,912 000000000000000000022db3e18290bef05e58b25e1211c0104a59a954045b7b 2.01 MB 1,698 12
805,911 805,911 000000000000000000037d95775281787f8e91c68ac90874df24d5cd6bcfedb5 1.60 MB 3,121 17
805,910 805,910 00000000000000000000a0ace4cf514fa7f4b391a7bb6b340cf729f3cec6a70f 1.86 MB 2,211 14
805,909 805,909 00000000000000000000ac0b7a3d99837b1edf778c375cd736e0eef9e9271a44 1.62 MB 3,268 17
805,908 805,908 000000000000000000001aae1da085f8ef774cb2c38794f05aa6fe0aefc4504a 1.58 MB 2,970 16
805,907 805,907 000000000000000000021341e7269ed0f1bdde75b5aac636d3fa3b0a6f18b6ea 1.57 MB 3,924 27
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.