Loading Tool

Explorer IconExplorer

Memory Pool

81,787 transactions
30.09 vMB
0.09562832 BTC
Random Selection Loading Transactions
Max Size: 181.66/200 MB

Candidate Block

Mining Attempt b5edc6b3319e2e2bfbb775bb24b7dfa4661cffdd72787a3a0fd615d6ff85091b
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 47258f59f3634c08cc3f1244e854f321517c017eb14bd81b4531d7fe4a734d9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.03411277 BTC
Feerates: 526.32 > 3.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (371,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,790 543,790 0000000000000000000d29f158d17bbf5a5f7e3c2ab7e2bb760dd6fc0267973c 3,006 1.00/1.00 vMB 11
543,789 543,789 00000000000000000017597b36e0683240163a005182dc7d3901207580875544 3,177 1.00/1.00 vMB 28
543,788 543,788 00000000000000000017aa5da79ce6ce66874d79defdf6f4122fc78bca09ef2b 2,925 1.00/1.00 vMB 17
543,787 543,787 000000000000000000154afa7cfd8c72c0eb0a5dd4ddeef2bc92315c8987e089 618 0.25/1.00 vMB 16
543,786 543,786 0000000000000000000968934376ecfad37e21c43614d38e877f2d90964df8ab 756 0.31/1.00 vMB 6
543,785 543,785 0000000000000000000b8b69730a2e9b5ce72f73078ad2e15d33ac387db90330 3,025 1.00/1.00 vMB 19
543,784 543,784 0000000000000000000a5b4ba9b064edf09ee6072f78fc95c3ade09a9b85784d 717 0.33/1.00 vMB 7
543,783 543,783 00000000000000000007f7748efd73bba14fff2c76872eb58254f3e0b422fe6c 3,249 1.00/1.00 vMB 17
543,782 543,782 0000000000000000001f3936b386e07ea054a312b5001c467c55998ecc1bc461 2,954 1.00/1.00 vMB 26
543,781 543,781 000000000000000000063f6a6e9f92d0538e1042435f25b707c038a0f1052e42 1,144 0.41/1.00 vMB 12
543,780 543,780 00000000000000000017b7826e073c0260e7f2f1d171a49ed44a4b4ab6b1448f 3,094 1.00/1.00 vMB 19
543,779 543,779 0000000000000000001f2a8eff1a23f673bf2b8c73adc01d471ad68a59e6c8f5 2,355 0.81/1.00 vMB 11
543,778 543,778 000000000000000000100cc3e3763345a005de67caa11db5e385c008f83ba401 1,207 0.40/1.00 vMB 33
543,777 543,777 00000000000000000011e2b8212c84e28fc1855dcd355c717f564bec906d5558 1,586 0.88/1.00 vMB 3
543,776 543,776 0000000000000000000a0002d7def8899fe2abff971876da2b58f15e4125bd72 2,577 1.00/1.00 vMB 22
543,775 543,775 0000000000000000000926302b590169e303732854af5935361dcb257704910b 3,298 1.00/1.00 vMB 6
543,774 543,774 00000000000000000023e60de98f934cc07cf00fb2cbf61a9de10d7f9205b50f 564 0.21/1.00 vMB 13
543,773 543,773 00000000000000000024d6312f4c0927c5da4068e9f3b9340c26a7688f443a5f 2,385 1.00/1.00 vMB 36
543,772 543,772 0000000000000000001576b9b04dff72d1831e8d727ecf58bf46125e7e39bf40 2,069 1.00/1.00 vMB 15
543,771 543,771 0000000000000000001fc5e6951fdbdca581a8c4e3bac4f227ec4c662a740b28 1,452 1.00/1.00 vMB 10
543,770 543,770 0000000000000000001f80dab6f367a068eea63415d8a5f86447034b81ab67be 159 0.05/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.