Loading Tool

Explorer IconExplorer

Memory Pool

77,310 transactions
29.87 vMB
0.10402175 BTC
Random Selection Loading Transactions
Max Size: 178.48/200 MB

Candidate Block

Mining Attempt eff3f475e7b7d41c203bca7d0c74733be80837941bf9a1c3a066e89c381d99eb
Version 20000000
Previous Block 00000000000000000000709f2cd07f7bf3bc6a381136414fb4c7737559e2618e
Merkle Root 91b19c297029ab959ca54a23a03f471c4e3df5869deccb725b99b41800259b5d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 807
Size: 1.00 vMB
Total Fees: 0.02219510 BTC
Feerates: 20.13 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,274 (354,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,205 561,205 0000000000000000002817daa19f683b9defcef655f2a5d8765cd102aefcca8f 2,068 0.59/1.00 vMB 2
561,204 561,204 0000000000000000001789af3b8154a487dbfbe18122203393ff4abbeed2209d 2,682 1.00/1.00 vMB 5
561,203 561,203 00000000000000000003d112ae57961de89b53dd71c2cb0fd74e98519ad9cedb 2,804 1.00/1.00 vMB 31
561,202 561,202 00000000000000000002ed438631e7c224bb691a705dfdbffd0526fe489debf2 2,560 1.00/1.00 vMB 12
561,201 561,201 00000000000000000002cf34faf438ea9d91810831c51a6360f3dd0967e4b074 1,993 0.63/1.00 vMB 4
561,200 561,200 000000000000000000284531de0f1de83cae3c158839114ed6125e62d714ba3c 2,435 1.00/1.00 vMB 16
561,199 561,199 00000000000000000018c5b9364cf75f2f6150bcbe987c502ff8b13da11a2fcd 3,209 1.00/1.00 vMB 13
561,198 561,198 0000000000000000001e42a458e79a6d032bbb1606c0a8dbbebd36f0f8fd7cf9 2,087 0.75/1.00 vMB 5
561,197 561,197 000000000000000000213677fc7ab11c324cfb3619eb4bc1a7403e0a7791be49 2,884 1.00/1.00 vMB 15
561,196 561,196 00000000000000000009ed1875e30501e78ff114d389fd7154379b5839a8656d 1,634 0.58/1.00 vMB 4
561,195 561,195 0000000000000000002ed78e32b161d71ab556263a273b5da1cd8d71b3449fb1 2,933 1.00/1.00 vMB 8
561,194 561,194 0000000000000000000b245194efe8a3041ac5a2d48406aaf3fcdb1a9a91226f 2,976 1.00/1.00 vMB 21
561,193 561,193 0000000000000000002ab3c88e5b7fbc22e2fc6c9b68296926fa57a9d0fd8c37 2,730 1.00/1.00 vMB 21
561,192 561,192 0000000000000000000d5273796b99d0d65d103cc68d7dc59074063efda0e6e6 2,656 0.93/1.00 vMB 9
561,191 561,191 0000000000000000000530e65487859b8e292707af608cfe4b1592b8949e6f4c 2,667 1.00/1.00 vMB 3
561,190 561,190 000000000000000000270693f51aeb0dd3e8e339bbefd7007570698f893ba5bb 2,167 1.00/1.00 vMB 20
561,189 561,189 0000000000000000000effaa0247c7d2127f171bd0edd403712877faca70475f 2,678 1.00/1.00 vMB 5
561,188 561,188 000000000000000000153a4f1bd0f9ad5063b13c0cf18547f152b856b9a61f12 2,851 1.00/1.00 vMB 4
561,187 561,187 000000000000000000238a6d01201e6ca463190d27f0fac6b382d2e304256d9a 3,141 1.00/1.00 vMB 20
561,186 561,186 00000000000000000010d9b4a219f69d10e51c02e2044db1b7db7c5499013956 3,067 1.00/1.00 vMB 31
561,185 561,185 00000000000000000008c66752b902542930fb7f909c1226cf94eb6f1c8761cc 2,300 0.70/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.87 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: 713.06 GB
    • Received: 17.29 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.