Loading Tool

Explorer IconExplorer

Memory Pool

77,654 transactions
29.97 vMB
0.06841438 BTC
Random Selection Loading Transactions
Max Size: 181.82/200 MB

Candidate Block

Mining Attempt ce52d2245682516548112f2b84b2fdf8fe09a33e1eb1f8548071221c2a01f7f4
Version 20000000
Previous Block 0000000000000000000036bbd7276eb10eeccda80d363dbecfc4a4ff5e03f32d
Merkle Root 00334645eb2c7b37806803e6e239aae2220b16e432db455a45ccf3efa28e11b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.00464426 BTC
Feerates: 150.92 > 0.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,191 (366,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,307 548,307 00000000000000000008813ae4d839bd934fb6c24c0ed8ca02b2d9c7c204872e 1,618 1.00/1.00 vMB 48
548,306 548,306 000000000000000000195b6fba3a37b216ed46101693be6df9ea0396342b8073 1,593 1.00/1.00 vMB 11
548,305 548,305 000000000000000000098e9aacd2d1797946c97bc41c1d7789f987ecb208e887 2,043 1.00/1.00 vMB 15
548,304 548,304 000000000000000000032050e0cd084e6c4613832ae90c5ae511bc54edcfd31b 1,257 1.00/1.00 vMB 35
548,303 548,303 000000000000000000226d2324f8444da8ae05462f1bd896620f946bcd7beff1 704 1.00/1.00 vMB 67
548,302 548,302 0000000000000000001e27ccb23a0b26c93de547490d21b37581948587294222 1,939 1.00/1.00 vMB 5
548,301 548,301 0000000000000000001213c2402afe215b13dda894f3e9f9b5a4a9608b2f8d6a 2,910 1.00/1.00 vMB 4
548,300 548,300 000000000000000000243b7c147231d897953196d7e04b3cc9a548af4a6a0326 386 0.13/1.00 vMB 22
548,299 548,299 0000000000000000000cb56e5f5dc39e322b36dcf349d614008934fb97e3b171 2,310 1.00/1.00 vMB 8
548,298 548,298 00000000000000000022ee9d81d6bc2a80d37db1df737c7a2ac0cebd9e9267fb 2,631 1.00/1.00 vMB 16
548,297 548,297 00000000000000000026bdd53bbd8121a211df2e3578bd20250f6d5e182669e0 2,684 1.00/1.00 vMB 13
548,296 548,296 00000000000000000012fa2e03c1d2e05fd6bf657058fd8b9e27c41c85acbcd8 2,585 1.00/1.00 vMB 20
548,295 548,295 000000000000000000066beb46e3a0abcc6d84e90628aa81d39acf57c38023dd 1,680 1.00/1.00 vMB 7
548,294 548,294 00000000000000000001963ec86bdc691047cb66119a3213d8225e4c3815fdd2 2,057 1.00/1.00 vMB 6
548,293 548,293 000000000000000000067757321aa0c17bdeb9c6220b2d68a4898c195f850517 2,950 1.00/1.00 vMB 26
548,292 548,292 000000000000000000245286e8b1926d8a06a51fe730a803e8f1eb3cd60309e9 2,421 1.00/1.00 vMB 16
548,291 548,291 0000000000000000001dd49d627c175de6cb64f6f9f62752bc9b42e12d7fe7a4 2,340 1.00/1.00 vMB 6
548,290 548,290 00000000000000000015d9c0823199863b519cc9443b64d4576ecf32f7ed8371 3,014 1.00/1.00 vMB 17
548,289 548,289 0000000000000000001793b6f800889576ea83faf42f166f9df6af146c5895ba 2,530 1.00/1.00 vMB 17
548,288 548,288 000000000000000000226c68f6514ca947b6ae31ede41a586390311b2526baaa 2,642 1.00/1.00 vMB 24
548,287 548,287 0000000000000000001a8dc7b778c58c254bc7de8ab2c83d44c7bff2680f75ce 2,476 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.72 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: 707.07 GB
    • Received: 16.66 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.