Loading Tool

Explorer IconExplorer

Memory Pool

38,719 transactions
26.56 vMB
0.10060946 BTC
Random Selection Loading Transactions
Max Size: 136.25/200 MB

Candidate Block

Mining Attempt c03998910c026b73e90292e5ad4dd1a924cd07c9103d3bce49bdd123357a4d27
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 3f249a79d208f21943381875188f23cc85208122be965f27df1409d9648d0001
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.03741374 BTC
Feerates: 150.71 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (440,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,074 474,074 00000000000000000085f6b4933795174e70ebf48f44adbbaec6386a60b8573d 1,373 1.00/1.00 vMB 302
474,073 474,073 00000000000000000033f0a92b4ceac6d3cad29fca86ca188ad418e3e3a38af7 1 0.00/1.00 vMB 0
474,072 474,072 00000000000000000104caa873a1f54e3ddbb535d5bf35adae136159b3d45936 1,840 1.00/1.00 vMB 292
474,071 474,071 0000000000000000005bd351f8ddd456c2e4bb03a0a21915b0970d483dd829fa 2,271 1.00/1.00 vMB 289
474,070 474,070 0000000000000000017e4bc88241c09267aa49a1801089bade8049c5f056f654 1,287 1.00/1.00 vMB 251
474,069 474,069 00000000000000000037903363f36de12447a7a7a4afb7bcc8f1c849836374c5 2,043 1.00/1.00 vMB 397
474,068 474,068 0000000000000000010bb8d227ac16a5f6bbda724080aad1fcec55cffc07168a 1,854 1.00/1.00 vMB 95
474,067 474,067 00000000000000000012b4c3f05b728924c71a0321a9a6ad630101514f756fb3 2,012 1.00/1.00 vMB 319
474,066 474,066 00000000000000000008480f6870ef71fb169c3f07cfb49ee3e8cf2cf7398d80 1,966 1.00/1.00 vMB 306
474,065 474,065 000000000000000000175a62ce0136d92997798619c412d92f85ed0d521b8f37 2,092 1.00/1.00 vMB 210
474,064 474,064 000000000000000000934a47c277057aa777e336e313ef113976d376a333ec9c 1,266 1.00/1.00 vMB 129
474,063 474,063 0000000000000000008f05c4d349c8d08aced896f4341e9412fcc86a3a754c76 2,024 0.99/1.00 vMB 197
474,062 474,062 00000000000000000034aeb0f80bc3562d6e6565261b2c4927a23040e8741ff4 2,327 0.99/1.00 vMB 246
474,061 474,061 0000000000000000009b3f26bac2f796d7ebe2bbd4d91c80014ceb5dd8efcb25 2,115 1.00/1.00 vMB 291
474,060 474,060 0000000000000000013ffe5a7385a45236614d811e337b35a3f5442d69895b01 2,321 1.00/1.00 vMB 296
474,059 474,059 0000000000000000013db8ec22bbd6f2d18182f3c67c2ab79a2ee6ecce624ac8 1,740 0.99/1.00 vMB 316
474,058 474,058 000000000000000000c61aec52259d4091f1f127ee33ac1bbc2c0489ea2559df 2,236 1.00/1.00 vMB 391
474,057 474,057 000000000000000000bdbfddc436d46aea4a918e3b1c96a155b0ffaca012a570 1,207 1.00/1.00 vMB 326
474,056 474,056 0000000000000000014f0d833dd6fb6ba355b07f1c2d163b3e51b1055c4b0924 2,281 1.00/1.00 vMB 372
474,055 474,055 0000000000000000009f6ac44574f81d278f159753ceb2277437cb01e78e2dce 2,108 1.00/1.00 vMB 457
474,054 474,054 00000000000000000138494450d2f51a9ea8f1045cae346ba52320a4a564d1b9 1,309 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.87 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: 642.92 GB
    • Received: 12.57 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.