Loading Tool

Explorer IconExplorer

Memory Pool

35,312 transactions
25.94 vMB
0.06897460 BTC
Random Selection Loading Transactions
Max Size: 131.84/200 MB

Candidate Block

Mining Attempt c656e7bb8338877abfa75e3c5e4ff671288783fa38f218d11197295e0aa992e1
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root bb22d1bdfbb2f20aa75f0d37beb42157e914c0c85f2bc96f0c314a8fbda9f871
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.02138630 BTC
Feerates: 250.88 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (525,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,402 389,402 000000000000000009c10416413b39869a2cc0212eb949fb630c86e35de73314 1,869 0.95/1.00 vMB 43
389,401 389,401 00000000000000000b9fc7d0e2e8143511f2bfd20b6d0ccac172849881990fe9 237 0.13/1.00 vMB 29
389,400 389,400 000000000000000003c1ea56e3499b55e00d803e3e0d4645ffdf12e96ca72d51 1,240 0.75/1.00 vMB 33
389,399 389,399 00000000000000000490f1a4247e22e763057545b3f80de694598cc963755d7e 2,070 0.95/1.00 vMB 38
389,398 389,398 000000000000000001bfd670d3b4e55bdb9b2f52c0a49a2947568d0c86efb065 763 0.93/1.00 vMB 19
389,397 389,397 000000000000000008d2b9f6924e1d8fb932e7276ce1b045d07547ceaeccfa04 1,474 1.00/1.00 vMB 26
389,396 389,396 000000000000000003ee6e450276798a4137ffb812351e66864f9236d587d130 1,951 1.00/1.00 vMB 25
389,395 389,395 0000000000000000084d7863a376fbb738f26b3ff7b83527ac72924051314f2f 2,130 0.75/1.00 vMB 60
389,394 389,394 0000000000000000027fb356be6f5b09ca9c246f74becb4f2a6d11a99e0fd22b 2,077 1.00/1.00 vMB 46
389,393 389,393 0000000000000000075e2aaed0d4b30faa26635f0c81314fde94a61c2516bbfd 2,125 1.00/1.00 vMB 28
389,392 389,392 00000000000000000682c539218332db59df44819b13ee333af8142790afe04a 2,573 0.75/1.00 vMB 45
389,391 389,391 0000000000000000035a9b290fa6d1122c36b25aecfb4247922827c25878dadc 1,941 0.75/1.00 vMB 91
389,390 389,390 0000000000000000060c4e1093a561587a8690257f97f05d0249882d00b59e1d 2,439 1.00/1.00 vMB 45
389,389 389,389 000000000000000000115035ef7886fbeb4b91960da2f0d796f661aab3884b51 374 0.75/1.00 vMB 13
389,388 389,388 00000000000000000a1525069510a9ace74a6ac9fe1f2169a8704238e416f062 779 0.35/1.00 vMB 35
389,387 389,387 0000000000000000011b958bdbcfda3ef3575ba1f72b869a891ea4b8ea5d0554 1,231 1.00/1.00 vMB 22
389,386 389,386 00000000000000000a521203e5cea32eb676a32743ad73df1b072145f848f9d4 2,253 1.00/1.00 vMB 38
389,385 389,385 00000000000000000abb4736c19772c50a6d0ae466512838f231e5706dcb4494 2,135 1.00/1.00 vMB 28
389,384 389,384 00000000000000000190bb93d7c334db28234034ea8137678e781d0aa950a7a8 3,267 0.95/1.00 vMB 64
389,383 389,383 000000000000000003eb6b7a0b415c0e21eb1390393b0b77394ff5d328eedcbd 1,357 0.92/1.00 vMB 24
389,382 389,382 0000000000000000009db7eba7c83eb2e4d0ada6d6a085ef985d685dbbc85c1a 2,843 0.95/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.