Loading Tool

Explorer IconExplorer

Memory Pool

49,185 transactions
30.56 vMB
0.09523186 BTC
Random Selection Loading Transactions
Max Size: 163.47/200 MB

Candidate Block

Mining Attempt c84b1e422328d94a836b7ca9fe89b0fb501795971f4558e4c84a2b38dd52c489
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 8220448ab78b8e274e17d3e32a3fc3b83061a682d8201f02191b13fc2cde254c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.03202665 BTC
Feerates: 101.56 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (600,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
314,190 314,190 00000000000000001f1e91cffd0f7489b32f84db62e9c28b7e99c23e2c779051 1,457 0.75/1.00 vMB 28
314,189 314,189 0000000000000000340ebca4828ddb7b53f2b7e27e5288c2136ed70c98d1cda1 504 0.28/1.00 vMB 28
314,188 314,188 000000000000000034657ae17769b13d940eb483def6b13f7d4261e0d4d4bcb9 385 0.65/1.00 vMB 15
314,187 314,187 00000000000000000b7a9cc046635dcb9c699467cd73d8302bdc211034f2aecb 913 0.35/1.00 vMB 38
314,186 314,186 00000000000000001a7f03d85d34b1722351b17c84f18a8636af05d87ef03182 185 0.11/1.00 vMB 24
314,185 314,185 00000000000000002d6014688a1d5bb35463fb6d6856aec9c31deec1e7b22156 306 0.17/1.00 vMB 26
314,184 314,184 000000000000000038d0ef7c2821e852ed62a87ac6e4ef54192d077ccde5f2b5 16 0.01/1.00 vMB 13
314,183 314,183 000000000000000026517cecf83b8822c4837ff5d0dc255be17cc499fdddd87f 1,811 0.95/1.00 vMB 30
314,182 314,182 00000000000000002bff18e92d89e2d4f5d410be32ccddc8da7e576693d6352e 263 0.15/1.00 vMB 26
314,181 314,181 000000000000000023929039a39d59a108ff51d31e7af27fb5a625b58a5d31d5 1,076 0.52/1.00 vMB 29
314,180 314,180 00000000000000000f669524df9c0a8b6073bdc13c1bc8c99db642800a3027d2 386 0.26/1.00 vMB 26
314,179 314,179 000000000000000000fd81a47f4a2830f168335aa2404343bbd9a6832dea2600 369 0.19/1.00 vMB 33
314,178 314,178 000000000000000032115966757a45d607e52b688e956f5f809a5139bec2e71c 371 0.22/1.00 vMB 28
314,177 314,177 00000000000000001731011bdd3ceb5dcc2477a617e85ecc1103b63b0c946f4f 391 0.24/1.00 vMB 29
314,176 314,176 0000000000000000113c1ff70d1d6c4d2a0747acff7d0bb6e6facf4c251f09e2 268 0.15/1.00 vMB 21
314,175 314,175 00000000000000002074cc4dfa72af089144aa7075279f2487b4e6a7237dedc0 165 0.08/1.00 vMB 29
314,174 314,174 00000000000000000e4eec620befa9c8a1647b661f7badd34d7354fd0ced6ece 16 0.01/1.00 vMB 29
314,173 314,173 00000000000000002b2d50cc400d9b50aeb6cdb5fe6c0f133025c84b547b905a 220 0.12/1.00 vMB 26
314,172 314,172 00000000000000000abe13d191901a67d474a33492fa30d5a8e28f34a0018c4b 193 0.09/1.00 vMB 24
314,171 314,171 000000000000000005abfc3d1dc0e5217ad46682abd19ed47480afc1e30c01ba 64 0.03/1.00 vMB 25
314,170 314,170 0000000000000000196e54b43337614d7cfecdc99062a75d723a53741ed777f8 272 0.14/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.