Memory Pool Memory Pool Refreshing

8,393 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,802 (799,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,910 107,910 000000000000427df2ee5383d16776dd68c4e0ad375ea50a989c29a4f3fade0d 0.00 MB 1 0
107,909 107,909 000000000001a29061c244c09abddc63b99894eaf23eac6523480b3f363883da 0.00 MB 7 0
107,908 107,908 000000000001f06a28aeeed581869e46e85ff18b1010037a88d20ad47cd4b3e7 0.00 MB 10 0
107,907 107,907 000000000000eec0ac88c367eb6c952adce9b1336b48f119fee4a4b39393e66f 0.00 MB 3 0
107,906 107,906 00000000000225ef1a49ef43e7bcb785a12d55cf4157be83db307f938e6bb297 0.01 MB 48 0
107,905 107,905 000000000000153b27df1f83484ead6c7069dbd84a661f1ecd2f8469b2663609 0.00 MB 11 357
107,904 107,904 0000000000020dc29810a107790764955ac0cdde44112669a3496d4d7bb13e70 0.00 MB 11 847
107,903 107,903 00000000000159ff6c9ca3e11fe228d2efecab60d0041b51e2db58eb668915fb 0.01 MB 26 0
107,902 107,902 00000000000240870563c0e39fae5d9829434aecd64af0b65d413b5aa740ffd2 0.00 MB 11 0
107,901 107,901 0000000000018a46f201ece4ca8f04a4e9d042e2d6d128b5cdcb2e78f87cded5 0.00 MB 8 0
107,900 107,900 0000000000005bfecc74d81a63a82b971425a2c54cba8ebc60567662bb8bfa21 0.00 MB 12 356
107,899 107,899 0000000000024463c7b25131457d34b2d3f4ca4fbcaf360461fadb7cec551ad0 0.00 MB 12 0
107,898 107,898 0000000000012cf488c3dbccb1db6bc250f486ceb4de9995be977272f15bf115 0.01 MB 14 548
107,897 107,897 0000000000022329f08fb259615411921ce31ac56b82bc35bcd137326b4ae0c3 0.00 MB 10 0
107,896 107,896 00000000000197fe8ba228a30bb436d7cbbedd4e227cc9734aa42f20a99db92c 0.00 MB 12 0
107,895 107,895 000000000000453e45316ac08dd2e3d751e4a69c5da86dcd748d173adc38add4 0.00 MB 10 357
107,894 107,894 000000000000f5659b8487636f975904d2785d0c6326e5812c29995be89427db 0.00 MB 10 0
107,893 107,893 00000000000082f4b37a3370446f89ba49cab62ab4dbf61578a7e9b33efcfdd2 0.00 MB 9 0
107,892 107,892 0000000000013f0934fff882c46bf40cbd9b27dfb902e03758e80e2b788275a4 0.00 MB 12 0
107,891 107,891 000000000000b910a1d29d1f237c1621b298bb5bd6ffa040cc88ea5f65683465 0.01 MB 42 0
107,890 107,890 0000000000025462f11ab1bdc28c3c739109d55b7f0cf322df084bed5903ac03 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.27 GB sent, 93.77 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.