Loading Tool

Explorer IconExplorer

Memory Pool

40,940 transactions
25.88 vMB
0.05093490 BTC
Random Selection Loading Transactions
Max Size: 135.15/200 MB

Candidate Block

Mining Attempt 7d6968366b0ed97f091a6760fc2ed438d6401981be216d076b6bc856ee0fe760
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root f37391d1ea7a3bec8ab48fc4f1b47000182a20d494d5afccd9ebf17f34b6fcb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,250
Size: 1.00 vMB
Total Fees: 0.00394929 BTC
Feerates: 40.21 > 0.40 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (461,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,067 453,067 000000000000000000290b04e47989ee234f101879e4592b77f9cd4aec40a176 1,869 1.00/1.00 vMB 88
453,066 453,066 0000000000000000022681b4c29187eecd675b2c66686decb9030c36caf8ba02 2,045 1.00/1.00 vMB 79
453,065 453,065 00000000000000000280fc0edb188c4b50272c03afc631eeaed09c119b0589b4 2,846 1.00/1.00 vMB 170
453,064 453,064 0000000000000000022ea9700ccd1e4c303f3079d5ac6ad30214d605b2331202 2,149 1.00/1.00 vMB 100
453,063 453,063 00000000000000000247a9af9a32da80b52486dd15f80499952a69d64b421d06 2,993 1.00/1.00 vMB 140
453,062 453,062 0000000000000000019dbbd648571c8f89714c6f1b8b2151fdf733635baddfa2 2,541 1.00/1.00 vMB 117
453,061 453,061 000000000000000001296179ab4f0a0608c839c11ba2fa20ccd29a2e93a1a5d9 2,402 1.00/1.00 vMB 94
453,060 453,060 0000000000000000006801f494ec7548e8d4c2fed016a7a96e8f8e9b3ee63598 2,610 1.00/1.00 vMB 149
453,059 453,059 00000000000000000030802946b0b072d59aa77c783624f0cb6c750df304fb95 2,495 1.00/1.00 vMB 118
453,058 453,058 000000000000000000e2498a66f5df873bf78a5cc51d773619cbab7c333995fd 2,202 1.00/1.00 vMB 145
453,057 453,057 000000000000000002055250098d46c81eac274e35beff953f57de2f7e0b7729 1,884 1.00/1.00 vMB 124
453,056 453,056 0000000000000000029070b38d1d55418ce89598e4816dc22de629a41b11cd94 1,834 1.00/1.00 vMB 151
453,055 453,055 000000000000000000ee1b60d8fde428589e7ac37ec35b3c7de9119040047043 2,331 1.00/1.00 vMB 123
453,054 453,054 000000000000000001a13b341900b61b36ad8664ceae30da3cc0c52d9faa0b99 2,524 1.00/1.00 vMB 124
453,053 453,053 000000000000000000734158f091f9918677ccdc9e50281794c5f4f433ec582a 2,321 1.00/1.00 vMB 132
453,052 453,052 0000000000000000022c59dcb1024239bb74690860ed35dcdd1f40a9a823f9e2 2,096 1.00/1.00 vMB 110
453,051 453,051 000000000000000000cc7da6fb18e5cae85ff7a87c7295d33b72e81d86bf1117 2,172 1.00/1.00 vMB 121
453,050 453,050 000000000000000000234dcb92d2acc2d574425e742d4331440c3e4327342f4e 2,164 1.00/1.00 vMB 134
453,049 453,049 000000000000000002465355e7d27f89ebfbb41e38917e0de6883e4fa49e4070 2,874 1.00/1.00 vMB 159
453,048 453,048 000000000000000001463bd4d9eee17988e48c394b3ad7a1b41172d22d45df3a 2,246 1.00/1.00 vMB 77
453,047 453,047 0000000000000000009cb1656febeaddf2fd9f007c25cbe26dd31c0a87d03997 2,185 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.