Loading Tool

Explorer IconExplorer

Memory Pool

32,460 transactions
7.01 vMB
0.03639736 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.65/200 MB

Candidate Block

Mining Attempt c61085cc428fd1baedb21add9269a608e5e3fe4ba2b79c0bafb321969b45f103
Version 20000000
Previous Block 00000000000000000001f3404bf84001d0e1a8da9461bef987c092cf8237a7cf
Merkle Root 6e7390df883a849623445864f3604aa4d88243611b1f3a0dc3215a785725e1a0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,614
Size: 0.71 vMB
Total Fees: 0.01898244 BTC
Avg Feerate: 2.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,972 (637,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,083 275,083 0000000000000001f936b8805ea9e1be6a6d5420e7790336727955282c13beb1 0.07 MB 140 32
275,082 275,082 000000000000000099fed0113e3eaebd582e15b2fbb068d7740955af5c4c3762 0.25 MB 217 18
275,081 275,081 00000000000000020e1aac313b37c8a4a6b8c12acf5bd0d1c1204e62126f04f2 0.25 MB 545 37
275,080 275,080 0000000000000001bf39042ca382994a5074999bed001c8841fc5c2dc6f596ee 0.25 MB 747 89
275,079 275,079 00000000000000033d4fe392055dba2ff865f6b07c05eb8120107e2f5e4d0b01 0.15 MB 180 29
275,078 275,078 0000000000000004843d6ad02cac39e6652e503b3071b8c0ac529314c5666e0d 0.35 MB 428 20
275,077 275,077 00000000000000001a78e3ee7c4d18bc74ee57cfcd9b3768be7f166927cee403 0.24 MB 535 52
275,076 275,076 0000000000000001b8d1f56f8c2ee810e95757163eceb1ae8114098e03d10cdb 0.24 MB 484 42
275,075 275,075 0000000000000001700a0fce7751ae8213e01781b051ac15cf12d45a9f2c3a2c 0.00 MB 1 0
275,074 275,074 0000000000000003d6c0783fbfbb06004d6402df2eb2828e09ac9351cd725da9 0.14 MB 310 95
275,073 275,073 0000000000000000346a38a3ac85fbe4940ba078749286444d6f8f22f3f61a46 0.11 MB 265 54
275,072 275,072 00000000000000048366ea217ab0cea3821885dec473c4b42b03e5e18d1b80f3 0.69 MB 1,183 36
275,071 275,071 0000000000000000f4bdc0c9b7b9f675c07d5738d2a07d7dc79eaebbe7020d5f 0.25 MB 753 71
275,070 275,070 0000000000000003810b0d811248e6ed192ecc4934b1c3b0c0cbae1d5fd91bc1 0.41 MB 614 26
275,069 275,069 0000000000000001a15772d6dc4b8a95807667ebc4b79a4b58c5dbb526d340c2 0.06 MB 100 60
275,068 275,068 0000000000000000759ae08d84c5efd939c9d48aa9ea5fd1aefb65139ac95d89 0.25 MB 876 47
275,067 275,067 0000000000000002e65780d795c89e0252d921762f3eb41b0192e502b641bb03 0.25 MB 839 67
275,066 275,066 0000000000000001673aaf58850baf5e7b8a393342c9725896ca30865152dd56 0.35 MB 718 29
275,065 275,065 0000000000000000c97c587811d1acc9e882a0a375e2feb1f86059b0b0cda049 0.25 MB 804 88
275,064 275,064 0000000000000001e511450493602013af79aa84bd57689148bbb5b75848e37b 0.15 MB 152 21
275,063 275,063 000000000000000279acdcb2daa23b1513ce2c3c3bdd20a3e59e79074d1b6164 0.15 MB 180 22
Previous 10 blocks ↓
Total Size: 778.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 357.47 GB
    • Received: 3.19 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.