Loading Tool

Explorer IconExplorer

Memory Pool

79,523 transactions
29.97 vMB
0.07082020 BTC
Random Selection Loading Transactions
Max Size: 183.60/200 MB

Candidate Block

Mining Attempt 1634d6b6aa8432b3289ca3e9980b3676cee1cbb2e4a484879b9265f4c9e4ddcf
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root a90bde1a033afe61d6aaf45c7547c04ee53f71472ee2f59b6631a1d6d70d6526
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,362
Size: 1.00 vMB
Total Fees: 0.00448605 BTC
Feerates: 15.06 > 0.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (398,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,492 516,492 0000000000000000001fa3c0817767de2af7ad62552fa5a556e14ff09b8f02f5 1,088 1.00/1.00 vMB 4
516,491 516,491 0000000000000000002ec14b3a14047c212088865f523e17c4c887f0de035557 2,698 1.00/1.00 vMB 14
516,490 516,490 0000000000000000001feade733ba6168d679766305f9e6eeadb95b09a4e8e7d 1,359 1.00/1.00 vMB 10
516,489 516,489 00000000000000000025825ac3c7e05450547e1eba4dee05381cd10907d05b0f 1,925 1.00/1.00 vMB 11
516,488 516,488 0000000000000000001269ec269f5b0bda4d9040aca8169fd7376ef605134969 1,807 1.00/1.00 vMB 22
516,487 516,487 0000000000000000000a888df5e64788573526050178dbc47be0c1f1b693b8c5 2,417 1.00/1.00 vMB 57
516,486 516,486 0000000000000000004a5e30ca4f127a26699102b09740c62ec340bf5d864e96 1,927 1.00/1.00 vMB 19
516,485 516,485 00000000000000000046b311bc35b7a8064c8afe505078d98b401cb77b6823d2 2,174 1.00/1.00 vMB 19
516,484 516,484 00000000000000000035ffd9b6ce6ff6446d67dfb393e1d7b97e38cf912c3fa0 2,834 0.87/1.00 vMB 9
516,483 516,483 00000000000000000010345b06401e606fe6b8ccd3c3091561ee7bac82bc637c 2,290 1.00/1.00 vMB 46
516,482 516,482 00000000000000000037aed39ba0ee7bb229afd58239984ddafaf692fede5095 986 1.00/1.00 vMB 18
516,481 516,481 0000000000000000004e5ef608b7470655ab5f53beb7476c2b596ad18f9341d5 1,158 1.00/1.00 vMB 12
516,480 516,480 0000000000000000001931cb8f2b003b972451b0b0e255a5b511df54f61d71ff 3,137 1.00/1.00 vMB 9
516,479 516,479 0000000000000000001389d851e698f6251cf0c79e720c65abbf5dedb86344b0 2,382 1.00/1.00 vMB 50
516,478 516,478 0000000000000000004a78e90f5902cf32427bb61a16550fbe688fc862fa3a94 2,264 1.00/1.00 vMB 9
516,477 516,477 00000000000000000045f7dbc04dcfe053b8ac10c9852da08e41f95e8d90ec28 2,636 1.00/1.00 vMB 41
516,476 516,476 00000000000000000006af3bd11392060bb5448ae8909cf00ccdfc612360c697 330 0.74/1.00 vMB 3
516,475 516,475 0000000000000000000a44718cff95336772e6197369a0163a47070716b31264 2,210 1.00/1.00 vMB 27
516,474 516,474 0000000000000000003781e9fad09cf3aceb75148b2d2b0c9972f441bf4e037e 1,919 1.00/1.00 vMB 18
516,473 516,473 00000000000000000026f18c581703a184eff48e71052f09f459d8dff5db3ea3 2,433 1.00/1.00 vMB 29
516,472 516,472 0000000000000000000710c931b786fd8201e3a25e0382ba066c97406dd62196 1,896 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.97 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: 716.00 GB
    • Received: 17.76 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.