Loading Tool

Explorer IconExplorer

Memory Pool

79,553 transactions
30.14 vMB
0.10602388 BTC
Random Selection Loading Transactions
Max Size: 180.25/200 MB

Candidate Block

Mining Attempt 33320359fa2b62cef50059407bd7c9cd5066b1c6248fdea89bbeaea9d334a521
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 2e4d761fbaeda64bccfae7f5f43b3064e75e470728650dcffb790c1ff21a6ef2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.03547007 BTC
Feerates: 151.00 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (738,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,059 177,059 000000000000026c3d7239f6a78e6fe777b019f710d605866bdb1739f59dadc1 89 0.03/1.00 vMB 140
177,058 177,058 00000000000004a1a49e0afc4e6721fd1dd1ea5d3c8421ed9440e3fabed8503b 135 0.05/1.00 vMB 53
177,057 177,057 000000000000082778dd9c8a195853b6a9cc2ed935b96c7cee040d3ff36933aa 71 0.03/1.00 vMB 149
177,056 177,056 00000000000009a6a3c2e1e69ce7f7f9d48cef2099f994130ff79ec0c217e8bc 43 0.04/1.00 vMB 732
177,055 177,055 000000000000009803bad80f2d804fd9fb4d30dee4bcdd9953d3ed74dddb98be 128 0.06/1.00 vMB 134
177,054 177,054 0000000000000526bb5ce3f6d69aee898207ead5eff165fbe014aaa97fd4b0bc 16 0.01/1.00 vMB 19
177,053 177,053 000000000000080b9bd08ae649d331faf94fb0584866005d1c713544da3fd950 31 0.02/1.00 vMB 177
177,052 177,052 000000000000060554803da57ab112f20eff9177878007db2a9410d2dd32b846 97 0.04/1.00 vMB 467
177,051 177,051 00000000000005df82ebce873ecfed0398ef6b5a6bc0d696c341a92ea1e3c83f 97 0.03/1.00 vMB 13
177,050 177,050 0000000000000475c1fa47c3966b01e059f12e09fa037b0a8cb31d0a39c61c0c 110 0.05/1.00 vMB 212
177,049 177,049 000000000000004e1de6dbe2051e6595d96130acfcd2eb27d89842e52f4be2bc 165 0.05/1.00 vMB 11
177,048 177,048 0000000000000735e7a622810a19ae9702b3c23ed5411960762fef26e5c68c26 98 0.04/1.00 vMB 185
177,047 177,047 000000000000031774d3c95a0f3a7930020aefae6bab991729b04422f742ab3b 130 0.06/1.00 vMB 142
177,046 177,046 0000000000000a793738464e05f22e253931e718fc89caf5e3c0a62c4d5592df 11 0.01/1.00 vMB 7
177,045 177,045 00000000000009475817352d9a01b69953fc5f850e33446e364284c81e3361e2 30 0.01/1.00 vMB 286
177,044 177,044 00000000000009d3c3bee3207dee653e3729bc4e92b4cc23e87845dfe6f8c87d 67 0.03/1.00 vMB 42
177,043 177,043 00000000000009f026ebcb6c8d6fbc5a2ce2fb6187b87282390c28e5722b4b08 54 0.03/1.00 vMB 10
177,042 177,042 00000000000001ac346d88f5f8642bdff451fb95eaed607e0a6559542d235ed8 28 0.03/1.00 vMB 64
177,041 177,041 000000000000095dd1df0b7201c0808562130770de4fc2bdd190c90660963732 89 0.04/1.00 vMB 131
177,040 177,040 00000000000003a35f09ecd42d630bc5ca2b372bbd7c14ebf374654241b8a4b9 126 0.05/1.00 vMB 1,077
177,039 177,039 0000000000000a45a9a3292a4dd65540d44b72ceeea7a2bbc3938540f9db3fcb 138 0.06/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.