Loading Tool

Explorer IconExplorer

Memory Pool

81,027 transactions
30.32 vMB
0.09508950 BTC
Random Selection Loading Transactions
Max Size: 181.87/200 MB

Candidate Block

Mining Attempt 62c67f8158c615a042fe5d0fe2396d7207a8a2ee1ec298a279618051eb77e7f2
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root d2cd6e574388f8b36852decbab2a05b4c4bb4c314c57edcd1ab5b65daaf9c8d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,032
Size: 1.00 vMB
Total Fees: 0.03201146 BTC
Feerates: 301.07 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (127,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,125 787,125 0000000000000000000276906eedafc74811d7cbc9715c6d7b4e0ee28664b450 3,073 1.00/1.00 vMB 47
787,124 787,124 00000000000000000000e581a93d04714123b08b2ae272480fcd544f366226a9 3,761 1.00/1.00 vMB 31
787,123 787,123 00000000000000000004556e3194a1d51f73ab8f6f1bee0cd503028058dc9e1a 3,584 1.00/1.00 vMB 39
787,122 787,122 00000000000000000004b542c58c16c5b2039c61519de734b9ac18380df7f8be 4,094 1.00/1.00 vMB 37
787,121 787,121 0000000000000000000211965e08916d17a36ab4d74f7faa9fd3bd89d1752218 2,911 1.00/1.00 vMB 38
787,120 787,120 00000000000000000003d7241fb4205f37d321e3610ebd1ca73b1b666a21ef4c 2,817 1.00/1.00 vMB 39
787,119 787,119 000000000000000000003595a530c6f36681869bd50dad3965126894f4a6b3d6 3,209 1.00/1.00 vMB 48
787,118 787,118 000000000000000000034e1d96fd1880d0484d84b82c9fa846743ae5a3a0d992 3,227 1.00/1.00 vMB 41
787,117 787,117 000000000000000000007b89b3ef2415d9efac0eec10d03bd987018120c2100b 2,890 1.00/1.00 vMB 48
787,116 787,116 00000000000000000005ac6129825eadd0ef8daeab577e32868d739f47791615 2,885 1.00/1.00 vMB 31
787,115 787,115 000000000000000000024d8d8ef340b2e286c25ffc4aa7e0b8ce0025c2fd606d 3,159 1.00/1.00 vMB 31
787,114 787,114 000000000000000000017d70cae27763b6c16cdf787929f558c75ca96443c738 2,510 1.00/1.00 vMB 38
787,113 787,113 000000000000000000029b96f2bd30001f1126d29587f6adfb814e56c038c0e7 2,972 1.00/1.00 vMB 35
787,112 787,112 00000000000000000002b88ae25682e29c0945113528ee8bceb3401bdacb8f99 3,747 1.00/1.00 vMB 36
787,111 787,111 00000000000000000001f0d6e6d27f442c7d02f1fe77e23222b94d123da42c03 3,477 1.00/1.00 vMB 31
787,110 787,110 00000000000000000003491e0229c9703e3757c4fdb2e7f6f3127b2653baeef1 2,985 1.00/1.00 vMB 41
787,109 787,109 00000000000000000004e751fe82e5692221fad06bccf87bba88231527ab500c 3,211 1.00/1.00 vMB 52
787,108 787,108 0000000000000000000376eae121bc432f7337a6de4adc00c7986466ef4b9a48 3,238 1.00/1.00 vMB 27
787,107 787,107 000000000000000000035d6e7099c56a776ce875b46e6278def9d889053e8ec4 2,743 1.00/1.00 vMB 23
787,106 787,106 0000000000000000000544601d671570dbeb14587b3e5d8a816a30f2ea9565c8 3,354 1.00/1.00 vMB 34
787,105 787,105 00000000000000000000c4299cf7ec4181855c619235ea6df53a7029db2b291e 2,444 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.98 GB
    • Received: 15.07 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.