Loading Tool

Explorer IconExplorer

Memory Pool

44,639 transactions
26.63 vMB
0.05918170 BTC
Random Selection Loading Transactions
Max Size: 140.89/200 MB

Candidate Block

Mining Attempt 16f62813eeedff32f1835196662eb2ae24e4b567f888dbdcd43319b71f9b3a8e
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 15ccb814279dd135633b6bd7e3d279b13e515c89faee3e1db28c15e6aa7cc281
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,328
Size: 1.00 vMB
Total Fees: 0.01020189 BTC
Feerates: 101.72 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (318,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,187 596,187 00000000000000000016ffe9d3c382bd1fe8179a43ef3556a4ca6bca295e3138 2,290 1.00/1.00 vMB 28
596,186 596,186 000000000000000000146157bb0d059d290fc09b3bca491004c9b3a4e37f4bb0 2,584 1.00/1.00 vMB 19
596,185 596,185 00000000000000000002a1f456b4281188009c78bd8c5861352866658a559d3e 2,861 1.00/1.00 vMB 33
596,184 596,184 0000000000000000001234e4e275efb70314775ae77337e00b44186c4eb1d5b8 1,905 1.00/1.00 vMB 24
596,183 596,183 00000000000000000009400651c5aaa30b8593615808135471d0cdd629df5aac 2,830 1.00/1.00 vMB 29
596,182 596,182 000000000000000000101434777871822e9655bdcfb942fa27d1863248aee568 2,407 1.00/1.00 vMB 48
596,181 596,181 000000000000000000122853d6183da16e17f0c454c79ed7cbfe94656e23a59d 2,389 1.00/1.00 vMB 19
596,180 596,180 00000000000000000007acb4d9c1779b557b5506a79ea1f2cffe535c5983d919 3,218 1.00/1.00 vMB 31
596,179 596,179 0000000000000000000f2f67394649c75272968bb066d5958619870b075d7a50 2,657 1.00/1.00 vMB 4
596,178 596,178 0000000000000000001477c3ce12d983f77946192c524ef102c725db581b2044 2,449 1.00/1.00 vMB 26
596,177 596,177 0000000000000000000e5a9c049653f341b5c4383a1f9281d47185aa2d99315b 2,308 1.00/1.00 vMB 13
596,176 596,176 000000000000000000135c1cbae7e610cd7e3c0bacc3a86a8c0b40e3f4895586 2,736 1.00/1.00 vMB 16
596,175 596,175 0000000000000000000a133bba45cd1528a3cb57477731e5f2983f1a6668435b 3,021 1.00/1.00 vMB 34
596,174 596,174 0000000000000000001056a375ef14859db969aaad08ead83c17f2b441fc42b0 3,024 1.00/1.00 vMB 29
596,173 596,173 00000000000000000015baf59398ad54bafff28e7415556350ca4bb9e7f84c21 2,688 1.00/1.00 vMB 27
596,172 596,172 0000000000000000000caeb8d107e97fd3510e8dfb119b4f31a4b09a00de8de5 2,661 1.00/1.00 vMB 49
596,171 596,171 00000000000000000000c2ca3b63c02665ef5324ab05a6c37e7333a9f1ca0b9f 2,079 1.00/1.00 vMB 50
596,170 596,170 0000000000000000000de1fc43b889fdefaaf9ef288f1a36bcff0ef0df16e511 2,593 1.00/1.00 vMB 20
596,169 596,169 000000000000000000058e204cd97f5482361cd685f6789e86711a82ea608c47 2,140 1.00/1.00 vMB 36
596,168 596,168 00000000000000000001a14d6875b91e37d24cf21d42205553d692294278f170 3,162 1.00/1.00 vMB 36
596,167 596,167 0000000000000000000d1c16ed3c4b893161d7b8bd9e25abdbd716b6fd465a6a 2,795 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.