Loading Tool

Explorer IconExplorer

Memory Pool

48,499 transactions
28.28 vMB
0.09893790 BTC
Random Selection Loading Transactions
Max Size: 150.58/200 MB

Candidate Block

Mining Attempt 15d2a84738a5cd269399fea3fb3cad02e9c70f3e100923518ccb3077ab189c24
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root baaf8a36f9f1a836f7c51578f3bf74a53196db60c20333262ec54578cdf67dbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.04167677 BTC
Feerates: 500.00 > 4.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (408,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,185 506,185 00000000000000000058347a526d3ac2a9d44f38f18dba6fbedb15d047293b6a 1,254 1.00/1.00 vMB 119
506,184 506,184 00000000000000000047256a98bc80fb0b3e5c96259bc1105bf9b2a6305b4f09 1,143 1.00/1.00 vMB 70
506,183 506,183 00000000000000000030a1571c737b71a8aedc946909882ee33a74e8585c14ae 1,338 1.00/1.00 vMB 143
506,182 506,182 00000000000000000014751e7dfc32057d87d456720acc92fac96f9f76b79ff6 1,379 1.00/1.00 vMB 155
506,181 506,181 0000000000000000002b3506c0363f7b19b4431c48a1d810038185e4ff1acccb 206 1.00/1.00 vMB 28
506,180 506,180 00000000000000000042b4b387a7e0736a1c96204255a322c173fa9b5bd771c7 1,756 1.00/1.00 vMB 189
506,179 506,179 000000000000000000066d884ddaf82b588e5459b0194e60f6580b09efc02c3c 1,818 1.00/1.00 vMB 226
506,178 506,178 00000000000000000033ab8bed5b945a2bf7af68d14dbe8a3abea6652556cf58 1,074 1.00/1.00 vMB 59
506,177 506,177 0000000000000000004534ce8056a9bf675353f3bb6f7b7f1a1f192c2d3ed22f 1,766 1.00/1.00 vMB 192
506,176 506,176 000000000000000000303c2c08bc0d52feb645eaa87f0ec51fff1ae0d06cf43d 2,096 1.00/1.00 vMB 276
506,175 506,175 00000000000000000009a8562c96b89a17d7ab31d94ceba1005d7217f559f009 1,376 1.00/1.00 vMB 108
506,174 506,174 0000000000000000000dc84efdbbd0f2257a261f141c8b4d09b0019599a3f286 1 0.00/1.00 vMB 0
506,173 506,173 0000000000000000000c8c408ea40a1c87aa81a58970c43d0cbf8e97e4fec8ce 905 1.00/1.00 vMB 74
506,172 506,172 0000000000000000005095047585dde13e6f7fc24e9bd1aa335ed2dc5effb27e 1,688 1.00/1.00 vMB 158
506,171 506,171 0000000000000000002e72506abc57260f4a852f32ad3bd1a784f3704bacf187 992 1.00/1.00 vMB 83
506,170 506,170 000000000000000000288ee6284c2fbe7539588651a66eb24aa0dee72346ce8a 1,031 1.00/1.00 vMB 96
506,169 506,169 000000000000000000470b94a09319fbce452df0bdad1e4c38f44ebb823aa4c9 854 1.00/1.00 vMB 106
506,168 506,168 0000000000000000000c76a19e400af57ab2b61b539bced8075c34929a499d4b 225 1.00/1.00 vMB 9
506,167 506,167 0000000000000000004dd1257a39a9ee93b0e1e92430596d7d54d14a0e146daf 1,016 1.00/1.00 vMB 78
506,166 506,166 0000000000000000002f5d0b7331c0d1ddddcdbb75e205b968b6e4d2cdf798da 1,540 1.00/1.00 vMB 121
506,165 506,165 00000000000000000005721889d3687ec1065e2fb561840604a148ef2532e672 1,369 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.01 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: 649.48 GB
    • Received: 13.18 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.