Loading Tool

Explorer IconExplorer

Memory Pool

77,238 transactions
28.80 vMB
0.06996553 BTC
Random Selection Loading Transactions
Max Size: 172.35/200 MB

Candidate Block

Mining Attempt b8d4e721ea0086c070ff7217cf4010f588ed385ec8823b9f9182fdbdb88798b2
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 00d48c56f7348cb925c81b085ee2d612fb954e34e39e09a938eca1ab3daa6fb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,102
Size: 1.00 vMB
Total Fees: 0.01192254 BTC
Feerates: 150.77 > 1.19 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (153,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,461 761,461 00000000000000000000093d0cc0eed6902e1d45385b6497cf046e9086f5a5f1 1,899 1.00/1.00 vMB 13
761,460 761,460 0000000000000000000579dafd04d6bc69794159e35da7766120915f49a54566 1,587 1.00/1.00 vMB 19
761,459 761,459 00000000000000000004a1736c209146cd7d64bbf3d165cd6f81f4b72d513307 1,916 1.00/1.00 vMB 23
761,458 761,458 0000000000000000000048e967e8213d6e3b2499ca001a063c9f221976fad0e8 2,049 1.00/1.00 vMB 29
761,457 761,457 0000000000000000000001857c0b3e3846170a7ffa5633b891f9f188c568c618 2,272 1.00/1.00 vMB 23
761,456 761,456 00000000000000000002da97f4b0194fc589c56422f52b4c44c6c02b02733b1d 1,908 1.00/1.00 vMB 20
761,455 761,455 00000000000000000001940ae12e26921b933b159a4e1ca4570c7c23ad801f8f 2,607 1.00/1.00 vMB 20
761,454 761,454 000000000000000000056c0be045f156320b4ce1e62ce01a703caa894120ad39 2,864 1.00/1.00 vMB 21
761,453 761,453 00000000000000000007699dfbb648c10e501435591bd8fd6cdb0be6c243c3a9 3,288 1.00/1.00 vMB 24
761,452 761,452 000000000000000000051c780d89471abe5c91f01e70a60e1dcc852ccadc3c3d 3,208 1.00/1.00 vMB 29
761,451 761,451 000000000000000000075055ef83290b0fe019936b6321c672954058c4c69d2b 3,599 1.00/1.00 vMB 47
761,450 761,450 000000000000000000010df2b98e206d53a3d6e1e2f1e9a70cefc45cec931b54 2,531 1.00/1.00 vMB 21
761,449 761,449 0000000000000000000079f41402ab39c6e14d24c340b51c9f53095176dbec97 3,149 1.00/1.00 vMB 14
761,448 761,448 00000000000000000005ebc17b293bb9bf66eb1c7f4ad36ff19779972475f43e 3,396 1.00/1.00 vMB 15
761,447 761,447 000000000000000000067e4da1bf0fb9e8c60935cffeab2ff93b954e974dc078 3,302 1.00/1.00 vMB 25
761,446 761,446 00000000000000000003cb04d2d93da22c7c0b8c96c015ffcf85d83e495d9606 3,043 1.00/1.00 vMB 27
761,445 761,445 00000000000000000002de3cf95738624ab68e4034c59fcc51aed12cca8375a3 3,556 1.00/1.00 vMB 33
761,444 761,444 000000000000000000002a067f03d97dcd85d22f84f893d4e752dd8e817dc266 3,648 1.00/1.00 vMB 15
761,443 761,443 00000000000000000003f378674211ae2201f290b59d234f0ae516cb6ab53c23 2,537 1.00/1.00 vMB 23
761,442 761,442 0000000000000000000101aa0041d54f1fcd9f8d598ad4788c8bcb2fa7d8a2ee 3,609 1.00/1.00 vMB 27
761,441 761,441 000000000000000000037a40ccfe65a1747414b834f232feabcd86f746c8803f 2,246 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.52 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: 668.74 GB
    • Received: 15.56 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.