Memory Pool Memory Pool Refreshing

1,584 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,571 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (57,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,921 849,921 00000000000000000002e463000461729734e127a2c63aad9af0a7dbd01a20c0 1.65 MB 7,757 7
849,920 849,920 000000000000000000012d23f2f5eba1f6fbdc6a3d487ca33ce1cbb9b262ded8 1.59 MB 5,130 10
849,919 849,919 000000000000000000017aac16215fdf8c64c206013ce37fd725b0a512934ee4 1.55 MB 4,673 11
849,918 849,918 00000000000000000000df1672703b164e1a0bc730162b80dcb8afab3437f464 1.61 MB 6,575 9
849,917 849,917 00000000000000000000fa39b41af25c107ccfd1c1306c4c11a6ad71941a74f9 1.65 MB 6,797 9
849,916 849,916 00000000000000000002da0c5ef90c5eb88512551e70c96a3e3fecae8f769aa3 1.59 MB 5,225 11
849,915 849,915 00000000000000000000d0bbae90c0d45b0d4b92ff75c4508e1731b8a23769b6 1.69 MB 5,393 9
849,914 849,914 00000000000000000001b1607738d34821d21be4860fbb7fa445c94e2665d630 1.55 MB 4,801 12
849,913 849,913 000000000000000000000f7852b41d3838286b5be124d7e3b5a836c22821389f 1.66 MB 5,841 8
849,912 849,912 00000000000000000001c960e329595c645e67c0e6394fe4a38f942b491f131a 1.42 MB 2,600 14
849,911 849,911 00000000000000000003525e400e65a26fbe92d3f971375ee427c436a9b1086e 1.58 MB 6,699 8
849,910 849,910 000000000000000000015e87c614b3bb92555c32a32ff0aad79a67949e27a005 1.74 MB 6,857 8
849,909 849,909 000000000000000000024ab8f269348003af304c0fc54fe183dc68bd3ae59f3e 1.58 MB 6,474 9
849,908 849,908 00000000000000000000219f269d1732cbb0fb2e01b0905e996411e82d67bd8f 1.80 MB 3,056 13
849,907 849,907 00000000000000000003152d82092e8b1230d656f156eb6a506a39174d6736e1 1.59 MB 6,012 10
849,906 849,906 00000000000000000002479cecdbadaea6882209966976b244ff64a0bf0fe1d0 1.60 MB 5,293 10
849,905 849,905 00000000000000000000650bc7fd5218eb62bf1dcbdefc1b28ba9a7c6d7eaeb4 1.75 MB 6,336 9
849,904 849,904 00000000000000000001bbf6735bbfea8923e378cadd8aad3fd3c237dcebdc91 1.43 MB 3,505 10
849,903 849,903 00000000000000000003489ba6ac1bf2aee50a48c093f0237e7b755c8e7b5af4 1.66 MB 7,128 8
849,902 849,902 00000000000000000000ada81b6cdbfd82bf59bbb78b05ff78fad5c9dab58b43 1.58 MB 4,841 11
849,901 849,901 000000000000000000010869e41dd974d99c3ac4b903075c3fbddadc1373b4e4 1.59 MB 5,591 9
Previous 10 blocks ↓
Total Size: 769.23 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.79 GB sent, 94.08 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.