Loading Tool

Explorer IconExplorer

Memory Pool

86,726 transactions
32.22 vMB
0.11154036 BTC
Random Selection Loading Transactions
Max Size: 195.85/200 MB

Candidate Block

Mining Attempt 6a722e49815e7db655b17f8857da18f57036a222c078909b591885dc4fb2bf06
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 1cbf793807cff26dc9ec5c9909440abdab5ab49f3e2518f5ea68f3ea6828b395
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,686
Size: 1.00 vMB
Total Fees: 0.02586072 BTC
Feerates: 301.68 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (489,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,793 425,793 000000000000000001ef6abbf7a798a12db9230940f945513051ad34a710d1eb 203 0.70/1.00 vMB 14
425,792 425,792 0000000000000000050cd253ae9268ac696aaba36f4dea3644f6b1c93f4ba73e 691 0.29/1.00 vMB 68
425,791 425,791 000000000000000004451c3fd6a34a5b3d451b8a19913fd3726ce0ed33ab6181 1,198 0.99/1.00 vMB 27
425,790 425,790 000000000000000000590f2a1c62030bb26dbac5366e8fcf4824dd19f922b239 1,879 1.00/1.00 vMB 61
425,789 425,789 00000000000000000275db59c0ffb1dbcd81f1e174caf8f60a8ca5ff3b5273cf 2,316 0.93/1.00 vMB 75
425,788 425,788 0000000000000000027a14fcbd8c4e58a86f79d022c7adadc49b498e65445661 1,019 1.00/1.00 vMB 43
425,787 425,787 00000000000000000264301e62f004946780e933d442236146c1d4d88d9d7db2 1,762 1.00/1.00 vMB 49
425,786 425,786 000000000000000000b701340f9b83323abfb503f8521670f5722022216d27a4 2,044 1.00/1.00 vMB 54
425,785 425,785 00000000000000000087f0052dfc0db4942cdbd38a1e2b363eddea3ae92b8e47 2,382 1.00/1.00 vMB 77
425,784 425,784 000000000000000003adbf62d235b4847f7c7b8ece00315b17a95a354e994e79 2,127 1.00/1.00 vMB 57
425,783 425,783 0000000000000000007e1d91f446ed002efd3465408087d5b5e2fe9a6b82ab6e 2,153 0.93/1.00 vMB 64
425,782 425,782 000000000000000004a7ed43210e0cb28bcec567f1157e04a196430e501aede0 2,533 0.93/1.00 vMB 63
425,781 425,781 000000000000000002e231fb24e7df2d7160f6275ef5fa0fc7a46800e296a08c 2,354 1.00/1.00 vMB 67
425,780 425,780 000000000000000002f195888dbf3f68ead47ac4230a206501e1bd0969867c12 2,392 1.00/1.00 vMB 94
425,779 425,779 000000000000000003fcfcc588aade2501f4f36d29e49af667011bf3c2afe0af 1,719 1.00/1.00 vMB 106
425,778 425,778 0000000000000000019f01ee1a73546e2484f7188c1a2de98c7f30bf9be5d534 2,359 1.00/1.00 vMB 74
425,777 425,777 00000000000000000321ffdedd72aea4abe0ee52d3d756f17727492850f27cd0 1,471 1.00/1.00 vMB 103
425,776 425,776 000000000000000002c279490fc3340bd04268c913a00e6d9df6f320994b1573 2,841 1.00/1.00 vMB 119
425,775 425,775 000000000000000004b45fe5c6a2ebcbae8a02d92d5efa7fa5fccc29915b2923 621 0.27/1.00 vMB 57
425,774 425,774 000000000000000000e7c50ffd2aaadc9b7162250e4a1a9ea7f03cc8ae2d1041 1,473 0.67/1.00 vMB 55
425,773 425,773 0000000000000000008057db236d072eafa0ee0a987e68eab6d96f7311c54888 1,702 0.87/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.