Loading Tool

Explorer IconExplorer

Memory Pool

74,955 transactions
27.68 vMB
0.07669369 BTC
Random Selection Loading Transactions
Max Size: 168.35/200 MB

Candidate Block

Mining Attempt 3dbd7208d63971c07071888d7620a72ba6495802effaf1fe6ca6b72ecad61642
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root b69c9221b05c96b438f6010cf6c35d88a0c1744c1ca4d462836487d3707ede91
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,969
Size: 1.00 vMB
Total Fees: 0.01747199 BTC
Feerates: 151.01 > 1.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (482,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
433,078 433,078 00000000000000000479c8ff4afdffda6a7e734e8cf44b79a67719ae1d3512f0 2,002 1.00/1.00 vMB 58
433,077 433,077 0000000000000000008043cc23713b306737d1f7b87344b199a4438b865a90fc 1,981 1.00/1.00 vMB 68
433,076 433,076 000000000000000002bdf49c0ed5310b32a718b5d988e720a3d3a165cfb441de 365 0.25/1.00 vMB 54
433,075 433,075 000000000000000000e26571eb2994dd68b9fd5f4283e54e4f1c049e4bb44060 831 1.00/1.00 vMB 41
433,074 433,074 000000000000000003fc851a6d473b3aca5a67f3e3d4190e417bce6f544c105f 2,416 1.00/1.00 vMB 69
433,073 433,073 00000000000000000079156696c94f90c4a4106e6f3ba4ed3d4c60b41fb381d8 2,727 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.