Memory Pool Memory Pool Refreshing

7,365 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,083 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (578,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,453 329,453 00000000000000000af0a45afd16311a0f64d682fc98c7e011bc4ba276e39876 0.03 MB 71 12
329,452 329,452 00000000000000000dc7497f80d8a2b10a33aca24923ebebdc04d345b1f43cbe 0.54 MB 1,134 31
329,451 329,451 00000000000000000620079f48a184c76db3aa7086e0cc72c9282768c3d69bd5 0.14 MB 279 29
329,450 329,450 000000000000000006fee12e4517c1c9fe5eaac8d5de3d961845d4b90f98dc8c 0.49 MB 1,083 29
329,449 329,449 000000000000000008030ee97ea62823b1cb0bb39b22af9eab4dea066e60e665 0.33 MB 545 24
329,448 329,448 00000000000000001a63d6b21fb864ccb8cc0b6fbff82071daff1b259f885171 0.17 MB 306 27
329,447 329,447 0000000000000000142ea134deacc9a45508055e77b5dbc7172069fee8dbe5ba 0.75 MB 1,255 25
329,446 329,446 00000000000000001556d0ccfc694c669faa0026023ee3a88c887456283f5a69 0.23 MB 327 18
329,445 329,445 00000000000000000be57ef3edbb77288930874c0e6dd994b13530cc80c068a2 0.25 MB 346 16
329,444 329,444 000000000000000006692a658cb4a33ace0d998c8238ab34ea4e990c2c13f82f 0.08 MB 102 18
329,443 329,443 00000000000000000609e082d3abcfb47ed02d3e495517bff7086bc5577111f8 0.24 MB 404 23
329,442 329,442 000000000000000013e80b43d9960aa3ce2cee19df52d3685bf534cea50e17b4 0.08 MB 256 42
329,441 329,441 00000000000000000c9ac89c8c9e7cf130fc7acdecde7ec833e4e9e219bab84a 0.85 MB 1,601 29
329,440 329,440 00000000000000000aebe81fe8da18f24608d6e2ba32c8e0b0cdc41a0cd4b789 0.95 MB 1,825 28
329,439 329,439 00000000000000000813a156ec352cd369336fc5efcd1ea1760b020467861894 0.13 MB 363 34
329,438 329,438 0000000000000000028a8cab43a4ec2f40f5d007b100fc3d046e6f18227048b1 0.39 MB 615 25
329,437 329,437 00000000000000000a268e1709e8e1febd63f87581c58b4177abb6983558f7a7 0.52 MB 921 26
329,436 329,436 0000000000000000082673e4e20663fc6347a0ae1c64615cc9a5fcbb1b1e2d1a 0.42 MB 664 25
329,435 329,435 00000000000000001202717eef002454e6b6240b2d1a271cdfdf8ab06e48b758 0.54 MB 948 34
329,434 329,434 00000000000000001317013fa54bb5b7e197112cb3342da52af740098a71a7f9 0.14 MB 231 25
329,433 329,433 00000000000000000e43b66e796cb45f27902e1da28a416b1de34ceba332d50e 0.10 MB 168 27
Previous 10 blocks ↓
Total Size: 769.13 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,631.54 GB sent, 93.56 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.