Loading Tool

Explorer IconExplorer

Memory Pool

38,607 transactions
28.20 vMB
0.06156318 BTC
Random Selection Loading Transactions
Max Size: 143.37/200 MB

Candidate Block

Mining Attempt 93c3e4d9e92e77f449d4f368673ddeb5cb45c0b6a53eba406f1551ab577b2b72
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 22ef125f223d8be7b2e7c2aebaafce970c60731438e45180d96ccc681d35203d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.00749314 BTC
Feerates: 60.13 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (173,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,203 741,203 00000000000000000003c22bceed7e9eb3a4cffe57665fb4286131ff48a620ba 1,912 1.00/1.00 vMB 37
741,202 741,202 000000000000000000033419480cd6dd789ad78fb31bacd430189b62f98f8c42 1,983 1.00/1.00 vMB 23
741,201 741,201 00000000000000000004eaa1a99f371e6f03651826e63736f2e1ebfb7d3fcb0c 2,666 1.00/1.00 vMB 25
741,200 741,200 00000000000000000000910d564dc34481675e7eb6a1fab8cbf185828df3b3b6 3,022 1.00/1.00 vMB 17
741,199 741,199 00000000000000000000f46a25d58c6baf2821cba1cc2fbd84072e5d66cbeca2 3,076 1.00/1.00 vMB 18
741,198 741,198 00000000000000000003540ba192b646d746ad5e1039069bf5f799fe05a0df3c 3,265 1.00/1.00 vMB 26
741,197 741,197 00000000000000000007c75d9587019f208e0d7710651dc969be43c4832f1fe8 3,846 1.00/1.00 vMB 20
741,196 741,196 000000000000000000017cff95558d92fd064f13d62dadd70e6ae4961ca5cf04 3,943 1.00/1.00 vMB 23
741,195 741,195 000000000000000000060bdb038d8152184ec4528d4ab779feb01fbfa87f6325 3,307 1.00/1.00 vMB 30
741,194 741,194 000000000000000000047ccdf9bb6ad0e3ab473c6d4b112c504e8a95fb9ff433 2,964 1.00/1.00 vMB 34
741,193 741,193 0000000000000000000627d715a774f645d4c6df96c3713b689184d5837ba31d 2,778 1.00/1.00 vMB 30
741,192 741,192 00000000000000000005ae59aba572a7fa61c607a8e24df6fb4114f668dbb33d 3,112 1.00/1.00 vMB 36
741,191 741,191 00000000000000000004b45f2f65b87e3400af7908795c9f6b4160552f9cbfad 1,514 1.00/1.00 vMB 27
741,190 741,190 00000000000000000001d0aaa3f1afa01b91fe6667591b074b4f987b54706bfd 3,056 1.00/1.00 vMB 44
741,189 741,189 00000000000000000002d4d7ac2bf01391ae324e395a55cb7c62df4d9bebc283 3,108 1.00/1.00 vMB 23
741,188 741,188 00000000000000000005e03bbeae50d7e347f2af3e03b7e1f4639f18f006d5fa 3,266 1.00/1.00 vMB 26
741,187 741,187 00000000000000000006d2b008840a3b48bf635f0e7313d4208232c4888934a4 2,606 1.00/1.00 vMB 34
741,186 741,186 00000000000000000006c211da74c24415a167ff9d77046ec1ca996547c046d3 1,618 1.00/1.00 vMB 11
741,185 741,185 00000000000000000004d28d9afee2c893a7355bb9e6566b79f53fb139963ddc 771 1.00/1.00 vMB 3
741,184 741,184 0000000000000000000938572817313b8a808479ee3be19d2f93b33d59c6c908 1,636 1.00/1.00 vMB 13
741,183 741,183 00000000000000000007f0e86486ca5aefba62369c42ce51261f616453575af9 2,762 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 629.85 GB
    • Received: 11.96 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.