Memory Pool Memory Pool Refreshing

9,529 transactions
2.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,500 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (547,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,453 360,453 000000000000000004d41c8d7a428053fa8168dd0002377a67619a0a98a21080 0.75 MB 1,249 26
360,452 360,452 00000000000000000044ac40190e5c7a2db0baae0a1c74d9b9f1009d17bfc532 0.75 MB 1,822 37
360,451 360,451 000000000000000008707f98b4f08ef3d9984b40a2d881701a8bd906a352bee7 0.53 MB 801 19
360,450 360,450 00000000000000000a9732a5f7c34c29119ad78a26af4b944b85243b5b2d17fa 0.75 MB 1,576 46
360,449 360,449 000000000000000012cfa063e6752b5b42ea78463f29b3f0182b672009c44c5b 0.00 MB 1 0
360,448 360,448 0000000000000000055dc2f328f99b4921daf4d4c416fdd4b3567b6b7d310fc2 0.09 MB 165 19
360,447 360,447 00000000000000000709043992532ae70034d47079c2f5e992554c9828ef0350 0.26 MB 540 28
360,446 360,446 000000000000000013d8a4465bb1915360a73da9b610db4a7cd9face27754834 0.26 MB 449 21
360,445 360,445 00000000000000000c8fb1dbf5df543ed2fcdfbe44885857951d8ddff3658a9f 0.62 MB 994 20
360,444 360,444 00000000000000001352b697c0c656be5969b2dbea7d6208458656d71d8207b8 0.35 MB 1,024 42
360,443 360,443 0000000000000000112da53226cf768ae3e084c887812d01a2d99176cad7456f 0.34 MB 766 32
360,442 360,442 0000000000000000168f941c33d84acd90d6808d22a79ab14070e3f1432558b8 0.29 MB 704 35
360,441 360,441 000000000000000011c5e9a5b6c8007bc8b028263839f822da273ea55f1a0fef 0.46 MB 1,079 28
360,440 360,440 000000000000000006015fed22a1778b3abb13602412f1282535ebb1675213a9 0.53 MB 1,222 29
360,439 360,439 00000000000000000a16c6bbf836578f7ca90c029050ed15e048f1ef0ce15807 0.13 MB 268 32
360,438 360,438 000000000000000001f9eba8dff0d4885c83816d3b8dfead2b4367612264ca19 0.73 MB 1,703 26
360,437 360,437 000000000000000000180fc5ecf13e313fb2086298e20ea18727cb5730e2d772 0.01 MB 25 143
360,436 360,436 0000000000000000057eafe47d55cae409a700aeec9980dc105fecdb509bbc57 0.21 MB 452 28
360,435 360,435 0000000000000000107ca5683e75c78c6657ee2022ae55155cf3a1e5db5bbc34 0.55 MB 1,106 30
360,434 360,434 00000000000000000d3b6adb87a160c7bdfb3ff399c4ee7abc80841b9f179378 0.18 MB 350 25
360,433 360,433 00000000000000000d04478bf5cfea73468d14e904660f120971addae41e3e8c 0.73 MB 1,573 28
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.