Loading Tool

Explorer IconExplorer

Memory Pool

44,441 transactions
28.88 vMB
0.10377527 BTC
Random Selection Loading Transactions
Max Size: 149.30/200 MB

Candidate Block

Mining Attempt c11a8ed2f9dd914d256e086efbd9f56f5a996670af2906d793c9d064fafee799
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root f96443f57cfd2c2715bba837629647d3b710c64e5addcdcf599537b2a873a4ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.04143161 BTC
Feerates: 151.12 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (527,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,936 386,936 0000000000000000046bd1d8e3c4964eede3b49147d4b9fefa47d814140ecdec 1,598 0.75/1.00 vMB 36
386,935 386,935 00000000000000000db1ffa6b2f7b2ef0aae6207af0ba66c0914f4d85ec5ef75 645 0.44/1.00 vMB 27
386,934 386,934 00000000000000000d32c96bf6b4466fe483471091f75d079486355037646d7f 1 0.00/1.00 vMB 0
386,933 386,933 0000000000000000081f94236119836364efde912ed106643551a105f7cea878 1,450 0.75/1.00 vMB 30
386,932 386,932 000000000000000005ee08866a1c2e79f828b243479a957b5768a3fcf5b17d59 2,473 1.00/1.00 vMB 54
386,931 386,931 0000000000000000070229bbdcee5c7d8cd4e6a56aa3bd334fdc8b7f066c13de 868 1.00/1.00 vMB 15
386,930 386,930 00000000000000000680782576c901962d353d8c71eeeecd02cf88903a1e66f1 828 0.75/1.00 vMB 19
386,929 386,929 000000000000000005c16091bf1fe5d5ca74cfe488baae9d5bd1392903c4499a 2,233 1.00/1.00 vMB 37
386,928 386,928 00000000000000000583a7ec5407afecdeb2c3c09d728cf99c34757b44c052a3 1,355 0.75/1.00 vMB 28
386,927 386,927 00000000000000000359e955aca60c23f95c0d5394cc7fee28b5a04ac57e9e0e 2,538 1.00/1.00 vMB 43
386,926 386,926 0000000000000000068d8e4251aaf81dbd3e835274b6f501b3dcc8c90b12b4e0 1,354 0.93/1.00 vMB 21
386,925 386,925 00000000000000000d58faa8ceb971e9729dc4e3e5a04b79383347dd8eda17c8 1,985 1.00/1.00 vMB 28
386,924 386,924 00000000000000000b6b10b4c43406b751877987fab1e42953d924294e1a8b12 1,367 0.95/1.00 vMB 27
386,923 386,923 0000000000000000008e4617c658ad059ccefbf27baacd0b26b7e2f8098f6d21 2,100 0.75/1.00 vMB 40
386,922 386,922 0000000000000000066ffcf131a082c1aa5888a34265637be70ba1739537fc92 2,794 1.00/1.00 vMB 60
386,921 386,921 000000000000000007a440bf0035c6e5bf6a62a9f89180af2a4a036880b4ab93 2,189 0.99/1.00 vMB 35
386,920 386,920 000000000000000003b1dfc1a88c17718be4e918047d979a82cca7aeeede6f7f 1 0.00/1.00 vMB 0
386,919 386,919 000000000000000004dda87edb2572166f98c2826e7004c6a5e07ff3d62ee9c5 1,965 0.75/1.00 vMB 49
386,918 386,918 00000000000000000c038a76fb4171e10af17239c4c7fed0fc3dbf44d901a281 48 0.05/1.00 vMB 29
386,917 386,917 000000000000000009ca8ad482cf1de1dee6858a6d2e409c345af1f134b8159e 2,326 0.75/1.00 vMB 67
386,916 386,916 00000000000000000cf202a2a1b9c52bc87d618a935ff105ac569773080593cd 1,181 0.73/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.75 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: 631.71 GB
    • Received: 12.08 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.