Loading Tool

Explorer IconExplorer

Memory Pool

79,288 transactions
29.09 vMB
0.11907888 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt 497716160901f8658af7fa70bea6f895d5875d49e8ca1d49007139298511b11b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 41630af27d64a243e396086ddb81df46bc9c2f5fb2d677a6cc6a17a7f491d617
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.04375036 BTC
Feerates: 602.26 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (394,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,887 520,887 00000000000000000001c323479f1f61c36455407fbd839fe35e6811c9d5f717 703 1.00/1.00 vMB 9
520,886 520,886 0000000000000000002eec19b064a8808b7651e34e3a1db154d2e5cd35cee3c9 2,156 1.00/1.00 vMB 1
520,885 520,885 0000000000000000002b4efaf34fc414ec4d82deeb93c83fe53223d3705d1823 1,953 1.00/1.00 vMB 43
520,884 520,884 000000000000000000229e7bef9047947dd97724daf4a1d6aa83349b5619922f 2,292 1.00/1.00 vMB 31
520,883 520,883 00000000000000000025b02fde554f14d75e8ec083a74d3029fb3a5a031bd8b0 2,250 1.00/1.00 vMB 39
520,882 520,882 00000000000000000008f254fef5b0d65facac0054d0ce650eaff801360a017d 2,138 1.00/1.00 vMB 56
520,881 520,881 00000000000000000024652bc695f77bb710db1e582e9f812558f4620a4231cb 2,502 1.00/1.00 vMB 45
520,880 520,880 0000000000000000004032b4b34a2dff4d964132f3eb50d4188b37990a691e46 2,023 1.00/1.00 vMB 33
520,879 520,879 00000000000000000022d45a4e49e0682c29cfe56ef17a15eba010ede6944cc5 1,535 1.00/1.00 vMB 12
520,878 520,878 0000000000000000000738b5560d95f1634e6422ba48f610c502d411d925f114 2,354 1.00/1.00 vMB 19
520,877 520,877 00000000000000000012799128e7a16c0a6061084aa8dd0bde0b53860031f87f 903 0.28/1.00 vMB 26
520,876 520,876 0000000000000000000b84366b96f7e9aed065822d53e04f478786f2b895827a 1,883 1.00/1.00 vMB 68
520,875 520,875 0000000000000000003638110bd02f7f7f9c9b1d0f9eab6535fdb00c454646e4 1,371 0.57/1.00 vMB 35
520,874 520,874 0000000000000000001e6a5e20a38e1285d85998b74e04dc894bea326e4a010c 2,488 1.00/1.00 vMB 66
520,873 520,873 00000000000000000031e5af7514305fa14b440bd51fcc922d07eefc38bacf89 2,160 1.00/1.00 vMB 37
520,872 520,872 00000000000000000009b6861461e01809e970d477636296d17dcd9176bb5f47 770 0.51/1.00 vMB 6
520,871 520,871 0000000000000000003d1a199888c2a4e80ae2f39f9537e6a083c1385fece754 1,404 1.00/1.00 vMB 41
520,870 520,870 00000000000000000041185a6daf5e4459c0fe783ec3af976d31c709510f02e5 1,489 1.00/1.00 vMB 29
520,869 520,869 0000000000000000000832e2b7fb5d89c641072715950e5d858a20e2b8461e52 1,023 0.50/1.00 vMB 34
520,868 520,868 0000000000000000002d7d144a32feae31d8551e829d69bd67bafc05d39f34f4 182 0.06/1.00 vMB 24
520,867 520,867 0000000000000000004274c70edb7149d8f8e0b098e6c098f506b8e49240c614 229 0.13/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.92 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: 714.43 GB
    • Received: 17.54 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.