Memory Pool Memory Pool Refreshing

2,458 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,458 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (810,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,450 98,450 00000000000542a3221d8a4eed6c18a93576fff601d819b294dd239f4adfb28f 0.00 MB 7 0
98,449 98,449 00000000000058eb1adde5cbcab360c9473ac02d33c237dab9d9ebd7ec11323e 0.00 MB 2 0
98,448 98,448 000000000004a91dd333bc0d4a31dc7069c4cacd042719097e2efab761d67231 0.00 MB 9 0
98,447 98,447 0000000000007578f4856f4bf5e5de63393372f11dbe345ef1cd5483062ed0ae 0.00 MB 5 0
98,446 98,446 000000000002d577860af992fb93b8b461b398dfb72e08fdc1b2d8c730226a8c 0.00 MB 4 0
98,445 98,445 000000000000a0f073de80781f0d2d03a400f7bae5541e0210ed960c9a961013 0.00 MB 2 0
98,444 98,444 0000000000042cb98e1a9b29a93c16896255013dee8d73046ab1194696274c13 0.00 MB 2 0
98,443 98,443 0000000000028afa08b20b5ca92b9c8ab76ef35614fbee142071d8c6ef114216 0.00 MB 2 0
98,442 98,442 000000000000a8e28c6ef8a3d3861ae04a1c4250c0d68e36de2bff0cfc01c9d0 0.00 MB 4 0
98,441 98,441 000000000004ca33748d9f868763e109e08847b22ca30386995db36867626256 0.00 MB 2 0
98,440 98,440 00000000000276787c83c6f94687481f2204cedfe1e347db05036ee4f98b61cd 0.00 MB 1 0
98,439 98,439 0000000000050dd3333451d6e82b4a629eacdbe5fb3d939bf92e954b2a8f10c3 0.00 MB 6 0
98,438 98,438 000000000003bf3939f5c240d883774c2a740477fd3237ae49bc6437176c46be 0.00 MB 3 0
98,437 98,437 000000000004821de8d27bf7e5348d94f067599f523680145442d45d44a24105 0.00 MB 1 0
98,436 98,436 00000000000227a4d69b344c97ae9f3f5cb7a08da524d8484e3108b9ec3c7583 0.00 MB 5 0
98,435 98,435 00000000000096164957cc9d9b2770660d907030ab37956da54b038659b0c577 0.00 MB 8 861
98,434 98,434 000000000001b884469f0997151404b646f635dce7e23b9f2bb3cabb8f87a3e7 0.00 MB 1 0
98,433 98,433 000000000002412c2a21ea940cebd5933490a7ce7628229eec3897e2bcd5b73c 0.00 MB 13 0
98,432 98,432 000000000002a3dbabbe6d5b4f13902a5bd5676e7afd41c308429caaaca501d1 0.00 MB 3 0
98,431 98,431 0000000000031c84bcb304a35e5a61e9bb647f25db8b802ef698f6a20bcd2d98 0.00 MB 1 0
98,430 98,430 000000000004df2b3ce9d35e286e29997fc4e1bbd944ab094b601b12b5f2e67e 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.16 GB sent, 99.96 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.