Loading Tool

Explorer IconExplorer

Memory Pool

76,166 transactions
29.14 vMB
0.10392703 BTC
Random Selection Loading Transactions
Max Size: 172.27/200 MB

Candidate Block

Mining Attempt 244be31dd0eef2e99e076d6a5c58ccc1dd87b5100aaa8e478be6eaf9ce1933db
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 927e0ac08827892cc605430207d1866d5b4603cf13bf1a0baf6083ec35607b75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.04160442 BTC
Feerates: 201.37 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (316,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,283 598,283 00000000000000000006419f1c61affa43c86656d2c24600da7a865ca77614b5 3,305 1.00/1.00 vMB 37
598,282 598,282 0000000000000000000176155d26dd9bd0461fc378a7c567f3886c20b5542517 2,985 1.00/1.00 vMB 26
598,281 598,281 00000000000000000011985d67b739020b4e7cc12a0001d631eb771d26746fea 3,216 1.00/1.00 vMB 18
598,280 598,280 0000000000000000000eb90da02b8933c46d0484d0ad21050f5557ab48668bda 1,112 0.57/1.00 vMB 3
598,279 598,279 00000000000000000010e1d6bc9952ca1b917d28ae1ccf3dcbf31e43ff6b8401 2,924 1.00/1.00 vMB 11
598,278 598,278 0000000000000000000145cd5cc60ec9599e8106d28b1c8c2d15d12e84f51ba1 2,883 1.00/1.00 vMB 12
598,277 598,277 000000000000000000011ba3ea8e09192ad2a59114757ee0ae061e658a1bfe6d 1,979 1.00/1.00 vMB 7
598,276 598,276 0000000000000000000d113d0943d1de2578bcfa41651ee0b4db0a9bc6e50815 2,177 1.00/1.00 vMB 44
598,275 598,275 0000000000000000001583447dd74c13c09280a9218827244089adadaba8c8c9 1,164 0.36/1.00 vMB 16
598,274 598,274 0000000000000000000b955d8f32fc2fd9c10e1a0354b8ef68d6dac68ce96921 1,399 0.51/1.00 vMB 19
598,273 598,273 00000000000000000013c86dcb1899ec2fcbd6e6114dad0906edcf9dd1da122d 1,276 0.44/1.00 vMB 18
598,272 598,272 000000000000000000107b60e002186b6496be4c5db8a8ec56a08c3b569f97b2 770 0.84/1.00 vMB 1
598,271 598,271 000000000000000000079b41d34b6bb81dfcb0b372d25bb6369c2b647ab092c1 2,968 1.00/1.00 vMB 7
598,270 598,270 00000000000000000015c38cc5f3a80f43e1f860b17d63d2d6fd418fd2393ba1 2,411 1.00/1.00 vMB 18
598,269 598,269 0000000000000000000f5c677a893b3260a5fd32fe51daa3110cc1f781860d42 3,012 1.00/1.00 vMB 26
598,268 598,268 000000000000000000016448f0888cd2287a3e116586c7effb96d7f8f2db2e71 2,815 1.00/1.00 vMB 27
598,267 598,267 000000000000000000058efb90269847810957e6cf470a0fac0390a2aae74caf 3,215 1.00/1.00 vMB 17
598,266 598,266 00000000000000000015f50d2f901cd52df150c08ecc5f3d8cff505c66ff298d 1,249 0.54/1.00 vMB 10
598,265 598,265 000000000000000000031cb4908b64ae879e9c450c13ead2276d274d8bbb95db 3,144 1.00/1.00 vMB 16
598,264 598,264 00000000000000000013355bae1ccbaa0d3468700f9e8f3d1d3667f5fd7941b3 2,697 1.00/1.00 vMB 21
598,263 598,263 00000000000000000004adcaac7b33026a8cf470014cfc7db795911a8be49291 1,496 0.49/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 667.91 GB
    • Received: 15.31 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.