Memory Pool Memory Pool Refreshing

1,350 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (771,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,415 136,415 00000000000003d124a7adb101120ec71c099dd175121b2b34929adf8c2192ee 0.05 MB 132 266
136,414 136,414 000000000000011afee7db23e3e5b546d0e724ca158f79a6c6b52b27a613061a 0.00 MB 20 40
136,413 136,413 0000000000000841d0a6b87bd82f330f4381838deab506efef645105e87c2fac 0.01 MB 23 628
136,412 136,412 00000000000000af1a9926f6df730d1dba510363db3b625b17fa0ade53019dab 0.01 MB 15 8
136,411 136,411 00000000000009054c8a81a50061458bc0f1600939a54d102d70e2f2cae8d63a 0.05 MB 129 1,786
136,410 136,410 00000000000005252c6c5056b369fd9ca30b2273947f877ffbdcc3c4bc8f71e5 0.04 MB 94 255
136,409 136,409 00000000000002f58054ea0b750a1dad0e70581697957622468a2181368ddd8d 0.00 MB 15 1,250
136,408 136,408 00000000000001603414871bcef4c80dcadd58704d971a59459df98a27d353d5 0.00 MB 3 1,254
136,407 136,407 000000000000018fd0a1d9bdfc8218da242ba169381a598d8255ce2e715a7201 0.02 MB 81 100
136,406 136,406 0000000000000097bfc635867d93ad4b287acc38f341eaf77fb0968e8cf62a29 0.02 MB 34 162
136,405 136,405 000000000000003a234d234879de5aa76d980d09441d8e999be92cec4476a540 0.01 MB 28 121
136,404 136,404 000000000000054027c10cfdae33ee05cef63b18d0752cf5f1b582b431f5e3ed 0.03 MB 81 200
136,403 136,403 00000000000001480a056ed52c086514ae9f139d7f877a1e68fcf14fcb7a5fca 0.01 MB 21 431
136,402 136,402 0000000000000aa38f0df8086feb922c6ef66c6a78b64d08264a4a2bdb93e3fb 0.02 MB 35 75
136,401 136,401 00000000000007d8626314648c1e13c766123513f4a808d8f05bf1ec475c8c31 0.01 MB 24 526
136,400 136,400 00000000000008079751b074b5c8c5e36e40880fa8884e5ba791586d1f0ffc63 0.00 MB 5 568
136,399 136,399 00000000000000b188d97414613ae65aaed0508f4e3a0360314689e86eb5d70f 0.00 MB 1 0
136,398 136,398 00000000000004fd330d0a1a4faae77e72f16d5a0e13092d0a0d13fe2c786210 0.01 MB 23 71
136,397 136,397 000000000000069491e78a7422b098127e6e0b5846812fcf28ea3315f3ca713e 0.02 MB 53 268
136,396 136,396 00000000000006b35e92194ac9d475c7e996167a5ada69067b058ecb5c10a380 0.04 MB 96 51
136,395 136,395 00000000000007618ec5e1950f751d407c737aefb2010476f4eda8dce44d64ee 0.03 MB 59 362
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,631.94 GB sent, 93.59 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.