Loading Tool

Explorer IconExplorer

Memory Pool

43,006 transactions
26.41 vMB
0.05959349 BTC
Random Selection Loading Transactions
Max Size: 138.74/200 MB

Candidate Block

Mining Attempt 6e4342e8f2a16720a3d1a38b700d4b4232bc158a062adbaa0eebf3025e8f568d
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root bb372f4f1241da579bb1cc31abe63d22a6fb53f7a5f6d60021f2124b733deb17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,539
Size: 1.00 vMB
Total Fees: 0.01127366 BTC
Feerates: 74.70 > 1.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (59,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
855,204 855,204 000000000000000000000213e7a0972cffb3b5d8463d4e51b0699f865adc5dea 4,571 1.00/1.00 vMB 6
855,203 855,203 0000000000000000000134fde8e5b10984360b4452aec5eead4bff43c8f713f7 6,689 1.00/1.00 vMB 3
855,202 855,202 00000000000000000001a236e373a03db680a76e758d42776b96cc3f31c7956d 4,311 1.00/1.00 vMB 5
855,201 855,201 00000000000000000000606cee82b5203790d1972d11872ac45a443037f7f85c 7,866 1.00/1.00 vMB 3
855,200 855,200 00000000000000000002315bcd32024f5fe9be3aec55fba9dc0aa600fd20f11d 4,521 1.00/1.00 vMB 5
855,199 855,199 0000000000000000000140e29760f9ddebc1722fbf834b5de20f11ef620e17d6 5,674 1.00/1.00 vMB 4
855,198 855,198 00000000000000000000400aa65628baecd8230d7a0d0a69b71d18bc9f62dc9c 4,221 1.00/1.00 vMB 7
855,197 855,197 00000000000000000002a362cabcfa2016bdbc4467e93de65d729a09235f76b2 3,985 1.00/1.00 vMB 5
855,196 855,196 000000000000000000001f112660c1ae1bba90b743093bce1117f86994e779da 4,389 1.00/1.00 vMB 4
855,195 855,195 00000000000000000002a7410b84b91508d11f7883beb3792c85183def5d23d2 3,739 1.00/1.00 vMB 6
855,194 855,194 00000000000000000002adf17fbf5cbcff0df616d9f3ddfed8b028120ca87e62 3,861 1.00/1.00 vMB 7
855,193 855,193 0000000000000000000042d1ff5e2258557abe75aff099b03c12643f6b62f271 5,542 1.00/1.00 vMB 4
855,192 855,192 00000000000000000000a436743e75e2e769e25fea2abcde781fa177259911fd 5,902 1.00/1.00 vMB 4
855,191 855,191 000000000000000000008d0f4b62a5e13f22aa1cd3a2ee3a0af0a8537ac153d6 5,806 1.00/1.00 vMB 4
855,190 855,190 00000000000000000001bf6a34236e68227fd144429b2508fd3dd6aa7a3da08b 2,772 1.00/1.00 vMB 3
855,189 855,189 0000000000000000000249c931329e8844e4f18a17d32054db547bb3a265da1a 3,935 1.00/1.00 vMB 6
855,188 855,188 0000000000000000000039cfdd3ee29e5ff7053cd6f945f3283459c07b03f95f 1,686 1.00/1.00 vMB 3
855,187 855,187 000000000000000000017b9b637e8f9339894f545fb1cd670bc43d4c9fdfbbd0 5,518 1.00/1.00 vMB 3
855,186 855,186 00000000000000000001d33ca5884297b03ef20ac3ad802684c545bd19bacd43 6,223 1.00/1.00 vMB 4
855,185 855,185 000000000000000000027ffc643fc5edbb97b0c3f325bb0764ff5ae6c94d4c96 4,287 1.00/1.00 vMB 4
855,184 855,184 000000000000000000010626290f265c374ab5545ad928941bd76ddeecea87a2 7,024 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.