Loading Tool

Explorer IconExplorer

Memory Pool

45,660 transactions
28.68 vMB
0.13506239 BTC
Random Selection Loading Transactions
Max Size: 151.69/200 MB

Candidate Block

Mining Attempt f9f916d1bb30fb625d7ac19fe930f9ccfc8cb5be1391004afe1f9e44a24fc99d
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 49a540928efcc3bfc7680c0008ceaf74545fe91c6cff4b3d37cf883e7be960a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,675
Size: 1.00 vMB
Total Fees: 0.07565916 BTC
Feerates: 15,654.48 > 7.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (353,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,684 561,684 00000000000000000000b774f06171ac66396658c76691a2d7d2e4b5af92769c 2,486 1.00/1.00 vMB 13
561,683 561,683 0000000000000000002e956ead0bbee3c094a8af7d93285c5513423c53820be3 2,250 1.00/1.00 vMB 2
561,682 561,682 0000000000000000002c17cdc694c93dead2aa3f333df86beea114679b1acb2d 2,887 1.00/1.00 vMB 17
561,681 561,681 000000000000000000002b5a2f2b331a0b98cf5b601e82ee2969fe7021788eaa 2,724 1.00/1.00 vMB 12
561,680 561,680 0000000000000000000f56fd95ef102a91a49d1585f9a8d0399d75d826ac7762 2,827 1.00/1.00 vMB 10
561,679 561,679 000000000000000000094ae968147da47363979b7db732979c641332380f3039 1,280 1.00/1.00 vMB 5
561,678 561,678 0000000000000000000a942d73776dbe059b19023e8a05e8a1c3e4c60e393906 3,089 1.00/1.00 vMB 22
561,677 561,677 0000000000000000002698f9c65ad4bbffc7a9f86acd44a0aec005e291f05306 2,313 1.00/1.00 vMB 10
561,676 561,676 000000000000000000005634949c9aaa06a68e3840e34ab2c5aa224048399dc3 3,145 1.00/1.00 vMB 16
561,675 561,675 0000000000000000002adc5bafff03b493bb3812eff2a3ea21ddc90a1fc31cbb 3,031 1.00/1.00 vMB 11
561,674 561,674 0000000000000000002aa9ed615040afe80ca8c0dd288f0b8ffebc940fadce84 3,007 1.00/1.00 vMB 12
561,673 561,673 0000000000000000001dfe8eeee09262cc00ed56cfe9d2a87c4eb6ad55e7fc63 2,894 1.00/1.00 vMB 21
561,672 561,672 000000000000000000043400da478e5b4522884058bb6a0cbbba80d0dbcfbd9e 2,983 1.00/1.00 vMB 19
561,671 561,671 00000000000000000000e992134b483558ff7c40ef66a9aac839f210939beedd 3,168 1.00/1.00 vMB 18
561,670 561,670 00000000000000000012dbb854df7a3f4fa49eb674932156e87f5bae21d5b167 3,080 1.00/1.00 vMB 12
561,669 561,669 0000000000000000001413b0baa1865522a64f3d5de8f546687b7a7614456969 3,557 1.00/1.00 vMB 20
561,668 561,668 0000000000000000001a2880fb3b9098fcf23d7b7e143e86c3c0791f80ff2b6b 2,896 1.00/1.00 vMB 30
561,667 561,667 000000000000000000112e59b8a63ec5fed0d7cd2f8ee0c10657aea260888acb 2,903 1.00/1.00 vMB 31
561,666 561,666 00000000000000000024ca7fd2be8d33a7ae28783ea936da969746645972fee0 2,542 1.00/1.00 vMB 19
561,665 561,665 0000000000000000001894d6b221b0019d9431b6f18fb54903173e699c50b442 2,912 1.00/1.00 vMB 12
561,664 561,664 0000000000000000002368df383dc33d855c4c63739bad389f7404775be86aab 903 0.36/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.32 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.