Loading Tool

Explorer IconExplorer

Memory Pool

81,476 transactions
30.78 vMB
0.09072494 BTC
Random Selection Loading Transactions
Max Size: 187.75/200 MB

Candidate Block

Mining Attempt 91ecee760882a80d783877b03676c676305e90ba753a6aa700e12ad3ca52756f
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root d6b2387f47e9def9da8c40ce550914e4a435b104442b16a2e47c124c4501d44a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.01968814 BTC
Feerates: 301.57 > 1.97 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (111,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,946 803,946 0000000000000000000250ad4c63851094512da802a0618529d0ed95cee382f8 4,257 1.00/1.00 vMB 12
803,945 803,945 00000000000000000004d2dd2707077318de4baeb2adb0fd03b4350b4e0e4d51 5,316 1.00/1.00 vMB 10
803,944 803,944 00000000000000000001394af245574183464d4c8b4be8d42a00b748f74dee12 1,564 1.00/1.00 vMB 7
803,943 803,943 00000000000000000000aed5652e2d07d214699fc66a3aa8f50f999a0004b522 2,705 1.00/1.00 vMB 7
803,942 803,942 00000000000000000003f01881285cf90c03706f17ee9828818d56d6e07def3e 4,975 1.00/1.00 vMB 10
803,941 803,941 0000000000000000000033de6fc39271ac37f70c6021993dcc10ae1575766a0c 2,517 1.00/1.00 vMB 9
803,940 803,940 00000000000000000003a9480b1a4348d1b18672183fe1d2404c8028cd7ab021 2,703 1.00/1.00 vMB 15
803,939 803,939 000000000000000000008650e4f85a0dfc31d73f6e0299738198d7326b30010d 2,697 1.00/1.00 vMB 13
803,938 803,938 000000000000000000008ad6cb9d9f1251f3ccda67342cd36ce4b9ade51abef8 1,249 1.00/1.00 vMB 6
803,937 803,937 0000000000000000000450391ac3749dbd9cdcf9ea8fcb5ae86a2f858de24bd6 2,698 1.00/1.00 vMB 13
803,936 803,936 00000000000000000002d1148c6ffec1d946b27d5ed847856846e0bcd6b12e7f 4,541 1.00/1.00 vMB 9
803,935 803,935 000000000000000000014e47159ae1ce01a913004797d08b35f5f751bb1b3499 2,985 1.00/1.00 vMB 15
803,934 803,934 00000000000000000001b8570af31273707614ab5a8096b431d4e364dd1ee2e2 2,450 1.00/1.00 vMB 10
803,933 803,933 000000000000000000052fc3184aed56f28eb9f9ad8f0b690cd4ecf82525f00c 3,335 1.00/1.00 vMB 20
803,932 803,932 0000000000000000000410e3c21cf5ee8c0bd1bf039f57287a1f4ffc834b1ba8 4,723 1.00/1.00 vMB 9
803,931 803,931 00000000000000000000d2166cea2c01c39aeeb8ddd1a6e022095431c929945d 4,010 1.00/1.00 vMB 7
803,930 803,930 00000000000000000003cc817348a246f109545f2bbef9591d4d2f90c5f7ed4c 2,253 1.00/1.00 vMB 13
803,929 803,929 00000000000000000003e7ef7bcdf665a81dd96a80d7d47b9231680073edae78 3,063 1.00/1.00 vMB 19
803,928 803,928 00000000000000000001de5c7c500e3de60d7a9cc226c7df4a0e4df607de5e08 1,170 1.00/1.00 vMB 11
803,927 803,927 000000000000000000022c7fef2d6439ae256283894342f6a23b8a57a95dd3bb 7,109 1.00/1.00 vMB 6
803,926 803,926 00000000000000000003f3355d8d0689f7910f722facdfe339ee7eb2fd4d0c27 6,713 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.