Memory Pool Memory Pool Refreshing

2,694 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,897 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,693 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (713,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,960 193,960 00000000000003f58790b3904c79a08f313b02f3b9edbe8d8ea4d24c4ce1437f 0.25 MB 691 151
193,959 193,959 00000000000001f67d1999308d9f19016e9de7198c956af83db2bdf75b0dcf69 0.00 MB 9 15
193,958 193,958 000000000000067e8e16cbb70564c9ad90995c91067e5ee3d5c474ffbf62b017 0.42 MB 853 141
193,957 193,957 000000000000035297d663ae7013930c088705d023fd15d5e120b15b9ce580ca 0.05 MB 118 78
193,956 193,956 00000000000000209b55219d1a1e1ac9edb339c12b09be7392f59ec5bea04bfa 0.22 MB 512 164
193,955 193,955 00000000000004f006aa2bf4ebdbf7503846ec5b8f4286abc71cc7672f753014 0.02 MB 79 27
193,954 193,954 00000000000001a78a3028aaa8186e22b53aaf7019d090bcdcb196cd545158b8 0.22 MB 345 126
193,953 193,953 00000000000005a46fc393f8c759b921549d621fee915f67840af425d6785b59 0.00 MB 13 44
193,952 193,952 000000000000054f9eee8db247416799ffd780f986707ec2ce0fcced0c0639c7 0.25 MB 151 62
193,951 193,951 000000000000073f49f2c4c62e57901cfd49970d28db2dd6dff027b898e83bc0 0.13 MB 148 125
193,950 193,950 0000000000000401bf5500b0a775951cf59baff882ad091ef7a7b8e172df672d 0.25 MB 714 146
193,949 193,949 0000000000000348802a3b31e1c028886b2e5a47640e2f53f00286813352f54a 0.25 MB 719 145
193,948 193,948 00000000000005bce52e20c1e19c9ca2b94601ca18349975d6243d8e7f2d7b9c 0.10 MB 256 115
193,947 193,947 000000000000053ed664cd5dd008405d88fd15393d4a54314db42caea229b352 0.38 MB 1,024 143
193,946 193,946 00000000000005177d550e1316c8d65ba593a94f63644a92acaadb99f7fd18b8 0.00 MB 12 31
193,945 193,945 000000000000014cd4091fba7827261961d9ab958a9b03fe744fd4dfdceb4b9a 0.00 MB 2 3,891
193,944 193,944 00000000000001d91f04bb07fbb8fa4155810fa1aaae13b2693d53ff8cce364b 0.07 MB 222 32
193,943 193,943 00000000000004ad9f41e5f819b8b999bc26b93798339ca72e39456eaaa2b7dd 0.25 MB 388 92
193,942 193,942 0000000000000745599cfdc72666ad45bb13c2830011033260f45b1e5d69e7e3 0.11 MB 174 78
193,941 193,941 00000000000001a027b0c494fd085fece8487d65f50be096444d8e3e7fd8999f 0.04 MB 69 160
193,940 193,940 000000000000008b43c11e540a653f5ad8b3454b851f60076b34cae5bf600e12 0.42 MB 1,142 146
Previous 10 blocks ↓
Total Size: 769.35 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,643.53 GB sent, 94.70 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.