Loading Tool

Explorer IconExplorer

Memory Pool

35,769 transactions
33.91 vMB
0.08995498 BTC
Random Selection Loading Transactions
Max Size: 164.54/200 MB

Candidate Block

Mining Attempt eaa7681db71382fca1573557c108b0a6c701f5aab379db0ef66419daeb3374dd
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root 5e3a9706fb1e29ae415796e339acea35c47803001670108b456fc384343f360c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,078
Size: 1.00 vMB
Total Fees: 0.01688988 BTC
Feerates: 101.68 > 1.69 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (910,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,301 4,301 000000008baa63431721e601b2b003bae7726adee3086867863657283dc30114 1 0.00/1.00 vMB 0
4,300 4,300 0000000000b54b5510fbf287ad4c31ced608521b2ccef6c7ed8ef033060e3eb4 1 0.00/1.00 vMB 0
4,299 4,299 000000006442d82b6504a4fc33d1a2a3a2c2f7ceccebb0cb093b1b59b8457002 1 0.00/1.00 vMB 0
4,298 4,298 0000000037902846623149dd4b8117f1e03469b12da037ff5ddeac8ca122c38c 1 0.00/1.00 vMB 0
4,297 4,297 000000008fae380b28898add3a3383a9743caf412206508ebe5ab86707317cbb 1 0.00/1.00 vMB 0
4,296 4,296 0000000061c6e5cce6587e39921c2b77e2925c71367bd2efb68b0d7098e685a1 1 0.00/1.00 vMB 0
4,295 4,295 0000000075fd168f2c87b3d7e8c184f290807bad627933efe29485f94bbaae5d 1 0.00/1.00 vMB 0
4,294 4,294 000000000dcfc38f9fb68639baa7881307e9aa291dafdc06d1cdd75912dcc9ff 1 0.00/1.00 vMB 0
4,293 4,293 00000000a585798563ea032364eb744193a4ca1bbe88b6c6cb74ff682137ec28 1 0.00/1.00 vMB 0
4,292 4,292 00000000eee94d88c599d3de9572c13c99e3c0a20588765a51d5c41450a6a769 1 0.00/1.00 vMB 0
4,291 4,291 0000000000a9b124abca780e299cbc6be88596ac86458f22ccb0bc2d5257b6f6 1 0.00/1.00 vMB 0
4,290 4,290 00000000d4f97ce36a8cdc4a78ee6b963cfadc24d007ca84603bcb4a77ab46cd 1 0.00/1.00 vMB 0
4,289 4,289 00000000ff7999d3c14fc0c601147af1ae5f07ee839f768e53c2277566ce4a43 1 0.00/1.00 vMB 0
4,288 4,288 000000006d5e2deae03b412459e1bd0b5368008b711fb67a0bfc81fe2da4bbb5 1 0.00/1.00 vMB 0
4,287 4,287 00000000525496f3bf5045cccf1a2e75f125ca75300448795b36eee643872aa7 1 0.00/1.00 vMB 0
4,286 4,286 00000000e7ab8c5e8f3210c409c1c099c0c8a44a936b7e366bf4b6748e5e746a 1 0.00/1.00 vMB 0
4,285 4,285 0000000069fb687cd8fe5bc8b8b2be43a3764edd0785b1933974ee92fa3467ad 1 0.00/1.00 vMB 0
4,284 4,284 000000007e1973d58cb411a39f2910644aee47c63c8755a1fb726d961fcfcd6d 1 0.00/1.00 vMB 0
4,283 4,283 00000000e4b110f873c6d7259d2826d610403566f1d49f59d195049c93d127dd 1 0.00/1.00 vMB 0
4,282 4,282 0000000006bd7c98846d5c7f5fa150908277b0ea5b09fefbd5d1fec03b20ea28 1 0.00/1.00 vMB 0
4,281 4,281 00000000f53ea76b32a50f179246402013ad9f89b3d520d182e70bf5745b2e86 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 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: 581.76 GB
    • Received: 9.22 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.