Memory Pool Memory Pool Refreshing

4,262 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (862,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,325 46,325 00000000377a618234c4c3b57fc66090433861816406aa499aaa3d550ab13b8e 0.00 MB 1 0
46,324 46,324 00000000181923b8e10a969952d10a81b3fa42e1bafaec972a736896def18c3d 0.00 MB 1 0
46,323 46,323 000000002c7ff61670f801e157093aece2e072f2f98bf8253a32d4ece1a2c52f 0.00 MB 2 0
46,322 46,322 000000001f3049887a51011904dabe5e564965dc0e62b71d794b81f192534a60 0.00 MB 1 0
46,321 46,321 00000000352b843900ec3ce8aaf6620985b889a2d9ea73b10c1ec7611ff24ffc 0.00 MB 1 0
46,320 46,320 000000001941af391db47afb178f176623548b3f41ce26233383b9b3c9c38978 0.00 MB 1 0
46,319 46,319 000000002233fb5409e31bdd1c09b25d8b79add0826393b7b1833086a6c899ff 0.00 MB 1 0
46,318 46,318 000000001e5b717ffbcd5491c83c71bb24114b1bebbc42c7554a9fee9e349d8d 0.00 MB 1 0
46,317 46,317 00000000228387f7f26f04025021ed91a97b0deb94163194c98fba2ca39264db 0.00 MB 1 0
46,316 46,316 000000000fe4af75edfe0a409e559d3223443f47ce84d1becbff9aa4164ae328 0.00 MB 1 0
46,315 46,315 000000002216229081340002822557a40db8e7a29dda79d4a5ef55830e04f9a2 0.00 MB 1 0
46,314 46,314 000000002fcf95bd5eaa575e171c702ce6af93a403d0e9035a21a1a5b1616771 0.00 MB 1 0
46,313 46,313 0000000021cda28114b3d436caa5c9d26d296c0a1f960c77575ed398d04e381f 0.00 MB 1 0
46,312 46,312 0000000027482ef2a94720119a114800659880cf53a07d0b05e89aedd16859a4 0.00 MB 1 0
46,311 46,311 000000000c8bddcf3ecaf040311b99127e53fef4aea75b00000e7275a3ca116b 0.00 MB 1 0
46,310 46,310 000000002e233f53c7271ab0b959c306bb9e2e4c89032ecfc872af4e476c56b4 0.00 MB 1 0
46,309 46,309 000000003194947834f16fb9216e2d0747624beb2c7db247036b3f44b1e5521d 0.00 MB 1 0
46,308 46,308 000000002811983022375a12d7d99470c39ad493475408f4cb9cb2f54aa4380c 0.00 MB 1 0
46,307 46,307 000000001b0e9046e593b1bf78c5651b1463cb63e8e6f33a888b62bc8dc8b228 0.00 MB 1 0
46,306 46,306 000000000ac5c174e173d95f64d585a456e913de35b7a586346184b105dede7d 0.00 MB 1 0
46,305 46,305 00000000025ff5ba45844a8bc135590eb1095ac5b765efd5b2501ac46668a308 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.