Memory Pool Memory Pool Refreshing

8,270 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (713,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,401 194,401 00000000000007a4c41dee46c1bcc02dd21e685c1300ef615f42b00b1ddda624 0.25 MB 717 175
194,400 194,400 000000000000072d9a416b711243a46c4c9b9255bbdacc7ea6d625bb943cbaa8 0.10 MB 344 10
194,399 194,399 00000000000006d3eba265f9a2c5ccd513a4055abd602d8cbbe1a456c968b432 0.20 MB 533 196
194,398 194,398 000000000000076a7d81adb2f510b37d827c6da2a2fd8bc93f178841e4899f46 0.01 MB 13 598
194,397 194,397 0000000000000274c8656eb898f2f98440333558167c41da532ef5fc5d7589ce 0.06 MB 143 56
194,396 194,396 000000000000011736e1f60e5224fb55144262cdad29084d3d8d95f15a815ac4 0.30 MB 720 178
194,395 194,395 000000000000009ecc3f9190351b23d4c2b93b9e5ceac1d6bba8c326efe274ab 0.00 MB 7 15
194,394 194,394 000000000000014d81d780d9df364aed1e1107a7153e0c77e3363ad69db8c3f5 0.13 MB 409 150
194,393 194,393 0000000000000398c742d36e5c6567801fb003c4277788c46f9d3c730692d7b5 0.25 MB 622 170
194,392 194,392 000000000000048e66110fc80a07969984acb51626fca61a8dfec1e58af6625a 0.01 MB 32 0
194,391 194,391 0000000000000203ad4bd0435c5ba0d72da5ce93373f7431b3f340520418bd2d 0.05 MB 110 1
194,390 194,390 000000000000060092e13b9270a9d0b350ae659ef5fb287302561847f2c5f562 0.08 MB 160 94
194,389 194,389 00000000000001b16214c0db6aca7d758cf41713a7e9fe08494d6254be0723cd 0.15 MB 355 165
194,388 194,388 0000000000000329563ced43ccdd89dc4d7dfe035fe01eb5589ce0103c4948fc 0.01 MB 32 4
194,387 194,387 00000000000003555e93b9a5fdd4bb6654b83cb5c2e958c03079637918c2e03f 0.13 MB 261 138
194,386 194,386 000000000000005556262a204b658d4f1e70298de790baa2ab858f1049f774c5 0.05 MB 120 1
194,385 194,385 0000000000000232b6346a40d43b2b4743c993e5631e64de048efaa1bab6823f 0.22 MB 355 116
194,384 194,384 000000000000039dcdd2a28c8921eeb3a63dfd52f881c8360abee1109e6a58e4 0.19 MB 414 115
194,383 194,383 00000000000003d6bc1f5fb0fd90170035709a3bbf256089c578c28932534727 0.38 MB 1,024 160
194,382 194,382 00000000000005e1397ef43b3cf1d28cdf33bb79cc66524d5ea0b392c21e6caa 0.00 MB 12 15
194,381 194,381 000000000000043fac9ae7340962f46a8f86d8581d004508f9d0f6d45c6849c7 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.