Loading Tool

Explorer IconExplorer

Memory Pool

83,511 transactions
31.23 vMB
0.09274241 BTC
Random Selection Loading Transactions
Max Size: 190.65/200 MB

Candidate Block

Mining Attempt 0d94435ee732dc9a3dfd2f985fb3a620efee0f55000cd4196832f3466109ea0c
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 7d5c84cf416b16ae4d6232fa3933245f630585679d67b6e99d109e316de9a77b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,915
Size: 1.00 vMB
Total Fees: 0.02226670 BTC
Feerates: 150.77 > 2.23 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (482,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,099 433,099 00000000000000000485b82204ffd169acb7f172f4d7ec34d4ddc7b48dcfac8c 1,150 0.59/1.00 vMB 57
433,098 433,098 0000000000000000029fc7e49bb8ca127d9400c9f6c98847fc8fd0f0a5be7a11 864 0.99/1.00 vMB 20
433,097 433,097 000000000000000000afecb0e1ffc8f1e509b4c09889dc7ff4873af441df21ef 302 0.19/1.00 vMB 48
433,096 433,096 0000000000000000045ff7a32edfb9a07ef47363a41753159a3b96b455412c03 451 0.19/1.00 vMB 62
433,095 433,095 0000000000000000013c3e4c201e1f35160220173aeb9f1b68cfa2bb306f9134 936 0.99/1.00 vMB 23
433,094 433,094 0000000000000000036d40b3edf17da8417a20162c75c0382e0ec0bb54c1c4b6 1,784 1.00/1.00 vMB 32
433,093 433,093 0000000000000000038660dbde57eee30bb3bf843a293c3dee18b0cd62d4913d 2,073 1.00/1.00 vMB 58
433,092 433,092 000000000000000003d8e4e405f3013a515f42190ef80ab3cca3172ff7741a3d 2,130 1.00/1.00 vMB 59
433,091 433,091 00000000000000000373d6e15dcbe415b444ce72ff2898bd11472a332ef8a113 2,206 1.00/1.00 vMB 58
433,090 433,090 000000000000000001437458e0534af6465fcf8cbe817e9e2d1d78029a9fcb02 1,911 1.00/1.00 vMB 57
433,089 433,089 000000000000000001d2123ffd82f43c32419ed705c997d424e28a8a632142b9 2,822 1.00/1.00 vMB 66
433,088 433,088 000000000000000002cb774d55708cc856497a949b23bfbf0b100902d14ffe9a 1,422 1.00/1.00 vMB 117
433,087 433,087 0000000000000000003161d0489a589fb2a0003bf70121f9394d6dbadd22ad6c 2,126 0.93/1.00 vMB 52
433,086 433,086 0000000000000000041d6e7ba1d48021ac990e7154e7103eb8ff125a5a2cb7f1 2,147 1.00/1.00 vMB 76
433,085 433,085 000000000000000001a2ad66a6ede04de453ae960628992af0ff98bd8dce3d15 2,889 1.00/1.00 vMB 84
433,084 433,084 000000000000000003463be9767b8061009a0faf3c785f979a5d9738236553d7 163 0.10/1.00 vMB 46
433,083 433,083 000000000000000004215bd1ae6c3e9478c4ebc7a386ec03c794e6546740dbfb 315 0.21/1.00 vMB 55
433,082 433,082 000000000000000000eae36afb1c140490c5382b7e3fad92aff8c404a4b34182 2,127 1.00/1.00 vMB 62
433,081 433,081 000000000000000003acf1ad3fa4fe83675285517e293a86c0e4e2584f515d89 731 0.34/1.00 vMB 61
433,080 433,080 0000000000000000039856256082b40cb2e454e594a387f771738a0ea81227a0 538 0.43/1.00 vMB 24
433,079 433,079 00000000000000000483e5fb2b554e806af9fc30c395d2a0d4dc9e99a56e66a7 2,295 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.97 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: 716.09 GB
    • Received: 17.77 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.