Loading Tool

Explorer IconExplorer

Memory Pool

18,754 transactions
8.85 vMB
0.06174851 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.42/200 MB

Candidate Block

Mining Attempt 454625c03f08a3ea2b361ababa1f985eab76f91b1729985b1effca178163a3f6
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root 646f218ef708f85237d39bb241d82b1a0123b09fd7739ad1d4ae5b8efa4921cf
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,983
Size: 1.00 vMB
Total Fees: 0.04125518 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (718,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,832 194,832 00000000000001a746ec10dee84cb9eb8fcb26dd19483cff1d43b969f489f743 33 0.01 vMB 122
194,831 194,831 000000000000062b1e651b999bd83eae11b7cfc34c47022b73a21368ff56da94 84 0.03 vMB 115
194,830 194,830 0000000000000150b0b99d72f170b536e7e658d3898602730fecfe5889a3680e 132 0.05 vMB 146
194,829 194,829 000000000000058556291395300cd3e55f8a7cb40a1e4afbf2adcc700072159b 92 0.05 vMB 100
194,828 194,828 00000000000005ac05ccfee3352ecdc6bb47d8117e8293dc7b5fe9e70cf68aa8 69 0.03 vMB 101
194,827 194,827 000000000000004bc7ff4aa6117efbff7d2586e31fd7ab9f0497ee5718c6b526 116 0.05 vMB 74
194,826 194,826 0000000000000037694bd35d82c3970439282b465c973ad1d3f74921938a7c3a 256 0.11 vMB 131
194,825 194,825 000000000000009b120c852fb65b8021598749f97b412585ed6fd58d4d6bde20 182 0.11 vMB 125
194,824 194,824 000000000000052fd98b812e1cbf4366de42cfbdb2035e29038725b75ab12365 56 0.01 vMB 0
194,823 194,823 00000000000002860fa6bca61d962c89ae87b096aa6e29ae38da90467353ea52 130 0.08 vMB 101
194,822 194,822 000000000000017718e543703bbfd7ed955da43019d7fd3729f676c4f0ab243e 8 0.00 vMB 17
194,821 194,821 0000000000000121b19a1a857cdd67c43fd00496b99dda357bea644d2b471c5a 13 0.00 vMB 84
194,820 194,820 00000000000004f582c2e16c0c078b1c015d5e9b3c7fc72072a341d7c5de7b1d 189 0.09 vMB 130
194,819 194,819 0000000000000173c5c2bad9da972baeff9e38f99c65d63ff0005782ccee10ea 207 0.09 vMB 115
194,818 194,818 00000000000001e852202d2d28d49961b5eabdf81ed9fe1e93fb85ab1b332ea9 8 0.00 vMB 117
194,817 194,817 0000000000000594798e8c27ccfb273e1ff3a466b0c1306a0ac01d0e8c75d95f 9 0.00 vMB 14
194,816 194,816 000000000000000f890eec9504d5410b13a46a478cbe569fbe3369eebd085f30 256 0.09 vMB 88
194,815 194,815 00000000000005256b52a89e11265f0dbc5176ec2d2eeddaefd53db54b375e44 10 0.00 vMB 0
194,814 194,814 0000000000000636f7249c69d53f352d05b72ad2ea6c34df1919a876eb3f788a 24 0.01 vMB 30
194,813 194,813 0000000000000350dcf569bd331cbff82412fec6876fdb3981c202d26f235671 240 0.10 vMB 128
194,812 194,812 000000000000050732583ce5c6caba7fe1cecac22b48ac440c5e64e6fb712b3c 12 0.00 vMB 30
Previous 10 blocks ↓
Total Size: 779.54 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: 242.80 GB
    • Received: 0.92 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.