Memory Pool Memory Pool Refreshing

2,334 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (862,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,331 46,331 0000000023e6abf9722f758d3fbd271481678910e262cd2eafc81757773a0dd2 0.00 MB 1 0
46,330 46,330 000000001c10382ac74517542f2ca7eaae456ee36f80951d0eccaefa925bc3f5 0.00 MB 1 0
46,329 46,329 0000000021861d25af8f4cb1db6abcad294835f20ec9e54eeb7b575d75d6666b 0.00 MB 1 0
46,328 46,328 00000000356eee88dd46905bc0992d12227190f423b3d778fa8a520ab587cf7d 0.00 MB 1 0
46,327 46,327 0000000007b6cc26288520e0de4e8229d7227ef54d8bf09ce74ddbf7f5cbed4c 0.00 MB 1 0
46,326 46,326 000000001afc5d3c0fd39d3e0a1b4d25f49c1c2eefc1e66f74e8218c93c71281 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 770.95 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.60 GB sent, 101.72 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.