Loading Tool

Explorer IconExplorer

Memory Pool

23,004 transactions
10.10 vMB
0.02754895 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.81/200 MB

Candidate Block

Mining Attempt f6c0f984fa9362aedbc98bbf22872e0d8f3fa0b9733fc98715f1dad3a4abcfde
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root 862371058175e949082b96d80b4258ab7093091fa5774e425146d53a728a0dd8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,633
Size: 1.00 vMB
Total Fees: 0.01124152 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (770,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,931 142,931 00000000000008c3c996bfb810fbb3e3f6e0173f6f6b642b7e752e11399ef437 3 0.00 vMB 0
142,930 142,930 00000000000002134d0330fc442355eb2e16c958502342615784aceaab0e6511 17 0.01 vMB 525
142,929 142,929 000000000000087e2916bf4ef921ff270ee56eaf20899dad45a22f2face21bcb 14 0.00 vMB 297
142,928 142,928 000000000000088edf1bc4fa90c824a39cca2d69ef8cb19cb61040e728dda5c0 29 0.02 vMB 245
142,927 142,927 000000000000006c062d85835b6a1065586b31603bb933ed7cf92ce3f678c43e 63 0.03 vMB 159
142,926 142,926 0000000000000399d64c4a28ab8775928b21161dccafe4eb19cc56ef99ca9e91 14 0.01 vMB 122
142,925 142,925 0000000000000682111850647cd05cc007eae3b123a6b28135bde7afccf0c58e 131 0.04 vMB 143
142,924 142,924 00000000000007a51157226057deb4b1ecdba25dae64cedfd8ea56b29b7750cb 1 0.00 vMB 0
142,923 142,923 00000000000006c2b6bc7699b6b78ee78653c0951263a95763471afbe80475b9 21 0.01 vMB 380
142,922 142,922 00000000000008d222d622706ae1ccd5fdb326f155409b44af151f6c4625b212 119 0.04 vMB 1,183
142,921 142,921 00000000000000a06a91f2e9c6efca64cd35e647c1fef8e60cc230c1acdbd02b 107 0.05 vMB 84
142,920 142,920 000000000000069e27183e586857eb008e70a07f02ca5c827682d9e40461bf0b 25 0.01 vMB 1,382
142,919 142,919 00000000000006da1cbef1b4caad386244a7e0742b38bfae67da044f2dfeefbe 9 0.00 vMB 48
142,918 142,918 000000000000014313ebe256e0af3add222378ba5e12f7eda7a070e488dc4bfd 8 0.01 vMB 32
142,917 142,917 000000000000064fc216934307a3f7721937b7262402afe59b26f178a2f905c2 12 0.01 vMB 119
142,916 142,916 0000000000000361c62cffb7c58ff942cc7bf2e45f2dafd054794de9465fdc22 9 0.00 vMB 135
142,915 142,915 00000000000001b617f0ba20675d6b4e6401577fb5543ed7b6b056c53cbcc906 5 0.00 vMB 1,374
142,914 142,914 00000000000002088ccf90503ffa39b21182483517f79da4c0b923d1bbc12c3a 112 0.04 vMB 68
142,913 142,913 000000000000007902419c919dde801d22febceedaf7493e0cf279ac539700d8 25 0.02 vMB 251
142,912 142,912 0000000000000633caddc7f49c2edea79eb50d5db29f89facdc8a4a94a5f7bd2 13 0.01 vMB 32
142,911 142,911 00000000000005a90480227a5cc52000dd29059ea6d99966a51c5b624cf7054c 62 0.03 vMB 261
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 379.16 GB
    • Received: 1.90 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.