Loading Tool

Explorer IconExplorer

Memory Pool

27,395 transactions
25.46 vMB
0.07626269 BTC
Random Selection Loading Transactions
Max Size: 123.22/200 MB

Candidate Block

Mining Attempt 8b6ba8b1fefc0be63e2d98e45d55d763cc836534ae81aa2974c4cc68236c3a6e
Version 20000000
Previous Block 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a
Merkle Root 4e0810603bf2b739b36f15f773933cf83382cb155e2bea5740bddb7f3fae73a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.02896551 BTC
Feerates: 160.57 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,178 (821,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,942 92,942 00000000000802c60e6687d711126fff798bf0fe0d5a2e32087fc84cbab8da48 219 0.05/1.00 vMB 0
92,941 92,941 000000000003d58c03bbb12d3ebea83f8b721ca37e82331ca20934a7508185c5 219 0.05/1.00 vMB 0
92,940 92,940 0000000000052f81e91a7576bf3cae7fe3b9f1d4eda3ccf6cf5fc9a6fc43dcf2 223 0.05/1.00 vMB 20
92,939 92,939 00000000000353085d3d8acd5ef72bf6d54bc1d4b7aa93aea80890856467a8f0 21 0.00/1.00 vMB 0
92,938 92,938 0000000000082a4530564ad430557ba8178252dfcc461a01ba73b3ff559efa88 14 0.00/1.00 vMB 335
92,937 92,937 000000000006413dbc5697f89060c68c4c2c2f7e70810a78bfc2aed763261f43 2 0.00/1.00 vMB 0
92,936 92,936 0000000000009eeefab10f4646a714275690f773559182d5cf8caa6abcb8d25b 218 0.05/1.00 vMB 20
92,935 92,935 000000000002032da6e5269f720b190b5bf20162295a98b9e960e8f20d14b06b 18 0.00/1.00 vMB 0
92,934 92,934 0000000000037afbacd1a013fe8092dd7123d7aab13232015bdb8f68a71bb4c9 219 0.05/1.00 vMB 0
92,933 92,933 000000000000858ffb902c90447c9568c23b3fbfbac3af1ea937ff25d2e0ebc6 206 0.05/1.00 vMB 20
92,932 92,932 000000000001705e2a27338061662b0233fa5dc6947eeb2d0b4feac1f3f2b155 2 0.00/1.00 vMB 3,875
92,931 92,931 0000000000088dd78ba486a9eb753bac6311632ef9eaa237b2a1791264d4f5be 219 0.05/1.00 vMB 0
92,930 92,930 0000000000091265b4eada79f73d0ac24f68644de1ad2bf63f6e070687bca349 219 0.05/1.00 vMB 20
92,929 92,929 000000000005909dae46cbca6269cbdbc31b51bf0fc646e2706cf46aebcc0aa6 1 0.00/1.00 vMB 0
92,928 92,928 0000000000021f229c79ca9bb4ce8e7c543f0e27146db60f4ff4d3cea4fac421 6 0.00/1.00 vMB 0
92,927 92,927 000000000002ddd13557a212bef76af75a5af475e0addee4e264d5c00b2cc82a 3 0.00/1.00 vMB 0
92,926 92,926 000000000001c042c4b3bd8a5e05555f87f2bcb6c0c32a888411f1e8af6cedb2 1 0.00/1.00 vMB 0
92,925 92,925 00000000000740091da95941aee09cb77e39890ae5858a3c153ef4eeff142254 1 0.00/1.00 vMB 0
92,924 92,924 000000000001e0a51b78fd9e624bafc4a811c059a5dca66278b5c8b283a3c89b 3 0.00/1.00 vMB 0
92,923 92,923 000000000005b1d82f41307ef051ec5f2efe8f4087b7fec0ff442d4c06fec3c8 4 0.00/1.00 vMB 0
92,922 92,922 0000000000066beaefc23e531596e6682384f10f8460b779b06231c0d9662b97 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 571.96 GB
    • Received: 7.82 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.