Memory Pool Memory Pool Refreshing

11,355 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (57,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,934 849,934 00000000000000000001900ed25d57f73edd5b37ec174772a30bf50992fcff34 1.65 MB 6,623 10
849,933 849,933 00000000000000000001a93be3058ce084f8901e7782b5af638c9733327b781b 1.65 MB 6,488 9
849,932 849,932 00000000000000000001e2c63e1b94323e2ad6106cbec87ab521d3df9515070d 1.73 MB 4,801 9
849,931 849,931 000000000000000000008cf83f6691cb89e74ecc75a2b020635f45b8ec073f7f 1.56 MB 3,847 14
849,930 849,930 00000000000000000000a3d23b031fbe1901cecdc51616b58db06f529affb96d 1.60 MB 5,713 9
849,929 849,929 0000000000000000000094a60e46da3fcf402bb7bfa0af8b30da72f2615a29f1 1.63 MB 5,302 11
849,928 849,928 00000000000000000003133126afdc236f083f8645cf8a3ad4459b28c4cf628b 1.69 MB 4,445 9
849,927 849,927 000000000000000000022fc1bf738d47b76d4aa5e01c4b6160643cf9d357cfa7 1.70 MB 2,708 8
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
Previous 10 blocks ↓
Total Size: 769.01 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,621.49 GB sent, 92.91 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.