Loading Tool

Explorer IconExplorer

Memory Pool

20,920 transactions
9.01 vMB
0.05377738 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.82/200 MB

Candidate Block

Mining Attempt 7f578eabaa2ce935f591cb72135e7df582e80b34a55eed6887fcb077afa2f898
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 75588449cfb76e70be0e53ceb49fe158fa923352ef55d337159c905d6c171e1c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,450
Size: 1.00 vMB
Total Fees: 0.03139968 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (720,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,063 193,063 00000000000001b3cedbab5ad250b49f2863a671f55bf76dfcd35e93c52291bf 1,014 0.33 vMB 37
193,062 193,062 00000000000001f083449ac232ea3642db112cd6ba04a9d7073cbab183433dcd 256 0.10 vMB 167
193,061 193,061 0000000000000310b8934526f6f3a197ee2d2ca68e4022f9fd0591840d26a60f 188 0.13 vMB 94
193,060 193,060 0000000000000514a46d20c251d787c49f690103d0876311166d2c3aeb75fcfc 243 0.09 vMB 124
193,059 193,059 00000000000005ab99bcf63c8faed7cb3467390e4fe8128a569a1d439864ddaf 104 0.10 vMB 95
193,058 193,058 00000000000001561395652f2452738dc2013f1869f63acedd829009536ce240 128 0.05 vMB 201
193,057 193,057 00000000000003bb229c98bf628e57ce55104cda625c9b82b88dcc27a8901cd0 76 0.03 vMB 133
193,056 193,056 00000000000005994857dc74abe5a39dd0f49590aa2a201d5ecd880a171af698 61 0.02 vMB 160
193,055 193,055 0000000000000334269c2ed4767bf76071926123c2bc44c5e37a41aee3ffa317 75 0.03 vMB 104
193,054 193,054 000000000000010eca2cac288ea0591503b9190eb94e4a61430c2e2c12cfc175 36 0.03 vMB 175
193,053 193,053 00000000000003a613e8ab110546c2c3b02ab3b5fa805e2d0df2f9529b8a562b 89 0.03 vMB 106
193,052 193,052 000000000000022794414baab3886401fa4758eb2e63d2f532fa948e11ecf797 104 0.03 vMB 17
193,051 193,051 00000000000005688e652739d69190cc298b6f71ab639b1e2217fa8020b9cb97 127 0.05 vMB 99
193,050 193,050 00000000000001e66fb049ff4030950d2c3c525abc39b1355ce23599de335876 128 0.05 vMB 181
193,049 193,049 00000000000006a4a7e14810366ac5991ab80c10ccdae232e9525182cd6461ff 134 0.09 vMB 87
193,048 193,048 0000000000000615905922702228bd05d1149edea17a2628255bb901e6324161 209 0.10 vMB 146
193,047 193,047 000000000000033b4184f97ec4faec37203befde2bcc68e8e51e71818bb02d83 144 0.05 vMB 3
193,046 193,046 00000000000003895f732e44e897ab733bb50870fadfd1281d0dddc8b337b5cf 191 0.10 vMB 112
193,045 193,045 000000000000053bccbe2a83fcb7d15c9b0fc7984a91ed05498df3de906e71b9 418 0.20 vMB 225
193,044 193,044 0000000000000270a04fc803b9c0ce3e02a2f80a37ba6785f4c207e28ece7957 418 0.17 vMB 120
193,043 193,043 0000000000000414add5831607f2efb6c8b46f259b4485d81e71ec3a70e9ecda 49 0.01 vMB 0
Previous 10 blocks ↓
Total Size: 779.54 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: 250.15 GB
    • Received: 0.95 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.