Loading Tool

Explorer IconExplorer

Memory Pool

72,589 transactions
28.04 vMB
0.06958422 BTC
Random Selection Loading Transactions
Max Size: 166.17/200 MB

Candidate Block

Mining Attempt f5223924834d18f75da20399b5c85803ca1ee70bdd8f837e48a98038212d8f14
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 6fbff2209d97901e79d674e8a2e1eb5dd7c525f76f9e1ff7d6acb44841efad48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,815
Size: 1.00 vMB
Total Fees: 0.01299554 BTC
Feerates: 101.52 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (775,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
139,152 139,152 00000000000004c773338f434caf00cb4c8155d9f8dca8cb9de0daf4a5ed1b28 7 0.00/1.00 vMB 792
139,151 139,151 000000000000071d8d9b28e5404023ba7afe7b78eccc0b0f57760f9a603c6e65 113 0.05/1.00 vMB 305
139,150 139,150 000000000000033dd971c985b0863cde92931ed5b788b8ad473647f3fb21b99f 65 0.03/1.00 vMB 205
139,149 139,149 00000000000001a1b99df5600ecd7de48bc6782ff309bcae9357aa47e616297b 15 0.01/1.00 vMB 154
139,148 139,148 0000000000000036b7f0ff4792f3d354c9858f76c4415d28dab22e25bd573143 139 0.06/1.00 vMB 1,021
139,147 139,147 00000000000008772b86474c712e437ec37c32f8561ff2e9655921486fd1ca63 48 0.02/1.00 vMB 121
139,146 139,146 000000000000043cc4d00d517b00c9b1c55c160dae0b5dfc76b3d660bbcf7271 57 0.03/1.00 vMB 147
139,145 139,145 0000000000000864b3df930e12b25dee678be5275138ed29e1ef22b0c587e883 24 0.01/1.00 vMB 432
139,144 139,144 000000000000005772daebdf8018f1bd68e27bbc7a924fd9abf6f092cdf159dc 80 0.05/1.00 vMB 421
139,143 139,143 000000000000004d9ff5c74da57ec75911dff7b5a0421d2858a9af1d68e867a6 38 0.01/1.00 vMB 151
139,142 139,142 00000000000003831f3a8a38b441d8e40810208a3ace6940c4ff82c3ac5f437a 10 0.01/1.00 vMB 0
139,141 139,141 000000000000017df59eff1e1857f3b83a6e677ffe8e418c604b1dd0daf0c414 22 0.01/1.00 vMB 153
139,140 139,140 000000000000067c4a58b4ecf6fb23253a438c5216df3df9fc46ab1e7fa24838 100 0.03/1.00 vMB 0
139,139 139,139 0000000000000483644ee1dba027101e9d1e52c1b0e30a7fbc0e705f1de1fe17 104 0.05/1.00 vMB 131
139,138 139,138 000000000000024a57aa6ec0656ad5d87e9c6a03b4fd216bbbf4082a28737fae 10 0.00/1.00 vMB 253
139,137 139,137 00000000000000a94ea8c9890967cb3bb6b8418f65b3dd8795f17c415f4fe226 40 0.02/1.00 vMB 81
139,136 139,136 00000000000004ea29777ab606c91f260347dc094507040f45a2f43f728d00a3 31 0.02/1.00 vMB 286
139,135 139,135 0000000000000890c8945dd5c5836d9ce167e649303029ab4209630235ffd53a 84 0.03/1.00 vMB 119
139,134 139,134 000000000000011bc125c776c1a4f8c147d895660e2bc049575a254c44280465 52 0.02/1.00 vMB 35
139,133 139,133 00000000000008727101cf0d8970c6c6fcbeb9059b810ce7e2fb7d0642369902 19 0.01/1.00 vMB 360
139,132 139,132 000000000000082d8311b1f86f16c97c21ddacf8f4eedeff37d338beb5804e57 79 0.06/1.00 vMB 240
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.