Loading Tool

Explorer IconExplorer

Memory Pool

83,640 transactions
30.74 vMB
0.17042204 BTC
Random Selection Loading Transactions
Max Size: 186.56/200 MB

Candidate Block

Mining Attempt fa7ec891587167cfb41d2c26282ee166564a16cf9106e20186b78c53482ea429
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 90dff0bea7fcac5882a9a452a08d37bbca6dc84e27efede8c047521de45b7a1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.08769845 BTC
Feerates: 150.79 > 8.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (538,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,938 376,938 000000000000000006d6f128506640fcd3f3c939710b05120ad19fe3efef7836 296 0.33/1.00 vMB 16
376,937 376,937 000000000000000004384cc1e748b0fb43cea4401d9a75b7ec8891a73e7528e6 1,002 0.52/1.00 vMB 37
376,936 376,936 0000000000000000074c4acbda500229a2f5ddff9cf66a6e6b48af2340bd3f78 696 0.32/1.00 vMB 38
376,935 376,935 00000000000000000d49f5d65747497981512c4750842dfc5da062153e68c8ed 1,160 0.54/1.00 vMB 37
376,934 376,934 00000000000000000a2c0e76bf2b3e94178cf7dc528eda34a9e13d5be85da73d 154 0.07/1.00 vMB 32
376,933 376,933 0000000000000000078e024512ecbf6f6b749d7a59fde5ee215cee6e50c828e2 1,299 0.85/1.00 vMB 29
376,932 376,932 00000000000000001096292b63943aebfa6515fa3f7657f315dff0004ab9d486 185 0.08/1.00 vMB 34
376,931 376,931 0000000000000000087cf48b3a277b11344018c15b5787d72749f071021ee16e 362 0.17/1.00 vMB 32
376,930 376,930 00000000000000000c9609c573d8af0eddb1458ced233687439bc4dc200d3829 485 0.26/1.00 vMB 33
376,929 376,929 000000000000000001f781a0e07d39ab88fd5abf4a2c6d8ae23e823c08128588 1,345 0.67/1.00 vMB 33
376,928 376,928 0000000000000000094e6f3bfb85672de2f64649e526ba02c40fce1f9584acf8 1,019 0.47/1.00 vMB 37
376,927 376,927 000000000000000001248fbfd8c26a19b5d615e3c8043e9057dd7fceadb75b1a 915 0.61/1.00 vMB 24
376,926 376,926 000000000000000006cdb20f40fd40822c39d3e0c3e374b0a3e349b97e9e5a2c 403 0.22/1.00 vMB 36
376,925 376,925 0000000000000000037759134560ce9f51534e54f0f783b21e226d3da8aff747 1,851 0.93/1.00 vMB 41
376,924 376,924 00000000000000000ce57f9304f6717c91c5a6f85722df20597b01194dd67c27 1,409 0.75/1.00 vMB 33
376,923 376,923 00000000000000000b53a558391086fae9c315823484cdc7885f321c6b38ed48 545 0.29/1.00 vMB 36
376,922 376,922 00000000000000000138bfc87bc7fdcfa4b6e7303c92e9b8ce67f934578c3601 2,426 0.95/1.00 vMB 46
376,921 376,921 0000000000000000000dfc216d66d4883af7474dea9aeeb691078b5d3d5b0f42 764 0.51/1.00 vMB 25
376,920 376,920 00000000000000000b2a84dd43d47cf9afe69a8855338c603c9da2424385c620 1,608 0.77/1.00 vMB 34
376,919 376,919 000000000000000006c629fd4540e0b8f35aaed5c0702826cced98f6436f402f 627 0.43/1.00 vMB 25
376,918 376,918 00000000000000000d20cc48a84d9a62e38b98a1ab1c7b012f4a317fde4fd420 2,113 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.61 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.92 GB
    • Received: 16.06 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.