Loading Tool

Explorer IconExplorer

Memory Pool

78,681 transactions
29.78 vMB
0.07303258 BTC
Random Selection Loading Transactions
Max Size: 182.11/200 MB

Candidate Block

Mining Attempt 122f0444944b85694ec5750e6e4535b08c4daa9324b0abb4862614508fa3e6fa
Version 20000000
Previous Block 00000000000000000001dbc5c80c6919ec91b35e05b36c1c7f9844aa1a20e02f
Merkle Root 608b3bd02c11568a455b0d989fbb78996aeffc7abac150f905e9d66fe7d642b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,381
Size: 1.00 vMB
Total Fees: 0.00716767 BTC
Feerates: 146.36 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,370 (626,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
289,158 289,158 00000000000000008686d07bd64e6e6e8845f75e8afff5c9abcf9239360b31e1 590 0.25/1.00 vMB 35
289,157 289,157 000000000000000100d39c5d2e5b1f39174e5b5ca9a909fcf2bd7e8beddca4c3 331 0.31/1.00 vMB 26
289,156 289,156 0000000000000000a1a75ae65ffbeb2a0a4f15d798794363e0d6980a49a392ad 36 0.03/1.00 vMB 27
289,155 289,155 0000000000000000199ca189cdca364de9387a8492fcdd47583406051716b64e 134 0.08/1.00 vMB 38
289,154 289,154 00000000000000002d0823f24edab610ddf3043c87fb8e9829c8d936f332c1bc 178 0.11/1.00 vMB 27
289,153 289,153 0000000000000000fe3862d758c7c8d9bf87f458c3e9eaf0b7986bb94a6d8ebf 214 0.12/1.00 vMB 29
289,152 289,152 0000000000000000f6edca084c2df91874620ec09834fad8fd8299d9c65b2ed0 55 0.03/1.00 vMB 29
289,151 289,151 0000000000000000c4d84348fc01e7880115faf247f191a945007f2aee5b1350 233 0.12/1.00 vMB 34
289,150 289,150 000000000000000027f41a511c7c358bee25608c7983dbfcbf5aab11155e7f56 407 0.26/1.00 vMB 31
289,149 289,149 0000000000000000a7b8a0d75cc933ae9ca57880ab50291ba1e74669fdb789e7 339 0.24/1.00 vMB 24
289,148 289,148 00000000000000001f616c9bd1e22e3ab673714dadaded9446e48ae68116da71 128 0.05/1.00 vMB 42
289,147 289,147 00000000000000002a07aaed8b3616dbd448d981aa01d15f7c3e6f25df0ff8e7 79 0.08/1.00 vMB 44
289,146 289,146 00000000000000005703e2ccb0fe2aa013e762495d420c1c78867d0f2e317bb8 209 0.32/1.00 vMB 13
289,145 289,145 0000000000000000c138acbe51af4679915baf57bb8759023f02e748e547cad0 1,195 0.50/1.00 vMB 42
289,144 289,144 000000000000000119c86a91ae807496659af47f76d78ccd7f58d4bf577795b8 75 0.11/1.00 vMB 28
289,143 289,143 0000000000000000fafdf1b21b468f0c0dba15bbd25e2ab0c938da8817c4802c 952 0.50/1.00 vMB 33
289,142 289,142 0000000000000000d619457a69332f796e06c58525a1542ba9439e72a9ce9ce8 53 0.11/1.00 vMB 18
289,141 289,141 0000000000000000e1694fc2708140c8c8101b43824d8fb806d6461a280037f4 457 0.33/1.00 vMB 30
289,140 289,140 000000000000000032627c7c62c7f9fdb0926cf3b02efd83712073b3c930ef59 71 0.12/1.00 vMB 14
289,139 289,139 000000000000000018e3b98bcae25cc5ab158b1c0b2d33ac9d1815331a5c3980 759 0.35/1.00 vMB 44
289,138 289,138 0000000000000000871caf99ee2af85122b54ddf7048930fb9f5933c3c4a3c7b 155 0.18/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.03 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.60 GB
    • Received: 18.10 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.