Loading Tool

Explorer IconExplorer

Memory Pool

26,654 transactions
7.38 vMB
0.06126650 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.75/200 MB

Candidate Block

Mining Attempt 156429c1d06a381f7adef6b9fbf6216c32ad85942b7add513a2db52e3b88c26e
Version 20000000
Previous Block 0000000000000000000162240497cbc99eeed5e7e4ff15c610af5a069ccbc724
Merkle Root 262f7fc1c278a708e47ffbf83747febcba9ac91487c35e9b60055dcfdccdde10
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.02905706 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,990 (720,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,702 192,702 00000000000000607315ff95329c40ef6bdad0e015c224f75bf15fea820c587a 0.08 MB 214 149
192,701 192,701 00000000000004f058bd1b672f021c4a205779af0a25ea65a03e36543d672593 0.00 MB 9 340
192,700 192,700 00000000000003915dd4624898adea7b6a3e37bcf5bb6bffa8a2686c23b0139a 0.01 MB 33 41
192,699 192,699 000000000000071ce8050256fc67140df4830eeb4f4a962d843a46fc0c651589 0.01 MB 11 216
192,698 192,698 00000000000000cf62581bbc8e8fa0b8d8bdd6e59e5f453951122570c95fb8ff 0.07 MB 158 111
192,697 192,697 000000000000063c89de2cb0e0dca554770cea368cbb28255d9e7ab9a204593a 0.13 MB 298 130
192,696 192,696 00000000000001a9644a5b96983b9a3829ef0fa4777cee0473497b34df0ef85f 0.05 MB 135 352
192,695 192,695 00000000000005c1a4abef2ba1c7cdd3059bccdb57a48002a81a67c73c88318f 0.02 MB 65 170
192,694 192,694 0000000000000615321e424e2724a3751e74ea27ab9b6b54741a6855e0cd20d1 0.02 MB 58 128
192,693 192,693 00000000000006c6319d64ad74b17560feffd4c28132524a39114dd2b979beb1 0.01 MB 29 54
192,692 192,692 00000000000005eac05959f8be1a96a8eb49f3c17bd558b3e9100aa35b055880 0.08 MB 206 167
192,691 192,691 000000000000055bd921de64b1584a063ba1460c6ad07b6cd27e30dc651b9b34 0.05 MB 126 152
192,690 192,690 000000000000008563803cde12f73096e15b1fe79c10c2c32546052123ab6721 0.03 MB 66 124
192,689 192,689 000000000000080d5a90d66ebdccede2db8b5be23bcf04242cb4af527040859f 0.05 MB 119 77
192,688 192,688 00000000000000ea433cce365b4ca11d07ca1dd8f8fbbd676b3050b823824fdc 0.04 MB 98 106
192,687 192,687 00000000000005129d1643795fe37a47dcde471ca71fd2af56f5179fae9d8edb 0.03 MB 76 0
192,686 192,686 0000000000000750176a10b2a02ed397e1e610a16168a23513d19878e01ef226 0.02 MB 44 109
192,685 192,685 00000000000002e00482aa75d9d22212bdfdc088f5ede419eb2dced9da8ac6c1 0.22 MB 200 164
192,684 192,684 000000000000069bc8ee1949fef8bfb4002a0d6917ef4e9aac2578aa839d63f5 0.03 MB 77 475
192,683 192,683 000000000000038e4323477b9a768bf7230be10450cd71c4a389bd0f520d5f6c 0.18 MB 512 159
192,682 192,682 00000000000002e435f826b253f966b987d31e509e188e3b3730da48d3389916 0.06 MB 96 96
Previous 10 blocks ↓
Total Size: 778.82 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: 366.86 GB
    • Received: 3.33 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.