Loading Tool

Explorer IconExplorer

Memory Pool

78,971 transactions
29.24 vMB
0.12128688 BTC
Random Selection Loading Transactions
Max Size: 176.36/200 MB

Candidate Block

Mining Attempt 1e0b2943a5884440f62345ef0e5d0c2d2be875d65fd929ec9e02eca771b1d8b0
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 38a1b93fd7cad99efaf4a4dfac3e5f786688910c013a0620d63ad07a868c2bed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04400603 BTC
Feerates: 150.80 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (36,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
878,270 878,270 000000000000000000015b1aec44810831024a7d017420931746cb8702cd4013 425 1.00/1.00 vMB 4
878,269 878,269 00000000000000000000d52f2d37bbc0f81c25b1400b300f52838c5a2214eadb 2,505 1.00/1.00 vMB 5
878,268 878,268 0000000000000000000127095f56aab8cb8dc347fffb27beee78974f6f92ba03 3,625 1.00/1.00 vMB 9
878,267 878,267 000000000000000000007615c69297562712508409e8e175a68b9f5c8a4af3dd 1,828 1.00/1.00 vMB 5
878,266 878,266 000000000000000000001c8944ffae10ff4ba4ae32f49037478ba60ac24a1135 1,507 1.00/1.00 vMB 5
878,265 878,265 0000000000000000000193e36a32f785f0a4daa3fd30be0c71a9cd10b8d46948 3,139 1.00/1.00 vMB 5
878,264 878,264 00000000000000000000be2456835f7c292442ac4eb010712a637cd344d32079 3,736 1.00/1.00 vMB 10
878,263 878,263 00000000000000000001089d7922914dc1128b42cad1cfa5e8b74f38528ac2e0 3,516 1.00/1.00 vMB 6
878,262 878,262 000000000000000000003723af20ae94680b0802bd1ef41b08156e50a5f3555a 3,547 1.00/1.00 vMB 9
878,261 878,261 000000000000000000020dffdde8ddadb8f2243101d27b32f6a052debce52e1b 3,596 1.00/1.00 vMB 10
878,260 878,260 00000000000000000000b5d8903325a0f9fd20f05975182c46b4a9956304d43f 3,510 1.00/1.00 vMB 7
878,259 878,259 000000000000000000012749352a3a5d4ea7ae7525c25cf95c0fe64257b3ff92 3,622 1.00/1.00 vMB 7
878,258 878,258 0000000000000000000190cfb332630ae52ebfb6ea824173e6dc3aee03cf3828 3,407 1.00/1.00 vMB 8
878,257 878,257 0000000000000000000169959a8eca9b4bf3ee443973f3aaf73635f0f846a012 2,396 1.00/1.00 vMB 6
878,256 878,256 00000000000000000002809e7fdf4d4b1f036213189f1ad05ff8db7df12bb8ac 2,531 1.00/1.00 vMB 6
878,255 878,255 00000000000000000000d058c8506485008c9daa1cd6ef52b3b2b67c126f5e14 3,923 1.00/1.00 vMB 5
878,254 878,254 0000000000000000000188234a0989541ef0871f1727cdf4791bde2141ddc2c8 3,329 1.00/1.00 vMB 8
878,253 878,253 00000000000000000000c237735c2376ed2af68e4484d649d989d98bdbf86883 2,666 1.00/1.00 vMB 7
878,252 878,252 00000000000000000001395ddd60f64397ca10d979bd59e25db595eca908d8a5 3,634 1.00/1.00 vMB 11
878,251 878,251 000000000000000000015c70e45a67f83ad792fe450b47861fb80fb0ca7f166e 3,257 1.00/1.00 vMB 16
878,250 878,250 000000000000000000010cbaa24eafa3e1501cfdb237a6859b1e03276a60317e 3,231 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.