Loading Tool

Explorer IconExplorer

Memory Pool

41,411 transactions
26.65 vMB
0.05487387 BTC
Random Selection Loading Transactions
Max Size: 139.71/200 MB

Candidate Block

Mining Attempt bacd7907ecf6ce3dbec6700772413f7f278025fcfe8af52c7ea3389db079983e
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root be72fd842a192652e73d62a26001465e3f42e3de562812b63a49cfd130d3146f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,754
Size: 1.00 vMB
Total Fees: 0.00562161 BTC
Feerates: 103.41 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (462,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,119 452,119 0000000000000000027c69f81d20bb5fc5dd2db7c8b40b86de305cf5624a2d1d 2,293 1.00/1.00 vMB 81
452,118 452,118 000000000000000001210994aad782bd23048c7b2e31916cc18ce48a15e5db30 1,815 1.00/1.00 vMB 112
452,117 452,117 000000000000000000df62f53ff2a56c34c7e718734bcf4a8f229b3a738dcff1 1,533 1.00/1.00 vMB 116
452,116 452,116 000000000000000002760786cb431c0824e238df5b95dad0fc24c68f0cc656a8 2,402 1.00/1.00 vMB 130
452,115 452,115 00000000000000000179ec5c5ab4a6ccb7f8a3df51a8ed848be7a8e87459fcb0 1,431 1.00/1.00 vMB 102
452,114 452,114 000000000000000001c87c36eb90d36274908b370be3788ef2a636f9c4394ffe 3,150 1.00/1.00 vMB 154
452,113 452,113 00000000000000000149b23c1854a1ee224e935e16ed38edd76dc39bb1955252 1,925 1.00/1.00 vMB 166
452,112 452,112 000000000000000001b9b72daaca49d45d588041f62a09a9c6b3a10ae89c9432 213 0.10/1.00 vMB 567
452,111 452,111 000000000000000001ef3a92c62a6af295cf213e9afd1125646ff57b91e50563 1,813 1.00/1.00 vMB 83
452,110 452,110 000000000000000000ffe75e43b899d309eabddc751c1710f7f7c81a6b64d199 2,481 1.00/1.00 vMB 88
452,109 452,109 000000000000000001b868c9f5fe07d23c3cdd57c8cb15f6925c1dcc2e00644c 1,905 1.00/1.00 vMB 100
452,108 452,108 000000000000000000590ef23732c7d0307e8deb475cce40324b74b4b529a4c6 2,195 1.00/1.00 vMB 145
452,107 452,107 0000000000000000006a44d56f40175775d1d5d97fcb47c30a951eae21f8d4a0 2,099 0.99/1.00 vMB 112
452,106 452,106 000000000000000001984287b6c6ba43c60525375293512ff219eb705a669b2f 3,081 1.00/1.00 vMB 148
452,105 452,105 000000000000000002552845f7a27fdb3dad443984f81711f34cbf40c276e16f 3,319 1.00/1.00 vMB 187
452,104 452,104 000000000000000000be1fab0266280bbe668b1af4fc6279ab2d896cdc53d18f 2,093 1.00/1.00 vMB 113
452,103 452,103 0000000000000000023b5cdb803d1571a067c71bc25e814ca4e3ee7f8e51feed 881 0.37/1.00 vMB 143
452,102 452,102 000000000000000001b9e990c72fd8aa7867005d899415dcbf0ee45ae3031199 2,527 1.00/1.00 vMB 78
452,101 452,101 0000000000000000007ee6c60f3ef5f2267ed02a0ba4c28d252947d15fdad773 2,335 1.00/1.00 vMB 128
452,100 452,100 000000000000000001ed266e9e48bc27a327530ea7ab70c49eaf4cdeae1012c0 1,450 1.00/1.00 vMB 67
452,099 452,099 00000000000000000121ebdfd38f02be0fb814dc1ef8b46dcb58b25a2aec0af6 2,135 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.