Loading Tool

Explorer IconExplorer

Memory Pool

79,129 transactions
29.59 vMB
0.07167765 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 1b42fd577813d4f7b6c1a0d1c6295114369ec0f6cde066ab3ae34d9d08fa259c
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root c27998c49ac33b2cdbabfe21ac3bd2259c7e998f1bbe20dd938087b3bbe5b2e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.01157320 BTC
Feerates: 60.27 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (176,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,628 738,628 000000000000000000086b4acf7cf6f045063a13af98b872603f72c7b5be6334 2,935 1.00/1.00 vMB 13
738,627 738,627 000000000000000000062a648d78aca47c08f91f5b695c14f848e638b3f794d9 3,229 1.00/1.00 vMB 13
738,626 738,626 0000000000000000000553ed2300755f70eeddf98ea9c299d304b1a4d872cfdb 442 0.85/1.00 vMB 2
738,625 738,625 0000000000000000000081ce7e3a3e1c29f2e039efa41b5e15c7286f9c99b1b5 1,335 1.00/1.00 vMB 2
738,624 738,624 0000000000000000000090a92b6265d379a57368cf79daa16c80f4b0f7fb0f6a 3,073 1.00/1.00 vMB 9
738,623 738,623 00000000000000000003da13eaf1fbfa6e72aad3a77d882b0b7c030b6b427572 2,776 1.00/1.00 vMB 3
738,622 738,622 00000000000000000001908d2b5cdee965466101b7bab079f30c8aac4db7f61e 2,782 1.00/1.00 vMB 9
738,621 738,621 00000000000000000003c3396aa7f93fda585b3a1350cbe1c978eeff523cd828 2,618 1.00/1.00 vMB 10
738,620 738,620 00000000000000000006f88b39aa0b3aeed648332fb80ed2abcc9b37d988ff5b 1,923 1.00/1.00 vMB 8
738,619 738,619 000000000000000000069e0ff720dbf82073421b66ed967e5d8884da4ae15226 2,266 1.00/1.00 vMB 15
738,618 738,618 0000000000000000000156dba6458d92f6bfa4f3a0f213df9702daa27b23829e 3,066 1.00/1.00 vMB 12
738,617 738,617 00000000000000000006ecf593d5e3b602cebe35e357a3238478107bf12f71f9 3,206 1.00/1.00 vMB 13
738,616 738,616 000000000000000000061e88361a24582912de19a46945e1ea131350a8b4b6c4 1,604 1.00/1.00 vMB 6
738,615 738,615 0000000000000000000392782503b7d3fc9b1ea5d34869797c08c8880202c84b 3,233 1.00/1.00 vMB 15
738,614 738,614 0000000000000000000499690aa192e252c2b7b24abb8f16fa34fc7f17e8ac62 3,180 1.00/1.00 vMB 14
738,613 738,613 000000000000000000085c535f0fe5d00dd9cd55b41c248d1a101dc9bf6566e9 1,977 1.00/1.00 vMB 7
738,612 738,612 000000000000000000091faf1d94006d82adafdc98aef4b07dbb051a1b326672 1,948 1.00/1.00 vMB 4
738,611 738,611 00000000000000000006e628ebda70acc526ef0b9151414557f3d6c0a96aacc6 3,012 1.00/1.00 vMB 15
738,610 738,610 0000000000000000000063bf45ceb1494879ae5dc160da88797965697768c1fb 1,124 0.99/1.00 vMB 2
738,609 738,609 000000000000000000031587f318cace73af6cb0f9af56897c9f657195306cb0 1,224 1.00/1.00 vMB 6
738,608 738,608 000000000000000000028ed64b2ca1f95dc2442bccb2f638c55ad54a93cc046d 1,144 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.