Memory Pool Memory Pool Refreshing

5,134 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
903,718 0000000000000000000268160000000000000000000000000000000000000000 ago 1.00 vMB 3,267 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 903,717 (712,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,512 191,512 00000000000003b3d5982725f0556baeb2202cad8be9cfdedd68910a1769ea71 0.05 MB 128 54
191,511 191,511 000000000000001db455745008c0c0bf704a19c8bee55c1641442a6513a9f150 0.24 MB 512 126
191,510 191,510 00000000000008df71d8582ff1628247373bcc22dcee2723b281b78278bf2863 0.00 MB 12 113
191,509 191,509 00000000000007f9f6d5c8316a6449a590af8d1e480d0947466c73b02fb1cd70 0.02 MB 70 131
191,508 191,508 0000000000000650cebe224260b5dc10f96fbe4dff5b35a20749facff6fcb481 0.00 MB 7 0
191,507 191,507 00000000000005871d0e89bf4af1f6104ac421936d721649e420e867972e47cd 0.25 MB 512 123
191,506 191,506 0000000000000783423151e56289e107fc5c5a6ff2e5c91f17e527f7a1683b0e 0.06 MB 117 259
191,505 191,505 000000000000084f2447c74763f3c6acdff958131bb7b99e67dad60344406bd4 0.25 MB 490 104
191,504 191,504 0000000000000078f98b9338906df60d17958725305d1030d47792d3dba02a34 0.00 MB 1 0
191,503 191,503 000000000000016b7fb22cdb835cd390f01b469ee7701d344d31d11d012b7e8c 0.29 MB 512 101
191,502 191,502 00000000000000d2578410397c16cb4c4c43be9276dfd4705f13f9d964fbd80d 0.01 MB 32 0
191,501 191,501 000000000000030b5464d9433aac1f286aaaa7c24d01d6b76c35fdb80df323da 0.12 MB 435 179
191,500 191,500 000000000000036c2d1cbf656267fb7840f40651214d6d01f8c42c9c22540d9d 0.07 MB 239 9
191,499 191,499 00000000000003b7733d49bcc5c8d12c3b89b8f7733a73d6391a93ad87c28033 0.25 MB 560 113
191,498 191,498 000000000000089cd2119a1dcf201c1f7430b85706a5b2690c7c776a4dc84800 0.25 MB 574 118
191,497 191,497 00000000000003c59c206363197a775646749bd90a34c386ba0a226fbd29f2aa 0.00 MB 1 0
191,496 191,496 00000000000008c44b8979012b2bdea13c496b0ef2e22bee49f697b8d63c56c3 0.05 MB 133 112
191,495 191,495 000000000000024eb242495a50009c9b929beeeb155a372edf8aea93692b4f7d 0.05 MB 112 50
191,494 191,494 00000000000005f4f31bb39ef2e85a469cc224dac5da9de150660ab4c9f1af6e 0.25 MB 555 125
191,493 191,493 0000000000000527192b674481a75f85cf33f983e4be02bce9cb34de0318bb8b 0.05 MB 145 73
191,492 191,492 0000000000000501bc473ed03eaf9570c1b9a0688115eced25f39c3febaba636 0.04 MB 139 101
Previous 10 blocks ↓
Total Size: 762.12 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: 947.24 GB sent, 56.22 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.