Loading Tool

Explorer IconExplorer

Memory Pool

24,590 transactions
12.00 vMB
0.03703555 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.47/200 MB

Candidate Block

Mining Attempt becdcb1a8cb8ac1bb4c5b82d3a61876e71b17b6da6f3c83f35309aa219f4970f
Version 20000000
Previous Block 000000000000000000013c873cf4ceb4afccc79d707499bec1b6ac6b33058da6
Merkle Root 77263009730543fa7dcf679a4233cd067f5058afef01360bbc96508650bbd0f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,324
Size: 0.997981 1.00 vMB
Total Fees: 0.01683935 BTC
Feerates: 75.72 > 1.69 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,651 (693,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,515 220,515 00000000000003dbdeb68594fcb64b2d33121c1af7addbd877a60e8fa3d56c69 764 0.25/1.00 vMB 249
220,514 220,514 000000000000007a37c174c8844e5cb30e684870516a5a38551264466358d00c 454 0.48/1.00 vMB 77
220,513 220,513 000000000000002d93715d60360c220623a035355a6e4f414d8331dec2aa9d5d 715 0.25/1.00 vMB 256
220,512 220,512 0000000000000157d3c1a0c94248cf726215e160417848d4509e5a57ef9f7398 288 0.28/1.00 vMB 104
220,511 220,511 0000000000000316ddfed7321fd1cddb53dcc6ea1d5d7dbf2e132824462ca042 839 0.25/1.00 vMB 225
220,510 220,510 0000000000000317adf1f2ee2a7c3bf0144f1e2590b8cc9bcdf7202fe4e5b016 147 0.05/1.00 vMB 1,154
220,509 220,509 000000000000022c0a4a725d81db993144f2265149fd1b87804b31ef50a18214 578 0.28/1.00 vMB 158
220,508 220,508 00000000000004b167447acbe5487a490f153fa642244d2dee503a58cac038b9 156 0.06/1.00 vMB 86
220,507 220,507 00000000000001128ccb5d5983a7e63ec6ec80906c27d2a2c4b0586854f2800d 154 0.05/1.00 vMB 84
220,506 220,506 00000000000001dfb7a62ff9d9bca4000b7524051fdd05c43011944bf2d4a080 168 0.05/1.00 vMB 24
220,505 220,505 0000000000000453eecf4e9e0baa640dff0a87d172751d52c7c6f5414f36057d 647 0.25/1.00 vMB 261
220,504 220,504 00000000000000986bb7d67981fa67908280506293d29bf27252b485ec96b313 426 0.22/1.00 vMB 139
220,503 220,503 00000000000001128f1f1ea8620dbef7d04f1ef783f1ad43faed785654a4b243 636 0.25/1.00 vMB 239
220,502 220,502 00000000000003d39573e426e235db74009d1e33a89e172db6a9f17e86ba834e 275 0.12/1.00 vMB 172
220,501 220,501 00000000000003d8249562cdd8202c2e180883291e21f8f2532f5abd3a1f7d0b 323 0.12/1.00 vMB 202
220,500 220,500 00000000000003b5003dd212d419b85565ea68bb4f6b23b937bd47fb4db157b0 324 0.19/1.00 vMB 89
220,499 220,499 00000000000003ebc7c094d5edb1ac98769f842cd80c5b24e4634d8cd357ba02 541 0.25/1.00 vMB 169
220,498 220,498 000000000000003c8d3330be31b1f58ee29ffee1705e648a21402a55d04679c7 184 0.12/1.00 vMB 62
220,497 220,497 000000000000043c6af55ccaf9f8537c1652605b9693aef2245fa077b944bed8 71 0.02/1.00 vMB 115
220,496 220,496 000000000000049ccf565dd632900b2c59f1a70973ce42e8709cef95a2d4640a 530 0.23/1.00 vMB 190
220,495 220,495 000000000000050bb239bb9cb2031cd153f71ac0736141e4d1910d19aa99065f 347 0.16/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 780.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: 474.59 GB
    • Received: 3.07 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.