Loading Tool

Explorer IconExplorer

Memory Pool

78,055 transactions
29.67 vMB
0.07097849 BTC
Random Selection Loading Transactions
Max Size: 181.27/200 MB

Candidate Block

Mining Attempt 5d9c1d6c4df048f000e566eb0db8c2d2782fc5af9c6bb00807720d958c65192c
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 75efc80b0aa49023638b54b466187e6a43a4ef30fb15016f7a88e685afffa8ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.00534819 BTC
Feerates: 20.11 > 0.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (84,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,477 830,477 00000000000000000003b0e004a2deb31f8a89bcf4cc8b4762b197d71f721999 2,674 1.00/1.00 vMB 68
830,476 830,476 00000000000000000002abddd2021f131371404a47932f4ca55459b47beee184 1,888 1.00/1.00 vMB 30
830,475 830,475 00000000000000000001259470c79214298ef200101203e50a4248c42184e49f 1,714 1.00/1.00 vMB 32
830,474 830,474 00000000000000000001d803ec62c35ebbe87b4ee49bf51919e3f8d2024da3c5 2,339 1.00/1.00 vMB 48
830,473 830,473 00000000000000000002aaf797a4443d281bff4548e55ea420e43f2f068b3dd5 2,883 1.00/1.00 vMB 55
830,472 830,472 000000000000000000034f392da61ab9629aa0f7c6abc47aff325f6ff5acc0a7 3,039 1.00/1.00 vMB 41
830,471 830,471 000000000000000000022b7ad737a424e1d98f9e4af52ed59a699603ff0a96b0 1,723 1.00/1.00 vMB 34
830,470 830,470 00000000000000000001e30b31be45fe6d3e334eb627b713e32588bdbbfb8cef 2,892 1.00/1.00 vMB 36
830,469 830,469 00000000000000000001e3808cae3bfab5e5e804d05d134c25686fe83f320858 2,807 1.00/1.00 vMB 39
830,468 830,468 00000000000000000002da440128cbee4df1fdacaf77c7a970268fbd99d4db8b 3,141 1.00/1.00 vMB 43
830,467 830,467 0000000000000000000231b13ef1d4c57970732c157e8a11d2813806ac1fb47e 2,911 1.00/1.00 vMB 44
830,466 830,466 00000000000000000001edb3f57836e0777794f33d13b830e65a620c6d90017d 2,637 1.00/1.00 vMB 52
830,465 830,465 00000000000000000003ace1ca0b692b702d40cc8561a70c1d20df794039de88 3,550 1.00/1.00 vMB 43
830,464 830,464 00000000000000000002cf569b2d963006cdd0ef1e91d49c83ec25e236de9ee5 3,248 1.00/1.00 vMB 58
830,463 830,463 000000000000000000028c92a28ae9e93da5c034d2a3eac1cfd061d915e31f38 3,214 1.00/1.00 vMB 47
830,462 830,462 000000000000000000002be3025faedb5e30e8d9e8f35db039a0a6bada396e6c 1,092 1.00/1.00 vMB 24
830,461 830,461 00000000000000000000ecc0f11cd0a9cb7d73bec980da0ab011bea76fbb6248 1,608 1.00/1.00 vMB 29
830,460 830,460 00000000000000000002e7ad926db930b7c2fe9fec7750a73918d3cd46ca3b6f 1,914 1.00/1.00 vMB 34
830,459 830,459 00000000000000000001ab08af446343f6701cee11843a93b8f4e4b632774ad6 1,973 1.00/1.00 vMB 33
830,458 830,458 0000000000000000000042ae7b37cff09cbaa27c1c448eeb1f60e1bc2cc90060 3,372 1.00/1.00 vMB 31
830,457 830,457 00000000000000000001e0696c25c2e6c4fc8ea7e0c344000f3df384c49f14e2 2,448 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.10 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.