Loading Tool

Explorer IconExplorer

Memory Pool

79,719 transactions
29.84 vMB
0.09000608 BTC
Random Selection Loading Transactions
Max Size: 180.35/200 MB

Candidate Block

Mining Attempt 63f1f8a9853d91a10d79d982894a2d58b635940ead39c7a12da283729cdbeb1d
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 736fb741c1b11a2406b49b44f1bc239f6c448484c4b505301a9932e3c71f1b88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02229967 BTC
Feerates: 40.21 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (702,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,528 212,528 00000000000001102880520f48e2853dbe2272a2c787ba2c64eb14f792314eba 609 0.25/1.00 vMB 215
212,527 212,527 00000000000002111058f52bd351758d3d4a079b1a30e7a755339be4dd0eec2c 493 0.21/1.00 vMB 184
212,526 212,526 000000000000034436d13727fad0517721aa6f2eace410669fc66e8b60f4883e 444 0.20/1.00 vMB 144
212,525 212,525 00000000000004456a329a3993d272a76ddf72322433b053151020be10b026e5 11 0.00/1.00 vMB 187
212,524 212,524 000000000000011280b630749a72e233fe57e1ecb7dc2dbdebcf112375fb54c0 823 0.25/1.00 vMB 243
212,523 212,523 00000000000004b12d657457b8a0238c20cc8d53c628558bcee923b63a1a3c93 66 0.03/1.00 vMB 80
212,522 212,522 00000000000004c6cf42b1de6d2c7eae30c2871a54998efc79e9f1b9a29d8a20 247 0.13/1.00 vMB 139
212,521 212,521 00000000000004d25a3b31930b700d86aba18ad8f7bd9b006567c4a20bc6ce17 204 0.12/1.00 vMB 137
212,520 212,520 00000000000004aaff5d54a05b5fba050c9db4ec4a5801a2f66ad6f80179da82 618 0.25/1.00 vMB 170
212,519 212,519 00000000000000e391edd34365adbe0795139fc5b87ea04ba3c563e75ab7d6e8 666 0.25/1.00 vMB 181
212,518 212,518 00000000000003ca738ac18bf9d3a41537d9b4cd067bf1863845f11678160678 658 0.28/1.00 vMB 362
212,517 212,517 00000000000004487bc797daf722dbf9cd185d659796d352eed0623b9f4503e2 44 0.02/1.00 vMB 127
212,516 212,516 00000000000004b5abdd69e069cf49f4b3ab6e44f91ea3bffcb72b0c9181e05c 268 0.11/1.00 vMB 142
212,515 212,515 00000000000004032bc2d6f4f9c1443cfc0d5a3c580ef0633bc05fca671c843c 310 0.15/1.00 vMB 137
212,514 212,514 000000000000002caccd710a2cac3381ef658ce4043c75ac25664a6553b0130f 15 0.00/1.00 vMB 14
212,513 212,513 0000000000000078e7885824d63e8513860905608f5e2c66414051df26c6cc00 635 0.25/1.00 vMB 199
212,512 212,512 000000000000049238dc6828d6a5ceb0c0a37a982c485c2ce344f91bc70e781c 125 0.05/1.00 vMB 127
212,511 212,511 00000000000003cc6d717eafa9ecd60eacf732cce64995703d122197c9ea467a 28 0.01/1.00 vMB 64
212,510 212,510 000000000000046abc3aac7cffae7c37c072b8199d03b574e6d06d65a44cf530 510 0.21/1.00 vMB 350
212,509 212,509 00000000000004cb5d7e27bc2d8963a3b88672e07d6250396be18b778d4a2ac0 324 0.16/1.00 vMB 163
212,508 212,508 00000000000003c08a5d84bf635b43cdb86b8fda11d4f0449f861de6023a2fbc 48 0.02/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.