Loading Tool

Explorer IconExplorer

Memory Pool

84,005 transactions
31.15 vMB
0.09895254 BTC
Random Selection Loading Transactions
Max Size: 187.87/200 MB

Candidate Block

Mining Attempt 2c77530d0fd7f4dd921e7a3dfd063a887c0b6d14030dd2d109793e6dfc76fffc
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 4b7017a1ce084cf9ed1662377b633fc5e0c3d150a529bbf967b39f8b537aedd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.02943618 BTC
Feerates: 120.18 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (316,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,379 598,379 0000000000000000000576cd782a9cf67a2b56d22b74ecd65205309b9329fd4f 2,804 1.00/1.00 vMB 9
598,378 598,378 000000000000000000112ba87f2a7da31183a15cb24a7c7b637c8937e32f17f8 2,193 1.00/1.00 vMB 24
598,377 598,377 00000000000000000012a9f8c1070d6eec80357208b3237086194039ad515449 2,072 1.00/1.00 vMB 27
598,376 598,376 000000000000000000037291075a2e7f28f2236c06db52d89fb1b5b7be692482 2,457 1.00/1.00 vMB 10
598,375 598,375 0000000000000000000ea976c09eaf9d6eea8ab994262b6d10e12ab2c8a18d92 1,993 1.00/1.00 vMB 31
598,374 598,374 00000000000000000003de98c3993b16c1a05365ee7d8e26285ab735975ffe1c 3,019 1.00/1.00 vMB 25
598,373 598,373 0000000000000000000bb9dc2ca20cf32ce5b8f23d2df90e35f17c50377a05ae 2,860 1.00/1.00 vMB 31
598,372 598,372 0000000000000000000be98505a900a8d383eed8e6c999df6968f8107466c536 227 0.06/1.00 vMB 24
598,371 598,371 00000000000000000005ac22707aae5633198cc9b4b095399999b7dade412595 904 0.22/1.00 vMB 18
598,370 598,370 00000000000000000006cabebf1c626d77455dcf327d146fbf38d81ec8f5c70f 910 0.22/1.00 vMB 18
598,369 598,369 0000000000000000000e0eee1faebd0097d3471adc884f39e72371e5c22ec3a3 388 0.11/1.00 vMB 22
598,368 598,368 00000000000000000007dc6c627a795d9b060d7422963d968015f3e72d08fb3c 807 0.22/1.00 vMB 19
598,367 598,367 000000000000000000108df69017ea0bc8d028e92a79f8af673b0d58b9281d0c 2,901 0.83/1.00 vMB 17
598,366 598,366 00000000000000000002ce1c4920bfb5e048414fd35c033d2a613967fc928d8d 194 0.04/1.00 vMB 5
598,365 598,365 00000000000000000004d26df665e2e5afc947a53e60502870c8103229053cd0 3,504 1.00/1.00 vMB 14
598,364 598,364 00000000000000000012c09508a7243c383e72400baebbe07ac8256147ac7632 1,931 0.50/1.00 vMB 14
598,363 598,363 0000000000000000000ae5e65714307d1547b2bc720055d1381f55a512002c10 526 0.15/1.00 vMB 20
598,362 598,362 0000000000000000000aca1c15a020f8d333713dee6a015d92b9bdeccf776a40 2,400 0.65/1.00 vMB 18
598,361 598,361 00000000000000000000aafca3b4158c18a53b215387e76d7e7b91b213b6dfdf 1,007 0.26/1.00 vMB 16
598,360 598,360 0000000000000000000412f78ba3450d388c68ff63acb11fb98ca435a5202b52 1,396 0.42/1.00 vMB 14
598,359 598,359 00000000000000000006b6b0e4bf5059db2c4548c1dbd38e9bc5f3bab4a35fd8 501 0.17/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.35 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: 661.94 GB
    • Received: 14.83 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.