Loading Tool

Explorer IconExplorer

Memory Pool

27,151 transactions
25.59 vMB
0.07129870 BTC
Random Selection Loading Transactions
Max Size: 125.04/200 MB

Candidate Block

Mining Attempt bede07dbbbae427e238b47a254013e1691939b871f6b011421154b6a0d10fcd4
Version 20000000
Previous Block 00000000000000000000ebfca2dd5a5d1d4bd9d4f9ab5c8fb51d534119ee4a4f
Merkle Root 465baddb22de118451c9092134c61266b1cbda20bbc6aa89242d3b91b8de0e06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,273
Size: 1.00 vMB
Total Fees: 0.02463536 BTC
Feerates: 502.65 > 2.47 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,228 (62 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,166 914,166 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594 1,425 0.37/1.00 vMB 3
914,165 914,165 0000000000000000000084a21ff707eead35ab8f0f56d03d5d8d061975b60eec 6,074 1.00/1.00 vMB 0
914,164 914,164 00000000000000000001f86974e25d13cd2386279b60a00a32706bd88833de2f 2,597 0.89/1.00 vMB 1
914,163 914,163 0000000000000000000157985ae5e218ec435eef53db9d5e47bda7e17dfc1bdc 2,973 1.00/1.00 vMB 2
914,162 914,162 00000000000000000000012ba1997f0e4b791c3aed00305ea5f1c19d870ed489 2,939 0.82/1.00 vMB 2
914,161 914,161 0000000000000000000110219f53958bef65f3b2008519288f2dbd855b2cb68f 4,910 1.00/1.00 vMB 1
914,160 914,160 000000000000000000017967d0167f186a77efdfb47ccb18526952a184d50e35 2,172 0.59/1.00 vMB 2
914,159 914,159 00000000000000000000ef43c08db1bd0e41c99c11c4be357c528024331816aa 6,052 1.00/1.00 vMB 0
914,158 914,158 0000000000000000000107433cdd8af7250e81bcf1edd65d919bfb3c233bb615 1,606 0.50/1.00 vMB 2
914,157 914,157 0000000000000000000086b2e3cf9b1559c0483be21435c9d380a6afcf96acab 478 0.13/1.00 vMB 2
914,156 914,156 000000000000000000014582ab73f92555e02f6c5eb172a6a678a70c310dc644 6,597 1.00/1.00 vMB 0
914,155 914,155 000000000000000000000fc0cf3c0c93ed819f4f5344d083bc533b2c744ebb11 2,655 0.67/1.00 vMB 3
914,154 914,154 000000000000000000009178be9eb18b0052b2fec8b96aaeb2c7e33bd857c8c4 1,148 0.39/1.00 vMB 2
914,153 914,153 00000000000000000001751353369b20be623d39edf04e791d13f92ab8f794a0 5,730 1.00/1.00 vMB 1
914,152 914,152 000000000000000000008dd3960e0d14f4c44733a4c8cd7e379d795bfbc48bef 1,105 0.33/1.00 vMB 2
914,151 914,151 00000000000000000000f8ee7c2292443d785f67602109edb90544c4a2395319 515 0.13/1.00 vMB 3
914,150 914,150 00000000000000000001f8e1ff1c530a41d6e3138f65b64d85adcb2fe3e451ed 4,924 1.00/1.00 vMB 1
914,149 914,149 000000000000000000009ec3e518334f792be2612ce33ec1ac4dc40a33b91bd7 2,382 1.00/1.00 vMB 0
914,148 914,148 00000000000000000000b1a169b73f418da71da7163f80a61f93481df79aa57a 2,710 1.00/1.00 vMB 0
914,147 914,147 0000000000000000000158b9eeecd8ceae2c26a1c2e47444fbb52b1c98393d2c 6,110 1.00/1.00 vMB 0
914,146 914,146 00000000000000000001247b1031a70c218f962a8b89c98feefeac9388f83bd6 6,113 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 575.44 GB
    • Received: 8.29 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.