Loading Tool

Explorer IconExplorer

Memory Pool

73,704 transactions
27.25 vMB
0.06312606 BTC
Random Selection Loading Transactions
Max Size: 166.46/200 MB

Candidate Block

Mining Attempt bc5bb2ab76a06c233675b77d554daa71849416e6790febe1f0eaac1129043c88
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root ae5100d17d985b4ecf2ede9273e2b00749734e9e00523f177f71b6c33c499c74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,738
Size: 1.00 vMB
Total Fees: 0.00526445 BTC
Feerates: 80.00 > 0.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (91,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,639 823,639 00000000000000000002ced9426d8c4d13cd4d4e70e1659c6aeb25ea1bc46faa 6,036 1.00/1.00 vMB 125
823,638 823,638 0000000000000000000218b6d5e26aad4c98b8680497ab5777328142b642efe2 4,386 1.00/1.00 vMB 138
823,637 823,637 0000000000000000000067c55914c09c6951b0c821c0c4d98dfb31e7d169991e 4,508 1.00/1.00 vMB 167
823,636 823,636 0000000000000000000103ceabae086fa3b8458e68079d6908d88538af4400a5 4,920 1.00/1.00 vMB 135
823,635 823,635 0000000000000000000333ee2cdf5abca9e4fcc3362c85ace6173b6e010a9399 4,448 1.00/1.00 vMB 146
823,634 823,634 00000000000000000002b2126aba953b19c87bb77b45e76b57c1e2b6f3118f55 4,632 1.00/1.00 vMB 134
823,633 823,633 00000000000000000000362b89e782d8b6f5e38752f25041b636826c6a8ed6ad 5,194 1.00/1.00 vMB 148
823,632 823,632 000000000000000000028bba89290977952fe26f9ec912fede63650d9e3c0c68 4,453 1.00/1.00 vMB 143
823,631 823,631 000000000000000000014ce9b7c0ce614d80bea3676cc919ea90301cbf728081 5,353 1.00/1.00 vMB 149
823,630 823,630 00000000000000000003dc04f7e09707f873a79594396e81c95b23c3f18d5028 3,725 1.00/1.00 vMB 195
823,629 823,629 00000000000000000002b5d88718343fda37e359c425f8e02133da74185591d5 4,477 1.00/1.00 vMB 147
823,628 823,628 00000000000000000001ba46eedcacc8adc03eb1b632064ddfc194468311d426 5,746 1.00/1.00 vMB 128
823,627 823,627 000000000000000000015abafea9514fb7219dfe62ada907430fab9352ef43a9 5,345 1.00/1.00 vMB 145
823,626 823,626 00000000000000000001f2987709e3f100f4ae3a0ecb17fab04b4b7ac569bebf 5,040 1.00/1.00 vMB 147
823,625 823,625 000000000000000000023ad0c968f4e85fe3ecf545c2bd6b385a9763b9044913 4,455 1.00/1.00 vMB 168
823,624 823,624 00000000000000000003ab1ae5d9520b0bf16bfbc16d86bd7c702a39b171faba 5,517 1.00/1.00 vMB 141
823,623 823,623 000000000000000000028024624be725f83b797b1704f62c962af0aecaad21d7 5,277 1.00/1.00 vMB 144
823,622 823,622 000000000000000000017309e72aac5f734552f39f9276ce6b36bdc9fb3a9c49 4,213 1.00/1.00 vMB 145
823,621 823,621 000000000000000000024f437d3d714db52d43ac0d892cb6490f814e69e82aac 4,091 1.00/1.00 vMB 188
823,620 823,620 00000000000000000003cf99217e898379f2eee85b1dc76be70f5d035045354a 5,462 1.00/1.00 vMB 133
823,619 823,619 0000000000000000000021d0ad2c3a442db666202eec99195abc52ceb557b6b5 4,424 1.00/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 782.84 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: 712.06 GB
    • Received: 17.16 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.