Loading Tool

Explorer IconExplorer

Memory Pool

44,417 transactions
26.56 vMB
0.05680762 BTC
Random Selection Loading Transactions
Max Size: 140.15/200 MB

Candidate Block

Mining Attempt 1616d2d39302ec113ff30af8c4b3a57548791e68a402234153ff20d21fccfe0c
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root c125a4f0eb8c08643769cb53505a75769498a1620b5164610fcb710be8d7c0a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,313
Size: 1.00 vMB
Total Fees: 0.00799403 BTC
Feerates: 54.71 > 0.80 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (252,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,332 662,332 0000000000000000000b0647d6ddc243cd6b917fb3c1b2a985247d92c8c934fd 1,805 1.00/1.00 vMB 81
662,331 662,331 00000000000000000003d70485394d43b268c7dcca96d25d5403f189714db8f3 2,363 1.00/1.00 vMB 116
662,330 662,330 000000000000000000067f8021c60992ea8b3312a53fa4bc6791863083682f93 2,392 1.00/1.00 vMB 135
662,329 662,329 00000000000000000009250273c0b81bf0dc72bb0b39b27406a4752a342bcfe3 1,709 1.00/1.00 vMB 89
662,328 662,328 0000000000000000000194a972df5b9bdcc3e950073521dbd6c45ce8096798f8 2,900 1.00/1.00 vMB 73
662,327 662,327 0000000000000000000aa435532d7bb2e1bdcd5d2afb057fcd84587f6b46c52a 1,925 1.00/1.00 vMB 66
662,326 662,326 0000000000000000000c49afb17f5d6e59b89b5ec4985f917d47a4b6019b7784 2,323 1.00/1.00 vMB 92
662,325 662,325 0000000000000000000b5764c17d15df24ee34d1807bb776004efe47279653b3 1,695 1.00/1.00 vMB 124
662,324 662,324 00000000000000000000897e0edf67438c62c8e57e22c0d616dbd818e13de6d3 1,340 1.00/1.00 vMB 62
662,323 662,323 0000000000000000000d5d33c26ffccc3d92e6e5b5afa56c7a1c7d5b29a52995 1,729 1.00/1.00 vMB 69
662,322 662,322 0000000000000000000c0487edc802a06ae9bed6790fa39a40c581ba73cc7eef 1,310 1.00/1.00 vMB 76
662,321 662,321 0000000000000000000969ef41cf8d5e0b475ea5232a5de6a42c961c1139e516 2,112 1.00/1.00 vMB 121
662,320 662,320 00000000000000000003104b33eebf51efd3a8dbbd7bd2d2c86d6d6bae9bcc9b 2,629 1.00/1.00 vMB 122
662,319 662,319 0000000000000000000d2e5bf11bfdd5b5bfe58d650f2ca65dc7fcb80202ef41 2,755 1.00/1.00 vMB 134
662,318 662,318 0000000000000000000cd99c1b6f8ffb5fa8b573e5b4aeaa43d3995f67731312 2,030 1.00/1.00 vMB 118
662,317 662,317 00000000000000000003cd0eb180985142c80fc94b38ee30bfc4392c609e6d87 1,167 1.00/1.00 vMB 106
662,316 662,316 0000000000000000000bf492b53f19f6f8d0ce04aa24b369daeec41bfdc240f9 1,828 1.00/1.00 vMB 112
662,315 662,315 00000000000000000009d878c04564403ffe0591d46cfae2c3f13bcfb107e6ca 1,057 1.00/1.00 vMB 57
662,314 662,314 0000000000000000000251c4fbcd31cec8fd400ae6ff55803756249bd98927a1 2,470 1.00/1.00 vMB 101
662,313 662,313 00000000000000000009caa37c84050935ecf4b75c42113526e49bdab993c164 2,127 1.00/1.00 vMB 95
662,312 662,312 0000000000000000000cc854a7ec97cfc05f02632ad6901b790de824df3b9717 1,280 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.