Memory Pool Memory Pool Refreshing

1,912 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (758,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,048 149,048 00000000000004fdaea87b017fcd6f43cf92aac7968d49f7955c0ee99d46bc78 0.02 MB 71 316
149,047 149,047 00000000000003aeef29c751dfe4b9f2cbc7cd762b01712cc037032759456d3a 0.02 MB 52 187
149,046 149,046 00000000000006552d565085de3d9f3458948a3ffa6667114b533163642e9c58 0.01 MB 30 204
149,045 149,045 00000000000003cfd47d483fb40bab64b31c92a2deb15aa9f344e594df85ef30 0.03 MB 49 118
149,044 149,044 00000000000002d06ae41c596d4c2ca5dce5aa38d7ac546fcf5b76b6386eec70 0.01 MB 23 84
149,043 149,043 0000000000000680845de514f3647e6c16fc962cf44352a5c146e340f0289fc0 0.00 MB 7 47
149,042 149,042 000000000000092011b34b0b5f5477b46f9871266c3efd63f6f8b844eb0311ef 0.00 MB 11 116
149,041 149,041 00000000000005b86772765b12dfd683eb39696ed3d461c29e52940b7ed26a4b 0.00 MB 7 205
149,040 149,040 000000000000094a0c5f4e78a135c75a554fcdae22e12a5ab4e338168ae19397 0.01 MB 16 66
149,039 149,039 0000000000000967a68e010e43770e95293a3bb2a3a63e292add8761d2a199b8 0.02 MB 87 14
149,038 149,038 00000000000006c1c904a86204a83aa2544c5b0773f728951871f3b238ec4ad2 0.03 MB 117 38
149,037 149,037 000000000000083cf4a33850f66731a10e79773a4cd2be8338bcc1695d03b271 0.02 MB 54 96
149,036 149,036 00000000000001d0618afa290742a9eeb8519d5c0bab75c4f906d226190a2ea4 0.05 MB 71 142
149,035 149,035 00000000000002f42a8d886c24287f851908c8b949d936726c963c3ae5459575 0.05 MB 130 203
149,034 149,034 00000000000001782ee0275525f5bacaab85ef9a0f12d2b04979a97152d937c6 0.03 MB 64 163
149,033 149,033 000000000000000049cae6b111bc5b1a175ab72ff931e76dcc865224a1e6231d 0.02 MB 15 770
149,032 149,032 00000000000002c5ff4288e260932d2cbf93b7b1051137801ffbe3300a6dda98 0.00 MB 5 0
149,031 149,031 000000000000085f14cd272c5609c1829f8925045521e0814df92661c693648c 0.01 MB 22 203
149,030 149,030 00000000000004cc9f70412f50e304530b04c7dd4ee0e162558e20cbbb240015 0.00 MB 6 77
149,029 149,029 0000000000000077ccb1e4bc20939e9ace5029ef2a2c13b1ba817032761a3a54 0.05 MB 110 215
149,028 149,028 00000000000001f4bcf786a6d7d7564d4d2047d45a98a238fa5437abc8386de3 0.00 MB 5 82
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.27 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.