Memory Pool Memory Pool Refreshing

4,487 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,940 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (102,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,052 805,052 0000000000000000000240e046f38b10e2f5c28d5238a3d9f45cfccabc9d0828 1.32 MB 2,614 47
805,051 805,051 000000000000000000028ea630e2384d4a19a332991b62b1df9938abc17bf910 1.89 MB 3,935 12
805,050 805,050 000000000000000000050e59e0130fa890def94a72ae9ba5dec8d795f72c7c23 2.11 MB 6,720 6
805,049 805,049 00000000000000000002be6a1a2f56717785aff6815d8cdb2da20d6b8503c2fd 1.85 MB 4,035 9
805,048 805,048 000000000000000000027f247250c6e740f775ea32ee69cf0e19204fefb9206c 2.02 MB 6,301 6
805,047 805,047 000000000000000000016611f67f3f8ac636389ce96a3beccf5dc48b865787da 1.87 MB 4,923 9
805,046 805,046 00000000000000000001a2df44a0dfe0259433efe6a1274a8608b7eec09b6b44 1.70 MB 3,746 8
805,045 805,045 000000000000000000024864379d30c71c29b6ba947e935c2f80175929fedc39 1.83 MB 4,554 9
805,044 805,044 000000000000000000006ce538023e1e9e01351488ad9af66569d760d007a43a 1.54 MB 3,499 11
805,043 805,043 00000000000000000000d8dbe0c1d4bf22125a2227d168c60d4573a9b1a75c2d 2.12 MB 6,933 7
805,042 805,042 00000000000000000004426ae3679d1d027f485b48a644130f6a22385dbde3dc 1.59 MB 1,991 10
805,041 805,041 00000000000000000001ac1801568805c4e0954a213aaafbd98d0ea317d64a73 1.61 MB 3,767 6
805,040 805,040 0000000000000000000293277f8fdda9d40c4aafa902778ec62451941818aa04 1.60 MB 3,143 15
805,039 805,039 000000000000000000024812dd246cde0347ca49849b4dd1348f1e1df63a955b 1.69 MB 3,434 13
805,038 805,038 00000000000000000002eb0b1e79d42f83ceffebeba406726c5797d08ecd023a 1.36 MB 2,307 6
805,037 805,037 000000000000000000008b29940ce70372caa389cc671b16540193bb5619fff2 1.94 MB 5,842 8
805,036 805,036 00000000000000000003f2279d3e6113fbd483520d1f541ac7f5347ab6c5821e 1.89 MB 5,526 8
805,035 805,035 000000000000000000014f5d93a478a0131291f9a075f109bc88983636d07423 1.76 MB 4,118 9
805,034 805,034 000000000000000000046fc542f03d6ae5a7f9ed3223b7c48b222946d715024a 1.72 MB 3,026 8
805,033 805,033 0000000000000000000057e2d01a45ecc5c87b8593902703cf537c234230edf9 1.52 MB 2,763 14
805,032 805,032 00000000000000000001a13c1147413e37b7e005b53361a894ce048b8208a337 1.43 MB 2,993 18
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.