Loading Tool

Explorer IconExplorer

Memory Pool

80,018 transactions
29.53 vMB
0.08842116 BTC
Random Selection Loading Transactions
Max Size: 178.99/200 MB

Candidate Block

Mining Attempt 7b90e00bd8e3aa7fcd4213c4ed68d2dfeb3bc8b10fef797c68093012d0b806ff
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root e17bc4421ea5abd1d827c524567d665e2c84f85b5687e88c1f4bca4e7b0c06f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.02630920 BTC
Feerates: 278.95 > 2.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (428,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,937 486,937 0000000000000000001d2a4a88a19429a36c285cc2cb41c11a23c875596358c8 1,918 1.00/1.00 vMB 176
486,936 486,936 0000000000000000008add527f948bce9acb7c3c848d038334884dfeba0c6636 2,367 1.00/1.00 vMB 165
486,935 486,935 000000000000000000c81eeaa0e0274e0376a8ec21f801c4b78b3a6c71ef37e6 2,615 1.00/1.00 vMB 138
486,934 486,934 0000000000000000009fd230518a5b3d50ebcd5120a844c265d6fb67b21382cc 2,427 1.00/1.00 vMB 181
486,933 486,933 0000000000000000008b916551b4078177ac57d521cc295e82f237641bf4d19c 2,312 0.98/1.00 vMB 182
486,932 486,932 000000000000000000fe3566aa3e0f0f59474c1baf4afb61e1f0c2cacacaf575 2,582 1.00/1.00 vMB 196
486,931 486,931 0000000000000000008341269d0551365f11d3f2c25f63bcfe03a8526ba20904 1,709 0.98/1.00 vMB 175
486,930 486,930 000000000000000000730006d2128ff1e4f907a44ab416e3b1ce7a4ad8955fea 2,787 1.00/1.00 vMB 148
486,929 486,929 00000000000000000082dbb9268d04c1c4926bbe064a26d849707bec2150c530 2,213 1.00/1.00 vMB 169
486,928 486,928 000000000000000000a852765c6ed1da07228686b57b22c99684957f57ba0424 1,896 0.98/1.00 vMB 188
486,927 486,927 000000000000000000cad3fc3d910ca623582abcc41aba868eb64af420e127d1 2,219 1.00/1.00 vMB 150
486,926 486,926 000000000000000000fe932ad4104e35705dd4f83ef139332bfd006c1241d63e 2,186 0.98/1.00 vMB 148
486,925 486,925 000000000000000000c27e88490355bade30f979abbb3342957f132c65600eb9 2,385 1.00/1.00 vMB 156
486,924 486,924 0000000000000000001e33f3d86676dffdfd190715e638e444d34f4d0a8f4ee2 2,139 0.96/1.00 vMB 160
486,923 486,923 000000000000000000e2a0c7fea3bb6e9bc702156ff8dc6993a8bbea63314d5f 1,810 1.00/1.00 vMB 144
486,922 486,922 00000000000000000042256e276858fdc9ecf7e0c735e97d99fce5b3c4aea22b 1,709 0.99/1.00 vMB 179
486,921 486,921 000000000000000000578221933da3bdda498b24ce6d6cf24d420f2052c73abd 1,629 0.99/1.00 vMB 146
486,920 486,920 000000000000000000d615737ddeb0cf86cd5ade7add1d2bb77fb2f5d2955d19 2,267 1.00/1.00 vMB 147
486,919 486,919 000000000000000000aab5286332b65f1ff65b02960cba1dd73d7642978dbc6a 2,068 1.00/1.00 vMB 163
486,918 486,918 000000000000000000cbdbbf80c132fe1808e9357ad0969c8ce48ccb65585038 2,550 1.00/1.00 vMB 237
486,917 486,917 000000000000000000987a685df887ed5726904555ffce6e31db72965ea5815d 1,812 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.