Memory Pool Memory Pool Refreshing

7,802 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,674 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (10,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,378 897,378 00000000000000000001a4b3074314e9e8e1fbc6f00e54735592ad019932e1a2 1.55 MB 5,488 3
897,377 897,377 000000000000000000005aa48678bf6b1070d06e8d4ed30958071f8941b2b333 1.62 MB 4,959 4
897,376 897,376 00000000000000000001f26baa2dd3850182003e40f561c839757f9771c2e876 1.57 MB 5,340 3
897,375 897,375 00000000000000000000362ec3999879e49bcfa7d8e4238ab7aee0c9651ceaa6 1.68 MB 3,370 6
897,374 897,374 000000000000000000011c1058050fb8863cb2f43f9fc8f16f9782f084d5dc5f 1.53 MB 2,938 5
897,373 897,373 000000000000000000011cbdbd5684e726c5223ddde779fdf771936c5c1a10ec 1.54 MB 4,901 3
897,372 897,372 00000000000000000001f765d90b4dd1ee3a7521b91db1233b05e22aa9254efa 1.44 MB 3,627 2
897,371 897,371 00000000000000000001f0a7e4bd315416e6cf7192b16b3e16c0e786cca7f7ab 1.56 MB 5,406 2
897,370 897,370 00000000000000000000267fdba90b8b4b484ee76b5d3a6f3d33f3f7d2dda424 1.57 MB 3,264 7
897,369 897,369 00000000000000000001b00a5bb01ac4fb664e5569c385af9840717e4f79b394 1.61 MB 3,618 4
897,368 897,368 0000000000000000000001574a614d05cf8200e692047e4cce706aa4ed6fe02a 1.43 MB 4,554 2
897,367 897,367 00000000000000000000cfabba7ffba043f45c3fded93c90d7ce7990ab972be1 1.36 MB 4,700 2
897,366 897,366 0000000000000000000040f982f50b9812372ade647137db1642284086d9c024 1.50 MB 5,620 3
897,365 897,365 00000000000000000001495067ea90934711cbfec5b4b567a461452823cb08ee 1.59 MB 4,851 3
897,364 897,364 0000000000000000000219a544c03a14d737d5b48f3b266778c5ab46def075f6 1.60 MB 4,417 4
897,363 897,363 00000000000000000002141b093c02abe9bbebcf96e1153381d2374d7c0c9676 1.45 MB 2,649 6
897,362 897,362 000000000000000000021dd07e63c53507001f0f648779a1527a7c111b098ed7 1.49 MB 3,718 3
897,361 897,361 000000000000000000014b8141b5bc1877c059682b8edf129c9dcf83c9a91c70 1.62 MB 3,225 6
897,360 897,360 00000000000000000001afc4f7099a9156a4749d236b7483c0dca6db7de83007 1.60 MB 3,790 5
897,359 897,359 00000000000000000000c80728fe567c189151e2751d0f2f75429bcf6e39aa6f 1.17 MB 1,841 2
897,358 897,358 00000000000000000001aad2256e621b67c7e9f465ad37c32272f165efb3b917 1.31 MB 4,215 2
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.21 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.