Loading Tool

Explorer IconExplorer

Memory Pool

76,625 transactions
28.21 vMB
0.08645370 BTC
Random Selection Loading Transactions
Max Size: 171.81/200 MB

Candidate Block

Mining Attempt 982eb3e33032fd4c3eb50129f359527edfc66064aab8e78203a7f55157a84881
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 3e881690d3b2b1c15dcb5c6ee42b4ba9824b5e7615c076e4f15a97b794ef5eeb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,939
Size: 1.00 vMB
Total Fees: 0.02475706 BTC
Feerates: 150.93 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (519,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,451 395,451 00000000000000000441983f90784aaa3543b062bd2d7e78635a61ecc861688b 2,055 1.00/1.00 vMB 39
395,450 395,450 0000000000000000000130f8ed278c480f00f903508930cfa38272244abf328e 2,714 0.93/1.00 vMB 68
395,449 395,449 000000000000000001ae967f1ea68dd6346b614111300be935664025f66afa9e 3,520 0.99/1.00 vMB 73
395,448 395,448 0000000000000000046df3965df0ef31937b18400b04bdc9ed38eb805d86010b 2,446 0.78/1.00 vMB 55
395,447 395,447 000000000000000000a2a5130d2c67a6c94f286c0157a60aaa87e56bff94ca23 950 0.48/1.00 vMB 36
395,446 395,446 000000000000000006dd10e8d6831b51c83992d38c11bf45b7a0cae1791f5fd5 1,654 0.75/1.00 vMB 48
395,445 395,445 000000000000000006c5ec3f1f4c88f3b32f725be9e52be1b7f8c5f7397904d2 1,522 0.93/1.00 vMB 35
395,444 395,444 000000000000000006e3b2eec1e1bcb69a19d707cbd1a8de0d519ce8c06d09f2 1 0.00/1.00 vMB 0
395,443 395,443 000000000000000000acd50bba47f21d7eb7f8daf7aac6cc4ddd11c49d215bed 1,282 1.00/1.00 vMB 26
395,442 395,442 000000000000000008e29964e3ec6d4effb474935158cc168179644fc0cba602 1,472 1.00/1.00 vMB 34
395,441 395,441 00000000000000000646ef0d4185e03614d0f50a69286161a0c3773b9b8a08e3 1,755 1.00/1.00 vMB 39
395,440 395,440 000000000000000005b3dea796e728a3e568ab4d5db33008172c05fc680a8027 1,630 0.92/1.00 vMB 30
395,439 395,439 000000000000000008a3c31066c27856631ac525c943dd6e30c314d51a8ec9c2 522 0.37/1.00 vMB 35
395,438 395,438 0000000000000000013f99c7c189233972d6ab2d8e7cb99d60116d0b7a58f875 2,007 0.95/1.00 vMB 36
395,437 395,437 0000000000000000078f5f3c5a2822088a3712e2556990f4df843395be000707 1 0.00/1.00 vMB 0
395,436 395,436 000000000000000002534e00e206dc7215f9872ee0657eb7f54fb7747ddcf8da 2,431 1.00/1.00 vMB 44
395,435 395,435 000000000000000004041d0a86b5ab332dc62abdd366a7fab3f5c8902c26fcf4 2,987 1.00/1.00 vMB 67
395,434 395,434 000000000000000008511218004c91cefeec07764da52c13f1df8bd7639c4049 1,831 0.99/1.00 vMB 30
395,433 395,433 0000000000000000010dd18650065dba688100ab1c8807e679ed028adcdc9d5c 1,618 1.00/1.00 vMB 32
395,432 395,432 000000000000000005c1ac03fbd91eee6765b17ab455ac57edcf1be2485ede16 1,640 0.99/1.00 vMB 23
395,431 395,431 00000000000000000071fa73dbc03392e2717f01b3798a3c27bc0c2ed35900ff 1,762 0.90/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.