Memory Pool Memory Pool Refreshing

2,120 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,670 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,111 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,669 (906,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,355 2,355 0000000067569a97b5224ad24058e62f1c1efbb75a6266f4ce2291a9dd9d201d 0.00 MB 1 0
2,354 2,354 000000001093febea6dbeb54dee4f50c3493a10cb8f1eb1299fe0e8f7accb381 0.00 MB 1 0
2,353 2,353 000000004ffdd2b70630e2fb08bcc3080e523a3d920bbfd8f7bdc3635f921d7f 0.00 MB 1 0
2,352 2,352 00000000e2269a36ac1e516cdf914d689cf5c8a35876140a9a631f282fef384c 0.00 MB 1 0
2,351 2,351 000000009846564229f87d0eb692916c97251d48b5d59b853fb5cad385992b3b 0.00 MB 1 0
2,350 2,350 00000000b15cc18f1326b12b66218aa68f3f038e45c6ff15ffd47a8bcf144c31 0.00 MB 1 0
2,349 2,349 000000002378d870a489ae9b1460f3a170fdcf7ee1121c767a40cc3c5baec2ea 0.00 MB 1 0
2,348 2,348 0000000006ef66fce69f45de495904c485b083b654b445eab66d5b4293b78258 0.00 MB 1 0
2,347 2,347 00000000844e0936a9990791b04e701d6ea7b7ad47b256545b760f848302aa99 0.00 MB 1 0
2,346 2,346 00000000aded7e44ad131a9fcf28deb1299348327766d4d7a63ecb4b2d2df202 0.00 MB 1 0
2,345 2,345 000000007024f233aa44bc7784a78926fb1c325f9985c936ae57b94530505062 0.00 MB 1 0
2,344 2,344 00000000e4621d872dc7056fcceac91569282a7332091a38c771c2d852235ea9 0.00 MB 1 0
2,343 2,343 00000000b80e4b633d6baea4db23cebf406dddaade5f79867bf5aeffb0b7453a 0.00 MB 1 0
2,342 2,342 000000000ce977110c4d11b875c77117a4b0c75fc26df4499cbead8b099e817c 0.00 MB 1 0
2,341 2,341 0000000011c0a69f3063cf4fb95ac340e2557e57463f71817e7c2b6cf8c356b4 0.00 MB 1 0
2,340 2,340 00000000112d24a5aa42bc6695b9c7797ac8c874ba5d927793369706ef5db1fe 0.00 MB 1 0
2,339 2,339 000000003b2a9ac3f0efab472b9ceae68fa38e2d629e9a41defcf9969f60920d 0.00 MB 1 0
2,338 2,338 0000000077972a815618cc4c5070715be0dd2af487410e9a381b6e96d96fda16 0.00 MB 1 0
2,337 2,337 00000000621d217b83af87dcb7814936aa60bebaa1af67f6434944bf78a0fbf0 0.00 MB 1 0
2,336 2,336 00000000fce4189472e39f5ddb9d08d00b9f4004e2d1e962b93e0e4bdc4e3d7b 0.00 MB 1 0
2,335 2,335 00000000f63adf93c21fde4b58eeb6e1b605e763b542641209563c6f53f18db2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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.37 GB sent, 101.66 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.