Loading Tool

Explorer IconExplorer

Memory Pool

45,434 transactions
27.84 vMB
0.09574229 BTC
Random Selection Loading Transactions
Max Size: 146.10/200 MB

Candidate Block

Mining Attempt 50148c3333712bcf13e8b135d75bffea7a48fa94b1e17cf62b72d4b768a2cfca
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 5251f2ca11c34f808e2a6c5b5f19d55541adfdfa316596ae7c106fb1c97e6b55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,023
Size: 1.00 vMB
Total Fees: 0.03958485 BTC
Feerates: 151.65 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (446,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,949 467,949 000000000000000001d33def19ae475f5bc6ffc01a74667ffa6e5e3b1aae98fc 2,190 1.00/1.00 vMB 281
467,948 467,948 000000000000000000316231494c645a2534eac525d05dd9f1a996c88ddfd005 1,940 1.00/1.00 vMB 320
467,947 467,947 0000000000000000007c8aa739c6b86c2d8bf40bd459e1b7ff86663538d43b0f 2,515 1.00/1.00 vMB 282
467,946 467,946 00000000000000000141476fa9a5e9acbd42bb232ce8f033968edfe1e83d21aa 2,593 1.00/1.00 vMB 265
467,945 467,945 000000000000000000ae7758891ec59f37498e88f7730637f9a05b45f94c222d 2,064 1.00/1.00 vMB 312
467,944 467,944 0000000000000000001c1ff7f8834f345b21936d50863bf53d3095e3a82b78dd 2,002 1.00/1.00 vMB 264
467,943 467,943 000000000000000000fbaeb6ad3c2a75decc2eac1db07132b7fa4ce65e00c03d 2,447 1.00/1.00 vMB 294
467,942 467,942 000000000000000000ef77bb969755957f80b81cd830409813fc1add38349472 2,384 1.00/1.00 vMB 563
467,941 467,941 0000000000000000010d0be911c1baa022f7eebd0ca913591dfc3fbcc7ef8bce 2,550 1.00/1.00 vMB 417
467,940 467,940 0000000000000000005e01c328e2afb662e5e78b5bb44980db9050547f4bb72b 2,114 1.00/1.00 vMB 409
467,939 467,939 000000000000000000eb2b45e74ff4690292826ee6a12f948ba2d137bd983e70 2,248 1.00/1.00 vMB 348
467,938 467,938 0000000000000000010f19a45f7dcb0470562f40cd3863e4b070c1a5fb3534e7 1,523 1.00/1.00 vMB 420
467,937 467,937 000000000000000001583ea7ee74b1f3b81aac5639b5bc2dc8b87cffef28da01 1,853 1.00/1.00 vMB 514
467,936 467,936 0000000000000000015627ba0defbd3ca8755936d0d3dd9543cee57e70f3e3b6 2,356 1.00/1.00 vMB 373
467,935 467,935 000000000000000001c6be9da764deb1b84c743b0a8942ab82f7df5e6121292e 2,496 1.00/1.00 vMB 369
467,934 467,934 0000000000000000006f7a71cf247fbd6f37069dd3d7d528743a260459929c87 1,907 1.00/1.00 vMB 312
467,933 467,933 000000000000000000dd10e4525bb540dfefcd712cad0101ad7d0e5af8920286 2,289 1.00/1.00 vMB 399
467,932 467,932 00000000000000000132038bdbde2fe173b99c03c25b041286285a58dc22751d 1 0.00/1.00 vMB 0
467,931 467,931 000000000000000000ea881af7370ae83345bb6e74098371a364ff390a2693d8 1,548 1.00/1.00 vMB 332
467,930 467,930 00000000000000000110cae8479d6c7e653f83aa08842bc596f2f212bb23635c 2,334 1.00/1.00 vMB 450
467,929 467,929 00000000000000000037c47f8933afee033aa32019238a8e0fb058f59700ea47 2,598 1.00/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.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.