Memory Pool Memory Pool Refreshing

1,943 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.63 vMB 1,941 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (730,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,671 177,671 00000000000007b3aab4839442bd6fd927f82321ef50e0a4ddd3d4c18f349940 0.01 MB 19 125
177,670 177,670 00000000000001fb05092f9a498886fde4a529ae1adecb67eca3575cea1721e8 0.01 MB 18 58
177,669 177,669 00000000000005b82f323d3cc04653bd8ee64974c30c55bb603173ebff305067 0.02 MB 43 343
177,668 177,668 00000000000007c4d6378d975c85623f523f2a0f47380d7ace37cfcc5264698f 0.00 MB 7 0
177,667 177,667 00000000000009f8d7ec04748ac5e4a685cb8981fd3ded099ba8c8835f080c24 0.02 MB 54 107
177,666 177,666 00000000000001df991dc1a906726ef3d4da14445d1da4d0fc2f592c14230e07 0.01 MB 26 190
177,665 177,665 000000000000005c962ffe88749427c4f9955df639b583419ae717dee05cbf18 0.03 MB 89 17
177,664 177,664 00000000000004141c411210f1ee749fb07c71a115d2593198fb81c5f6e00c78 0.00 MB 11 30
177,663 177,663 00000000000007551a840be9a44c5408efdf3880894121a663ff204f6a6eef0d 0.00 MB 13 692
177,662 177,662 00000000000005c895866bb4ccc90f44ecba35b217cabe5f01543ee10663523d 0.06 MB 145 135
177,661 177,661 0000000000000a6280f70a75ffae07ccdf57deeacf6e624bac6f4e1f22864d27 0.00 MB 9 104
177,660 177,660 000000000000089076b96d44c55e457b7dba5499fa36bea2badbf03411000308 0.00 MB 13 2,328
177,659 177,659 000000000000012c3d003b5f226089fb2f509586edafb37988161c5f5e2c0b6b 0.04 MB 97 448
177,658 177,658 000000000000090755cf2730178bf8d4a708dbd88e67092e7ed3bf87e34bf7f5 0.01 MB 36 76
177,657 177,657 0000000000000135e0068f2a30dd150b5474e1399deabb3e957657b54f54c523 0.03 MB 59 56
177,656 177,656 00000000000001cca76de8d35d69bae380cb99d1ee020615789d91302c44a2d3 0.03 MB 79 458
177,655 177,655 000000000000069a1dc3fa6a5b6cef8fed2f0633d3a8635d6550838f17058dcb 0.03 MB 73 19
177,654 177,654 000000000000062ff60d2a5acda1a30807aaec384e88362b7eaf0c0fb6ee3627 0.03 MB 39 15
177,653 177,653 00000000000006c6076ba8b5078f6f4aafb1b55e03eddfbe2c488bc26cc723e8 0.08 MB 217 768
177,652 177,652 00000000000003b473b4fa61b2d202dc836ad7739f2e3576443e443d1c019485 0.01 MB 19 326
177,651 177,651 00000000000005a5303234668eb8ae5f5ea022df4624935c81d7dcc323945704 0.01 MB 40 123
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.