Memory Pool Memory Pool Refreshing

9,841 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (57,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,926 849,926 00000000000000000002e286645e3081ded76c8d82b2f79b34e273362334cf40 1.57 MB 4,735 16
849,925 849,925 000000000000000000032b394e7aaa7f4d2a9e5eb21c705f8d9e0535a603f671 1.50 MB 3,336 17
849,924 849,924 00000000000000000001ae7e1a3557ee3ac15744b8f2b4028364f79d8ec35d63 1.58 MB 4,924 12
849,923 849,923 00000000000000000002bcba9f7bd438ae9611b52b630f6de7000a48e580036e 1.53 MB 3,679 12
849,922 849,922 00000000000000000000c1e2dd032453163c884d3e83e36ac8d1e622aca7a37c 1.63 MB 6,261 9
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
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.66 GB sent, 93.04 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.