Loading Tool

Explorer IconExplorer

Memory Pool

44,932 transactions
28.69 vMB
0.12841210 BTC
Random Selection Loading Transactions
Max Size: 149.37/200 MB

Candidate Block

Mining Attempt abc75bff9a4d23b00c8baba4e0999c7e738df13a0dfb946b3ad24c9218e4081f
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root aa0847b64566b82edd0de46bbd4fa0b69463b9bef14271e82d3d0ff0b6a2ed6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,663
Size: 1.00 vMB
Total Fees: 0.03579628 BTC
Feerates: 78.42 > 3.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (352,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,256 562,256 000000000000000000215b922993d2b0fe879eff342171c754510c67da70c6b1 2,562 0.78/1.00 vMB 10
562,255 562,255 00000000000000000001b480abefd1609e43872c19c1fb0a9f953f57484fc890 1,538 0.61/1.00 vMB 9
562,254 562,254 00000000000000000001457bedca1ffe3c0b92481bfdab6a253797cbf2ece3d1 2,019 1.00/1.00 vMB 14
562,253 562,253 00000000000000000009835b81f90256e8fccd6df021f13fa4bddae7421cd602 247 0.07/1.00 vMB 44
562,252 562,252 0000000000000000002be95098e80d787b859d59855a0e7d25a9c703bb9a24f3 2,852 0.93/1.00 vMB 11
562,251 562,251 0000000000000000002f3c1d11a7aaae428209076623216b231ecccfc16a626e 929 0.28/1.00 vMB 10
562,250 562,250 00000000000000000025f8f70453a9899908ce270c3e4a0b6301b3113aba1809 1,319 0.39/1.00 vMB 4
562,249 562,249 000000000000000000241533e8211275301053ff696b3b89ca856b5f0337ef93 2,979 1.00/1.00 vMB 17
562,248 562,248 0000000000000000001642e8e783d47aecf59a7f3cbbdc3875cf8f5fd7aeee70 2,406 0.83/1.00 vMB 2
562,247 562,247 0000000000000000001ad36d7932b59db2e7990e8e4f4758114319fdb72b3ad4 3,082 1.00/1.00 vMB 16
562,246 562,246 0000000000000000002868c983fa4f3d233240db8dac5fc6adacd478c9779bff 3,071 1.00/1.00 vMB 22
562,245 562,245 000000000000000000054998fc4ad88f4b0a98975d9da9feacac0132b072ecd4 204 0.06/1.00 vMB 13
562,244 562,244 00000000000000000011bd8af30b27dd889133ccedc9e97ada35f82018d7002b 1,119 0.42/1.00 vMB 2
562,243 562,243 00000000000000000016401fab19efea41e40af3adab74b149fba553ec2980ef 2,433 1.00/1.00 vMB 15
562,242 562,242 000000000000000000139fea7cb0f931e685876a50005080e9cafc3934bb6a74 3,237 1.00/1.00 vMB 4
562,241 562,241 000000000000000000158199d615de3c1d8b8274124ffb31c52066b9b6058e0c 2,987 1.00/1.00 vMB 28
562,240 562,240 0000000000000000000cfe2848fb350286368f12a86fec81a56d0322149b04e3 3,070 1.00/1.00 vMB 8
562,239 562,239 0000000000000000000fb67e29c7359f292b78d9acffc3e942ed1a29adcd1048 3,055 1.00/1.00 vMB 13
562,238 562,238 00000000000000000009eb7e0fe8738c8c63907d892b636a44982ede9b10c6ee 1,922 1.00/1.00 vMB 15
562,237 562,237 000000000000000000289820d65e9ad91e95de40a02d9f5a27fe242ec28c7a47 3,544 1.00/1.00 vMB 36
562,236 562,236 00000000000000000029037d09f085e59940276ddd5e40f680e5991191f0acf6 3,066 0.96/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.88 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: 645.00 GB
    • Received: 12.64 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.