Loading Tool

Explorer IconExplorer

Memory Pool

81,949 transactions
30.48 vMB
0.13245429 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt c68c27b461004047ddec6903e4895af3059b8e8f3c2745ba024d37556e182f24
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root e44c4009143e91bb0c02acf18e9f8f6da8cb29dbed0d8394e1c69ca98c75d07e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.05161838 BTC
Feerates: 302.06 > 5.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (502,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,683 412,683 00000000000000000163a611c35d67276d55a4726300f22589165fbad6eb105e 377 0.16/1.00 vMB 64
412,682 412,682 000000000000000002bf6d2ab1f7a26a149f53045ef2c5a40939494a574845a0 366 0.14/1.00 vMB 69
412,681 412,681 0000000000000000003609ebc2ac70aeb8d494387e69e488a6b2fc227d1cd564 1,124 1.00/1.00 vMB 25
412,680 412,680 0000000000000000047ee72ac42fdb966ee8ebfeeb614a8cfbcda073f7cc3476 1,767 1.00/1.00 vMB 39
412,679 412,679 000000000000000004b9a16dfe24e6c34abdb0330ef53071870a5de052529e5f 2,114 1.00/1.00 vMB 52
412,678 412,678 0000000000000000038f2e64b1f610bd5ff5c8e042c4c363b4af6c1d6aaee9a5 1,931 1.00/1.00 vMB 52
412,677 412,677 0000000000000000018f358e2661de9115d742e048e4aa30c93b9d45ee1d39a6 2,580 1.00/1.00 vMB 63
412,676 412,676 0000000000000000001d9c5dee37fd4be0440a75a1cad059d46fca9d6c1955aa 3,003 1.00/1.00 vMB 80
412,675 412,675 000000000000000001f2a3f4128be65ba970f6136bd0eac729a51ca01b2b9c95 1,385 0.63/1.00 vMB 93
412,674 412,674 0000000000000000057ee1b4a1073f96b27773f448a1826dd6a659b00f76e0dc 1,651 0.94/1.00 vMB 38
412,673 412,673 000000000000000001236ba01fdb37de42203d6a39f735a00314f17cd0a4f864 2,397 1.00/1.00 vMB 57
412,672 412,672 0000000000000000042d0601a7fa4a22b7f015818ee38a550e4a9509138180bb 1,764 1.00/1.00 vMB 49
412,671 412,671 0000000000000000022167d8e8f3559003a53a0eae9eedf8fa88b8bb17adb879 1,487 1.00/1.00 vMB 57
412,670 412,670 0000000000000000016f26fae218347689b9ad727adc10d829d964616bc8a67c 1,015 0.88/1.00 vMB 34
412,669 412,669 000000000000000005967efe411ab8f35d0ef986986dafb8cf9adce68d0a9007 1,609 1.00/1.00 vMB 42
412,668 412,668 00000000000000000446006822334db87579d5c7b6285afe84bc1b470b6c1187 1,489 1.00/1.00 vMB 45
412,667 412,667 0000000000000000008636296955d8ab9f79ba6955fff303ea8e6a16abb28d16 1,379 1.00/1.00 vMB 37
412,666 412,666 0000000000000000029072c1c781fc22c82a6290989828f831910de193d9d411 342 0.35/1.00 vMB 17
412,665 412,665 000000000000000004311854d3177ef2665ab3b366687d4de8a616780de68576 1,683 0.93/1.00 vMB 68
412,664 412,664 00000000000000000088074741cb03ed88bcc77ec6089a181a972c5861e2accb 1,629 1.00/1.00 vMB 54
412,663 412,663 0000000000000000007ea7a66cffe60878fd29e4ec51f015c339a3e375302743 1,234 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.