Loading Tool

Explorer IconExplorer

Memory Pool

78,500 transactions
29.44 vMB
0.06853424 BTC
Random Selection Loading Transactions
Max Size: 176.92/200 MB

Candidate Block

Mining Attempt 1a81bc7edc1aa08f957b5acb7663185219cc7b2b041441b312ba00c56ed6bf83
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 32a8bd9bdfc183c2d3d74f48c2d4f53f917207f78f9fa818320ad43f62e51f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,964
Size: 1.00 vMB
Total Fees: 0.00878951 BTC
Feerates: 150.93 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (795,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,965 119,965 00000000000069cf03c847d7d1d58b44474021b31dc65a8e83fd3a08e60a768c 36 0.01/1.00 vMB 895
119,964 119,964 00000000000064ac7c1b57c1d3b4fd3a3aeb2f26c96c2dde853eef230a271048 40 0.01/1.00 vMB 855
119,963 119,963 00000000000001a831ab6fbd4fa8c1bb98f1f07f0ceb1c5c1a8a2b4c8b567e8b 12 0.00/1.00 vMB 668
119,962 119,962 0000000000001cf475ca2791a37145307500b752d7ea8d57d513a4d77cf7c7eb 7 0.00/1.00 vMB 0
119,961 119,961 000000000000453154dc06cf8a4d0caba8247de3999e6501a441dfba0129df33 12 0.00/1.00 vMB 1,619
119,960 119,960 0000000000000208f44ba18047fddd3aeaed7faf28bd5493609596f9e2a8e1cd 61 0.03/1.00 vMB 101
119,959 119,959 0000000000002f0e764c591c145eab6b23117bc09d4e7e9a04c2f620aa2f4c76 11 0.00/1.00 vMB 3,927
119,958 119,958 000000000000b378fd34826fb260580cd9c297568630f13858bf04ef78e105e8 11 0.00/1.00 vMB 1,276
119,957 119,957 0000000000004571220ee7baa7638c2a2ba67461d006c45c6512a26c638f11e6 13 0.00/1.00 vMB 875
119,956 119,956 000000000000b25e8202644233438cf4e1ebfa5d54901bae73dd0281406b0b42 9 0.00/1.00 vMB 313
119,955 119,955 00000000000000f6a826df6779db2f9f9340e9c1cf7140bceda743b7c090e128 42 0.02/1.00 vMB 416
119,954 119,954 00000000000076d72aba397500c80d19dd7dbbc07d1e13441bbf698c537d8b8b 10 0.00/1.00 vMB 870
119,953 119,953 00000000000077982683cb2cbb04347cd7687b54cf2d5c064b01260ca6bd0d47 23 0.01/1.00 vMB 1,165
119,952 119,952 0000000000006177d80c2c1045e2ec659047f26c0984f3b381d6b36ef05db8d0 7 0.00/1.00 vMB 0
119,951 119,951 0000000000008ce0fccc0f3ac405181320f74f2fb7dfac4075a5285d8e435b17 3 0.00/1.00 vMB 0
119,950 119,950 000000000000416725c6c007e7b417f43cef8458a5faad0043042118d8e92285 25 0.01/1.00 vMB 493
119,949 119,949 000000000000247e5eb5a8b3a0a92d4e5ba9859822671b225745b1d7be14a302 12 0.00/1.00 vMB 0
119,948 119,948 00000000000045db99aadbd433c327d2c842bf4d39482970891b98a6dfbbe442 2 0.00/1.00 vMB 3,875
119,947 119,947 0000000000008c6773c0c4b4d6843a95e8c4ef9212e34aecbb28984da529c5e8 9 0.00/1.00 vMB 650
119,946 119,946 00000000000059f899fe89dae774b714462bcf9065a634850cd6c9b5e1a846e0 13 0.01/1.00 vMB 859
119,945 119,945 0000000000008efeabab5f4a087100fd195def4a83ddea6f0aa27978468b4a31 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.