Loading Tool

Explorer IconExplorer

Memory Pool

81,796 transactions
30.46 vMB
0.07901777 BTC
Random Selection Loading Transactions
Max Size: 186.71/200 MB

Candidate Block

Mining Attempt 8b24214cd8a2cb3d7e015837a269e5fdf4470abad4fc2ffa1b92f7a1842fc62a
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root b9637cba57bca9761cd7950446e21f78b55468a75f3cd60e96addce996e1e9b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,309
Size: 1.00 vMB
Total Fees: 0.01114822 BTC
Feerates: 150.77 > 1.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (417,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,453 497,453 000000000000000000a2388a57f685260e1576dc9d3bc04c4fc4e069cfa687fd 1,676 1.00/1.00 vMB 96
497,452 497,452 000000000000000000bc4a1f37392f89232a3145a916481a9834c9b2e8c88bc2 1,557 1.00/1.00 vMB 62
497,451 497,451 0000000000000000006f29235bf7fa45634213055a0a4c24f90afa878aabe7ca 2,021 1.00/1.00 vMB 32
497,450 497,450 00000000000000000093c09cc5b2804df141a8a073228870ec01670ed301c6d2 1,970 1.00/1.00 vMB 95
497,449 497,449 000000000000000000725966eeed43dedf31b1de390350dc28c33ffad304d5a3 2,569 1.00/1.00 vMB 151
497,448 497,448 0000000000000000008659416fc331d470fc50675a5d4f0ef8e60fb045163efe 2,256 1.00/1.00 vMB 40
497,447 497,447 0000000000000000003f7100374424528b1487a1b6787090bbd9e996dc65e770 1,442 1.00/1.00 vMB 60
497,446 497,446 0000000000000000004ce0990462b078b6a9d6a3a8996cf209257df688f10359 1,442 1.00/1.00 vMB 38
497,445 497,445 000000000000000000b94696c486f85fdf47c7f44ab71e612ce381cd1a091e44 667 1.00/1.00 vMB 38
497,444 497,444 000000000000000000959a0bbc62a418604879fbf167f70a112b92383e01f471 1,061 1.00/1.00 vMB 44
497,443 497,443 000000000000000000cdbea7193bb9b94187b8a10e68c0e966d8f1fd44d41e5b 969 1.00/1.00 vMB 44
497,442 497,442 0000000000000000003ad9a231bc0442ffcfae97905de703466bddc039aa0a92 2,322 1.00/1.00 vMB 177
497,441 497,441 00000000000000000084f54c8945d3fa0a4fac61a8b261da11e8a1038a8a09c1 1,929 1.00/1.00 vMB 82
497,440 497,440 00000000000000000072bd9c73991edbe20d2849a4bb8a50694678317993a8a9 1,193 1.00/1.00 vMB 40
497,439 497,439 00000000000000000055f086ab704df9c421f388680ea1452a134a573f2006ab 2,472 1.00/1.00 vMB 67
497,438 497,438 000000000000000000a49d174e66f297ef8df8fd4946d48c3fba2f3cb19f2ee1 2,671 1.00/1.00 vMB 89
497,437 497,437 0000000000000000009b5589396ec0273b9263037cdf9cdd6acbe947b9e70f30 2,534 1.00/1.00 vMB 120
497,436 497,436 00000000000000000036bb03f46dd7db1d8567267b1e11de3a9161cf4a0bb157 2,708 1.00/1.00 vMB 102
497,435 497,435 000000000000000000201320f86d07da604754f2620b2b48effec1a1e3313ced 2,705 1.00/1.00 vMB 178
497,434 497,434 000000000000000000c2df798664223c857fe04989e473d0477056fcb4740927 2,768 1.00/1.00 vMB 126
497,433 497,433 000000000000000000c8b8572355ffc8f8bedff806809ddc2ce45c090ac1734a 2,612 1.00/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

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