Memory Pool Memory Pool Refreshing

2,367 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.66 vMB 2,342 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (527,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,791 380,791 00000000000000001072357101297b4395473a665eee47cd943987cd803c64c9 0.00 MB 1 0
380,790 380,790 00000000000000000b706c40edf844b7f2751c9ce2de9cec6d04c4d17191eb1e 0.20 MB 436 43
380,789 380,789 000000000000000002cbbcb7e0e19667999705e8a738d1b32262bfea1a345612 0.31 MB 670 38
380,788 380,788 000000000000000001afa60bee6fd92e449972a25ab8b54c94c6406141be0580 0.64 MB 953 23
380,787 380,787 00000000000000000b0ba0cdf57d8790bfff939735eadc859943253ee71ba7d0 0.75 MB 1,523 35
380,786 380,786 0000000000000000039f773a440b999226ca9eb32b05dab97db127b1d2310bb9 1.00 MB 2,314 38
380,785 380,785 00000000000000000eba87a2b82c1ae5a100e43b4c6d5232099e974204acb701 0.93 MB 2,064 55
380,784 380,784 0000000000000000088498962857a764c24cabe0ad354d6d859e8e702bddf88f 0.75 MB 1,307 28
380,783 380,783 000000000000000007d0228471a79bfa8002af19f50e570bfb8019138ea7a985 0.95 MB 2,771 57
380,782 380,782 00000000000000000ac08b3ff9a4ca3c97cba422a1abadf122a00e098febd639 1.00 MB 232 3
380,781 380,781 0000000000000000092fdf6ef164fedea2f8cd3ba1e0fc9cb78882ed4123a0bd 1.00 MB 1,185 22
380,780 380,780 00000000000000000e55923ec4829433137575edbfb510d415eda88ec737b1a4 0.47 MB 860 35
380,779 380,779 00000000000000000049a488c36900414a051c84f0f3e898c2fbd5dd5a4a86e0 0.04 MB 50 12
380,778 380,778 00000000000000000e17c02aac768b5bd6a4e89f48363b189c2abed130b3d2b6 0.71 MB 1,501 40
380,777 380,777 00000000000000000e1272e09ef527dd0c9f6f514849a01a551b15db63add283 0.24 MB 229 12
380,776 380,776 00000000000000000c016c289b386b458559f4deacbfa3c0783c14293c0cbc61 0.17 MB 400 39
380,775 380,775 0000000000000000113110058eeac4f337e8e6c635ebaacf99f93a4057086e70 0.35 MB 729 41
380,774 380,774 000000000000000010186050c3fe4ad00184688f2ff33efcff15a25ef1c63fc2 0.36 MB 776 42
380,773 380,773 00000000000000000d362ed24a825dabd7a7ae50e2770cec3f96473658012b1e 0.48 MB 966 40
380,772 380,772 0000000000000000042c5cc0e1d539407299d022cb08c30a55f3ad69adc906f9 0.80 MB 1,613 38
380,771 380,771 000000000000000011116f3c319cb0a9c808ac3b6ae06e8ed98047a0a251bc15 0.13 MB 253 31
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.