Loading Tool

Explorer IconExplorer

Memory Pool

80,379 transactions
30.25 vMB
0.08187515 BTC
Random Selection Loading Transactions
Max Size: 184.90/200 MB

Candidate Block

Mining Attempt 3cbabeae3e59021e315c9db0b1a65bbd4c63423943e2caa5ce387b97f9f1fcc1
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 8bcfa3a2035aceca4ebbe778441d54be3a66b5454f65c7c39fd2f4899a58e19f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,204
Size: 1.00 vMB
Total Fees: 0.01441891 BTC
Feerates: 402.75 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (479,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,050 436,050 000000000000000000b6db51ccfcaa27c64efe2ba86cd3799bff139e41cff37d 1,250 1.00/1.00 vMB 112
436,049 436,049 0000000000000000006c1ee9f3fd8275bfdd23f5f37a9c01e268bde0bc443d77 2,389 1.00/1.00 vMB 98
436,048 436,048 000000000000000002bf6dac6b2e5bc0e22870b71c55c9f6394474a3447337eb 665 1.00/1.00 vMB 102
436,047 436,047 0000000000000000008d6dd51ffddd3e3f98dbaf7b6f75f9a912d2b9f9a861af 608 1.00/1.00 vMB 97
436,046 436,046 00000000000000000400c08a7d3113f54dd2455a13e8652c41e61dd61f09e95e 1,506 1.00/1.00 vMB 115
436,045 436,045 0000000000000000025b0e53fcfb1009fe94a3bfddf5f65194c0f2ae1a1b00be 490 0.75/1.00 vMB 99
436,044 436,044 000000000000000000c71ef907b4c953361c50c03eea7e19747558cb7decb4b8 2,651 1.00/1.00 vMB 159
436,043 436,043 000000000000000001f31fff934cc70d1b048d1849f5aa0466cbfbba048d5835 2,093 1.00/1.00 vMB 121
436,042 436,042 0000000000000000028603f405c303c1711f22ffa1c31ffee89397b90099cb42 1,427 1.00/1.00 vMB 93
436,041 436,041 00000000000000000437790a6f55f20b36782389c7c533119076c90a8d0cdcb6 1,245 1.00/1.00 vMB 101
436,040 436,040 00000000000000000352e27273d83dfa03c9cbf244665f650b1ffc1c652f1ddc 1,003 0.75/1.00 vMB 117
436,039 436,039 00000000000000000266cadaa6fd0bf9130206f6c6ee4673629a33c12bbd8ef5 2,196 1.00/1.00 vMB 84
436,038 436,038 0000000000000000004a031568c720ab261ffccd70215d7ec63d7a00b8ec028d 2,828 1.00/1.00 vMB 83
436,037 436,037 0000000000000000011856baba41fd3dc3eb3ce3ff92718ecc55745ee347e877 1,730 1.00/1.00 vMB 99
436,036 436,036 00000000000000000380fe6af657c016c9dfb5c856511e603ce10d4f2ab848fb 1,667 1.00/1.00 vMB 88
436,035 436,035 00000000000000000350218da9a2e01d3c40feb6118cc314025853a0f54a0bba 1,602 1.00/1.00 vMB 113
436,034 436,034 00000000000000000383aba4b4d80cb06fe4de21f30b07a1ea40b66155630331 976 1.00/1.00 vMB 105
436,033 436,033 000000000000000000be8fa7bbad82d580e47392a9bcada7706bad81444da467 1,904 1.00/1.00 vMB 118
436,032 436,032 000000000000000003a958cee48eb030b5f2e7d00949a9f30dc3641be3be7f11 1,653 1.00/1.00 vMB 119
436,031 436,031 00000000000000000408a0606afaa62434f85248cb695941657fecd93442a42d 1,397 1.00/1.00 vMB 108
436,030 436,030 00000000000000000430dc258accd1388b4111675b218bc58042702cbbfb6cfb 1,342 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 783.00 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: 718.57 GB
    • Received: 17.91 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.