Loading Tool

Explorer IconExplorer

Memory Pool

82,407 transactions
31.03 vMB
0.09443211 BTC
Random Selection Loading Transactions
Max Size: 186.65/200 MB

Candidate Block

Mining Attempt 8b577e4f73327bfc94bc9006781fa4c1424cf0db7358ede5a436dc4d602275fd
Version 20000000
Previous Block 0000000000000000000181cbbb37023f2ae341db02ca2f52912bd17b61552f03
Merkle Root 31a3f9ca7fedcd34ef9ea6cc2dd55a677f5638602244393e7c88c1a974eec348
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,832
Size: 1.00 vMB
Total Fees: 0.02400340 BTC
Feerates: 88.28 > 2.41 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,170 (132,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,301 782,301 00000000000000000004e788dfd985fc2c23954b619ece1b139226928bc426c6 2,528 1.00/1.00 vMB 33
782,300 782,300 0000000000000000000348ffff3d27db20c88d39244771c2c177902d5e2af20d 1,052 1.00/1.00 vMB 23
782,299 782,299 00000000000000000001c5544d8e1b6a4dbd376c361c9ec77548992aa310312a 1,265 1.00/1.00 vMB 20
782,298 782,298 00000000000000000003f41b9afa64c9e9fe4b6f132b2b9ed4476b6520000e72 2,554 1.00/1.00 vMB 29
782,297 782,297 00000000000000000005a354e6b8d3ccb98f31c78932d396ee9dfad7071b99db 1,183 1.00/1.00 vMB 24
782,296 782,296 000000000000000000048dea2b58f4a8ab9b6c8dff104075c2d097c87f1a14e6 2,287 1.00/1.00 vMB 34
782,295 782,295 0000000000000000000152a73c73fa0f602783dd96c7e08da3946afdbbad4879 1,952 1.00/1.00 vMB 31
782,294 782,294 000000000000000000007c22f03ca6a23bc36ee345bd2743075199410bd4afa9 1,564 1.00/1.00 vMB 19
782,293 782,293 00000000000000000000ae77b42d04441c204cc5a720e5dbc8d10fc0ab156e62 1,449 1.00/1.00 vMB 23
782,292 782,292 000000000000000000029fc015a436a6a47755a67b0ebcbafb6deb9339a1d630 1,673 1.00/1.00 vMB 24
782,291 782,291 0000000000000000000532615b0885b9791b3b5a7a9a004fb587946a565013f1 2,342 1.00/1.00 vMB 31
782,290 782,290 00000000000000000002d7c6282f6add649f50fb884f4037a2ce7f1ca5374c34 3,533 1.00/1.00 vMB 34
782,289 782,289 000000000000000000032a830e857c3cd5c4106518db1da635e9eec9837a8c83 3,259 1.00/1.00 vMB 32
782,288 782,288 00000000000000000002a4d647569cf3f28b6d869b49fc82d965b920848cfdea 1,776 1.00/1.00 vMB 37
782,287 782,287 00000000000000000003e4b19ed769631c9e20f95cd5de697e6293590faabcb0 1,534 1.00/1.00 vMB 22
782,286 782,286 0000000000000000000362e2f282cbe938f37ea90e39d14de33f79f44219471e 1,247 1.00/1.00 vMB 26
782,285 782,285 00000000000000000001596ab75c6d22faa77cb0b998fa4cab842d5dca2cd716 1,483 1.00/1.00 vMB 25
782,284 782,284 00000000000000000003e09b3ff895313371da67c0c6de8ecb5a9712d7ac042c 2,146 1.00/1.00 vMB 29
782,283 782,283 0000000000000000000500b58af7b0d06a5db02e8a00316684e2e8547e371951 1,466 1.00/1.00 vMB 27
782,282 782,282 000000000000000000050192ed6c2c58779a43f7b16ab1d5af442981aa905c7d 2,236 1.00/1.00 vMB 26
782,281 782,281 00000000000000000004fa04330bfd6e477306afc915c8b3d568c0c51bef82c7 2,768 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.