Loading Tool

Explorer IconExplorer

Memory Pool

78,314 transactions
21.94 vMB
0.06623167 BTC
Random Selection Loading Transactions
Max Size: 144.08/200 MB

Candidate Block

Mining Attempt 93b0d414dab7f91f107319df128b210480a969a2228ca45fa9672f9e5781cf4f
Version 20000000
Previous Block 00000000000000000000d2b07af395bbd20dcae576411173b6bdcc10daa78274
Merkle Root d1c77065be81f957cd7613f0fffee8b8cdbb92719cdaef2a95ff11e28354b3d7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,662
Size: 1.00 vMB
Total Fees: 0.01592875 BTC
Feerates: 199.00 > 1.60 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,137 (830,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,680 85,680 00000000002e4eacf2a7999f4a0a74b0dd5d6788ad1f870849a9572de4b9d804 3 0.00/1.00 vMB 0
85,679 85,679 00000000001b1a14a7c7d95fad5d88dcf5147db717b60c5ce48f96323ab8bcda 1 0.00/1.00 vMB 0
85,678 85,678 00000000002190ab8cf5156d996d90a4a3d67bb322b8df78460ccd14bd915505 1 0.00/1.00 vMB 0
85,677 85,677 00000000001b92405859013958d0e0fb33c1b72258966fbfd798ab83172d3452 3 0.00/1.00 vMB 0
85,676 85,676 00000000002314561e3544ec76ed2fd7bb9c8bb1b8ce52507ab543c9484007be 2 0.00/1.00 vMB 0
85,675 85,675 00000000000e82e1c92b04d395513a0b4081c8809d87ef14d719d7c11c070d6a 1 0.00/1.00 vMB 0
85,674 85,674 000000000018630f11e9b7b1d2a44fcb0d2291d914e353eea65027fbd3f3f5fd 1 0.00/1.00 vMB 0
85,673 85,673 00000000002ac972adc0436305c18b9d0364b568aaf5916bb7f1273bad3ecfe7 1 0.00/1.00 vMB 0
85,672 85,672 00000000000987232b0e03bb19ef00457bf456711b88a257a9650ce47c2ae32b 2 0.00/1.00 vMB 0
85,671 85,671 0000000000106f1bbb6c508da820a9b72154fd67d351a06d7c61bf5cb62b99cb 1 0.00/1.00 vMB 0
85,670 85,670 000000000025dd509510a4d06ad4f25bb57e2ac617c74c6d087acce51b7e232f 2 0.00/1.00 vMB 0
85,669 85,669 00000000000062b7c15d36c91524f45de26ebbc34cfad2c745a22c3578d1afd3 1 0.00/1.00 vMB 0
85,668 85,668 00000000002b00406ba488832e0a5d626a2f346daad6db7e01bf0115948501bf 2 0.00/1.00 vMB 0
85,667 85,667 00000000001410b34fd1bf7234b958472042ec1e4c2031dddd652e00cbdd5cdc 1 0.00/1.00 vMB 0
85,666 85,666 000000000009f58b6ce933bd2e6a5bf460d110f3f31826c8b36bd74d7ec36284 1 0.00/1.00 vMB 0
85,665 85,665 00000000000b15df01cb053f03ebea93c4ec54a938da0c0209626a2ee818ce73 1 0.00/1.00 vMB 0
85,664 85,664 0000000000217f699648869f009bc2f40748a1bec0c64b99684c4d5e0c9ef9fd 1 0.00/1.00 vMB 0
85,663 85,663 00000000001597c495960e292125244e8b1b16ad636ad2827b383c10b956e3c9 1 0.00/1.00 vMB 0
85,662 85,662 0000000000167c93f4c8788fd8127cef8e051b36750df4da107c8eb1983a2398 1 0.00/1.00 vMB 0
85,661 85,661 00000000002300b3fe645e4d9292ec63fe016f9d986512ced52d024518a3031d 3 0.00/1.00 vMB 0
85,660 85,660 00000000001b516c12519a6bda15e08ca49352d47793f08d649625d4ee6eafbf 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.35 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: 818.08 GB
    • Received: 24.44 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.