Loading Tool

Explorer IconExplorer

Memory Pool

73,236 transactions
28.21 vMB
0.07229355 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 1820e7fe3a33d45c4a37dedd73435add1ee5551ff914ad856b96b4299cf6b78d
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (116,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,549 798,549 000000000000000000012d809e5d3165c41b366eb3e8c86d48b18970bf1b3cd2 2,513 1.00/1.00 vMB 29
798,548 798,548 00000000000000000001eaa1eb127515cb8a76d7cb9a70f86216c7215ea5d020 3,326 1.00/1.00 vMB 30
798,547 798,547 00000000000000000003f71bb7a78de14757258e6aab464c5d7828b66ced46f4 2,683 1.00/1.00 vMB 43
798,546 798,546 00000000000000000004400958fd20ce545af8612221813a2b48cc1a0a65569a 3,672 1.00/1.00 vMB 13
798,545 798,545 00000000000000000003460e77178b08b7f4e6776d6bf5b2b9af8f94c7a16a8b 4,070 1.00/1.00 vMB 19
798,544 798,544 00000000000000000004206187f7086f2daa7d1ac7fa75848166a828de901200 3,099 1.00/1.00 vMB 29
798,543 798,543 00000000000000000003447d405e71586545d23624d870639a230a2bd4382e4a 1,841 1.00/1.00 vMB 10
798,542 798,542 0000000000000000000094f398f3ce6fcd5ac5230058a10e2962dc0df3290491 2,171 1.00/1.00 vMB 16
798,541 798,541 00000000000000000003d6214e7a762ef8c0a3a55b8432278fdaed10adff6048 2,055 1.00/1.00 vMB 10
798,540 798,540 000000000000000000042fa1253b4dbab9bfbeca4fee4c5e350ea3703e6e696f 2,743 1.00/1.00 vMB 13
798,539 798,539 00000000000000000001afa7094a59bf37b5f3b80152954175e08239da272f86 3,537 1.00/1.00 vMB 8
798,538 798,538 0000000000000000000426475dd84325ea81cad15c6a47c0f35680d471f10e4e 3,565 1.00/1.00 vMB 18
798,537 798,537 00000000000000000004d5aeab71a81eee7ccbcbe78b36ec00712e7807a71887 3,737 1.00/1.00 vMB 21
798,536 798,536 00000000000000000002ae095d08c46ad1f2281ba565cd321c80214af16fb1db 4,020 1.00/1.00 vMB 9
798,535 798,535 0000000000000000000099d098b53ad32af18a58a67191047ac5f27a1ed311d8 4,036 1.00/1.00 vMB 8
798,534 798,534 00000000000000000003c8dc65a1334b8262f1c476ff87bb5675bda2863619b8 3,187 1.00/1.00 vMB 13
798,533 798,533 00000000000000000002cc7b2e3b335937eb5d10b6941072bca0dec251b0e2e7 4,071 1.00/1.00 vMB 15
798,532 798,532 00000000000000000004c6497b47093590ecf1b7e61c69a0039807dd2744b95f 1,890 1.00/1.00 vMB 24
798,531 798,531 0000000000000000000069d86ea09bdcccfe0bcb8fa8492440f1f874666ee3f2 2,880 1.00/1.00 vMB 11
798,530 798,530 00000000000000000004c61d52a4861888b5f3f0878aa139cb98d164314202c0 4,074 1.00/1.00 vMB 7
798,529 798,529 00000000000000000001116792f57b8fbd13fd9165f5b2f0a97fe65e961aad4e 4,880 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.