Loading Tool

Explorer IconExplorer

Memory Pool

81,000 transactions
29.78 vMB
0.10321643 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt ccae9d9f7543385d4e2ed9ff4cd0d766853e8a4f85bac50631f9ba37552a6277
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 8b791bdae4523ffe40e96c6c0939e0c429a1c39561b44a46e7868ac709243285
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,083
Size: 1.00 vMB
Total Fees: 0.03834105 BTC
Feerates: 146.36 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (365,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,295 549,295 000000000000000000171f0ef71a4e92db9c0d571d9d27ad51be39d2ac9ebccb 1,557 1.00/1.00 vMB 17
549,294 549,294 0000000000000000000cc626655041cda26fc5d69047c893d6546c032abd19e3 2,935 1.00/1.00 vMB 18
549,293 549,293 00000000000000000012ce09a7cdd89c2ded2ba01f05c420fb855db3b31a1d15 3,119 1.00/1.00 vMB 29
549,292 549,292 00000000000000000006be2fb52e5824487f8ae73fdda77f3206eb68ea4b1d81 3,534 1.00/1.00 vMB 26
549,291 549,291 00000000000000000021313422d28d9bed1bcc5c9f9423579986ff04a4175426 2,676 1.00/1.00 vMB 39
549,290 549,290 00000000000000000004cb17f92e39f7a212419315a0f5136a2a59326447601f 2,786 1.00/1.00 vMB 19
549,289 549,289 00000000000000000016d64ce43c8037c36ea8a07816696b6b4f65d44e02628f 2,537 1.00/1.00 vMB 12
549,288 549,288 00000000000000000008e9098135a81ab2328edbe28fef0caa5c1a298eec83c5 2,586 1.00/1.00 vMB 24
549,287 549,287 0000000000000000001bd3a3a7eda26463bcc0bf6635d660208cf07e66609aac 1,953 1.00/1.00 vMB 17
549,286 549,286 00000000000000000019aa20289e552ee648e915673fbf4bbcc40c87a33c1149 2,570 1.00/1.00 vMB 13
549,285 549,285 0000000000000000002378ee0d39f3a198ca4c6ddb7a4197c44ad667e5ba0b02 3,054 1.00/1.00 vMB 23
549,284 549,284 0000000000000000000c732bf36c75045c374b8551ae714c132a65e54d9c777a 2,736 1.00/1.00 vMB 24
549,283 549,283 00000000000000000002b6a5fae2ba8720e1a84f9f0d7206dfb539a680a202c3 2,944 1.00/1.00 vMB 15
549,282 549,282 00000000000000000015d357d4be26c39f93d78727bd220b0965a48060c47cc0 2,292 1.00/1.00 vMB 26
549,281 549,281 0000000000000000000091d1140aac4942a6b9ba6debc69111b719b96feee9f6 2,158 1.00/1.00 vMB 18
549,280 549,280 00000000000000000020ab6d62d454ede2821a649eab4c1a188f7d3fa4a05a37 2,887 1.00/1.00 vMB 36
549,279 549,279 0000000000000000001d53d3cad952baef0db677e8942380de7db4fc7eacbc72 2,846 1.00/1.00 vMB 25
549,278 549,278 0000000000000000000d97288fc128d0f538253a32c7eac2e6238207e76e30f6 2,441 1.00/1.00 vMB 27
549,277 549,277 0000000000000000001d76fe04cc83f6ad7e4d6b29d987697404523694654d78 2,756 1.00/1.00 vMB 23
549,276 549,276 00000000000000000013fa613dc0a0fec05842cd7dc56921b14ac7ffb8c1ef5c 2,569 1.00/1.00 vMB 33
549,275 549,275 000000000000000000109906c07bc588b94b3f4fb28b1ad5864bce5c7e817fab 2,476 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.