Loading Tool

Explorer IconExplorer

Memory Pool

40,895 transactions
27.94 vMB
0.06412134 BTC
Random Selection Loading Transactions
Max Size: 143.43/200 MB

Candidate Block

Mining Attempt eeecaf3c7e406c91b1d49da0d79de1b14c0c48a47f984c3227ec39522297364e
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 67c1498f10291718b2362b7b33cfb99412ba9ce95900bb815b478f1e2eac2b36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,638
Size: 1.00 vMB
Total Fees: 0.01055811 BTC
Feerates: 100.56 > 1.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (685,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,325 229,325 000000000000022a3900bb9696e299b3629c4c0355fe8ecf638f7680d73986e5 111 0.16/1.00 vMB 60
229,324 229,324 0000000000000120cdf59fa8513115191016a21e71d7ae80997354289f9a1f2a 97 0.14/1.00 vMB 49
229,323 229,323 0000000000000209327122eaffa9c782543c7f6f5fe758145714cb10d09e45af 570 0.25/1.00 vMB 191
229,322 229,322 0000000000000128ac146ffc9d18c5fef6403a433b5105392dbcfb680b28b33b 315 0.21/1.00 vMB 164
229,321 229,321 00000000000002280b1dd7fac07fbe1569579a682b939964d92c76b803b94f69 649 0.25/1.00 vMB 258
229,320 229,320 000000000000013e1cfcfd61b841a68a2bcdf39770e1cdcf387b0f8d1e80e0fc 425 0.18/1.00 vMB 189
229,319 229,319 00000000000000a8852fa46226a00f2d2a55d26b7f9c300426287382c01cb8b0 214 0.15/1.00 vMB 39
229,318 229,318 000000000000012f804fef15b115df705e1fbab588c7d4e8c447ed9dbc655c7d 76 0.10/1.00 vMB 45
229,317 229,317 000000000000000771a50dff3b293fe8e30490cdbb7f6121f1e69d81e67d2630 121 0.10/1.00 vMB 48
229,316 229,316 00000000000000a1f9d7295ace4b5dcd84cad655d9b7610f4404c0f55a9d039d 464 0.24/1.00 vMB 546
229,315 229,315 00000000000001bd92350c49b6c248ad4563b3a75d00efa48ca39544c6ec2550 193 0.10/1.00 vMB 105
229,314 229,314 0000000000000070de0932e04d69865003af73c08d7788f5eebaa6657daf428a 480 0.21/1.00 vMB 171
229,313 229,313 000000000000009b19d1a8acbf19a44500b99d7e2ae7b9fb57c7b099df295f50 551 0.25/1.00 vMB 172
229,312 229,312 00000000000001a67e3a1bb453a305d4d9408d54634475f16c791c69466cca2b 370 0.25/1.00 vMB 99
229,311 229,311 0000000000000009d5158bdf82d8cb3deb3481d3446b1f6d0106ebcdda8a28bd 818 0.39/1.00 vMB 186
229,310 229,310 00000000000002108a290a1a0c13aa0471b2d0c4ed3427a0dd7f4f0563847584 336 0.23/1.00 vMB 102
229,309 229,309 0000000000000172e48f1822640aa35edbcf35d7222bc4c4631ca922fa7a0d22 757 0.25/1.00 vMB 225
229,308 229,308 00000000000002178ce108cb360467c1a574b2b2cf5e7270906715d859e415ce 457 0.20/1.00 vMB 166
229,307 229,307 000000000000001a277bd7750de0a8869ac2ed18d45aca8b7128c61c341fcad9 175 0.10/1.00 vMB 128
229,306 229,306 0000000000000170ee004726ae107a523373e2538798869a9295a6770fc8803d 567 0.31/1.00 vMB 171
229,305 229,305 00000000000001ccb63d96955fd6c6c251de04629d5880932cfadfa524d2db56 336 0.14/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.73 GB
    • Received: 12.08 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.