Loading Tool

Explorer IconExplorer

Memory Pool

36,151 transactions
25.77 vMB
0.08363477 BTC
Random Selection Loading Transactions
Max Size: 131.87/200 MB

Candidate Block

Mining Attempt da55ebeca2396491d7fb23851cd216b79b4e8d2f7b2144689b1c162b3d2ff45d
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 542368f8c9b4981edf65fa92b07cfbdbd4e027f32ba4efc592b6991c27edd2f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,266
Size: 1.00 vMB
Total Fees: 0.03653394 BTC
Feerates: 171.09 > 3.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (233,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,839 680,839 000000000000000000030cd4ab7b1706ccd114ed98de1cef77e6a571b8ed1d5b 1,989 1.00/1.00 vMB 95
680,838 680,838 000000000000000000036ab10ee1a78b104d862f03dc8d5cea0c130326fb6227 2,081 1.00/1.00 vMB 127
680,837 680,837 00000000000000000007f7b982b54c7fa4c8988038c77657e632353530844a9e 2,745 1.00/1.00 vMB 101
680,836 680,836 00000000000000000001f2db58d9bbbd5ee71fd90e9fcd2063ccd0c83a58d0f3 1,637 1.00/1.00 vMB 119
680,835 680,835 000000000000000000091c50b36c188da564432932828860fb08d0e1b5f29a59 2,033 1.00/1.00 vMB 174
680,834 680,834 00000000000000000009435759163403ea842b3657209d09b6890cc89ccbd28f 1,629 1.00/1.00 vMB 170
680,833 680,833 000000000000000000082be2630f8b19c80d6c767f20d787a2158e4004b1518b 1,226 1.00/1.00 vMB 183
680,832 680,832 000000000000000000032352b78ccc82acd287005c7a34d59ab83cb3465db168 2,346 1.00/1.00 vMB 167
680,831 680,831 00000000000000000002c6459bb752c99bbd6454b165f1c061cd14d82759d0e3 2,284 1.00/1.00 vMB 55
680,830 680,830 00000000000000000005ce95e92983ea246ba713acde6ac16455edf3a2dcc2bb 2,426 1.00/1.00 vMB 71
680,829 680,829 0000000000000000000999e62037caf16f70ff5645375b5344e7ef03a1295d4f 2,474 1.00/1.00 vMB 131
680,828 680,828 00000000000000000008d5c3cf60595d2bdb4c4ca45602c5559d0ad1561b1bb7 2,193 1.00/1.00 vMB 103
680,827 680,827 000000000000000000062a6bfe2666565b8e671a88ddc680ebb93a80acaa0c93 1,769 1.00/1.00 vMB 53
680,826 680,826 000000000000000000098311bcbba6de37e321e8ec73704831531828c9ad3b0c 3,030 1.00/1.00 vMB 75
680,825 680,825 000000000000000000092b68051237a5cf8092b93b1972f1056e32b717d15e0d 2,680 1.00/1.00 vMB 98
680,824 680,824 0000000000000000000742b2e87c8757d824473d69561601fd004c55975edc9d 2,494 1.00/1.00 vMB 200
680,823 680,823 00000000000000000002d4cd34a28d9c0ac11a1ed05193d53a9ee99eeee31074 2,777 1.00/1.00 vMB 148
680,822 680,822 000000000000000000084b5f6459f40ca3665cd185ae640be3a13134b29721cb 1,945 1.00/1.00 vMB 130
680,821 680,821 0000000000000000000bd6b2bdd80853d66fec4242e4892a27a0001c00f5fb16 1,976 1.00/1.00 vMB 165
680,820 680,820 00000000000000000006a708d679ac7d2939c166a447bec17ed2c397d633c4c0 2,127 1.00/1.00 vMB 191
680,819 680,819 00000000000000000002e9e161e2b4f3cfc1ddcaf6496902a17be1d73384201e 2,536 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.