Loading Tool

Explorer IconExplorer

Memory Pool

50,183 transactions
21.57 vMB
0.08576860 BTC
Random Selection Loading Transactions
Max Size: 123.37/200 MB

Candidate Block

Mining Attempt a7db8d8ec6a97d74f65c7ea70fbb7a1dcbae63e38ebd6e14a1a70111419d31da
Version 20000000
Previous Block 000000000000000000006ea3e72bd5e696ffc57bed7c8271f2ae54a7ad737158
Merkle Root d699f2d9fb07b4e77d79b9fe0dad76b8fc427609c4dbfeee657f9af9cb0d5922
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.03858474 BTC
Feerates: 501.52 > 3.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,967 (647,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,435 266,435 00000000000000049102825db5c95ac85cff173ac835619739277211f52717e5 72 0.02/1.00 vMB 139
266,434 266,434 00000000000000048d32277c95a30f489cb33698e72f11e0b2dde3d9c46dd5f2 22 0.01/1.00 vMB 55
266,433 266,433 0000000000000001dd15462f7cdcf0bb1d7b42b00bb2ec6f1a38e7a726d1c4c0 451 0.21/1.00 vMB 62
266,432 266,432 00000000000000092a9e513a27313d2eb8102aa21586d211fa6f826daa79551b 530 0.25/1.00 vMB 105
266,431 266,431 000000000000000a032c1c80e490ed4e6fa569e4ef8c15f9bd56eaf5368ff9a1 208 0.12/1.00 vMB 50
266,430 266,430 0000000000000005741dfe52f672fba45409b67a621121cced6e8e8afe8fa0c8 620 0.26/1.00 vMB 106
266,429 266,429 0000000000000001c575f4659264f5cfac4e24df7bdee9ce81536f3e218bc533 336 0.15/1.00 vMB 97
266,428 266,428 0000000000000004e77d33ad6ba4a68e91837073cc7349f4336b8dd459b8d2df 56 0.03/1.00 vMB 65
266,427 266,427 0000000000000001a90ea36d3c2b44e5dc9658a63b99916ca77e81be9fde3fb0 151 0.10/1.00 vMB 61
266,426 266,426 0000000000000009c0ea1ce62d6affc55cb84455e51edd7c6cea352563b6fcc3 457 0.20/1.00 vMB 131
266,425 266,425 0000000000000001eda9bd5169fb595be4e2f98520c099c59b591b087fe5c772 215 0.08/1.00 vMB 65
266,424 266,424 000000000000000ad0479929fb85157f03dadde8488bb92b748ef6408ccbcc29 32 0.02/1.00 vMB 54
266,423 266,423 000000000000000a9590dd1a68fc732543ff566e48c8407b504d8133eb7a8a79 184 0.07/1.00 vMB 70
266,422 266,422 0000000000000002a6b0c5e218f4306963d816b89540cc33ef5fc3e8c7a64b81 401 0.17/1.00 vMB 90
266,421 266,421 00000000000000046366e4ca4dc2a61860144298d2e90d34040a3e536f1e6fb6 56 0.03/1.00 vMB 59
266,420 266,420 000000000000000760393f9ed1e90a726b16d08f5242353ebcf39f67cd5f1a0a 294 0.15/1.00 vMB 93
266,419 266,419 0000000000000000d8f7b06a3c62e16e6b70a94d9987b4af73b2b3886dd981cc 270 0.13/1.00 vMB 85
266,418 266,418 0000000000000005c4a30bd888bef14a84ea16acb4373fd7c45e47bc23526873 408 0.25/1.00 vMB 34
266,417 266,417 00000000000000069f06158861e12c1b35f2825bc35e40c3fb641645619a838c 705 0.25/1.00 vMB 149
266,416 266,416 0000000000000008de49f32e29892fe8057f4c76d2731cb0fc170c43b1ed890f 364 0.23/1.00 vMB 5,838
266,415 266,415 00000000000000029b6a1b49e72c301f5521af885fab79ad6adf290e142747db 703 0.25/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 780.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 536.56 GB
    • Received: 6.01 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.