Loading Tool

Explorer IconExplorer

Memory Pool

50,544 transactions
28.37 vMB
0.06674568 BTC
Random Selection Loading Transactions
Max Size: 152.57/200 MB

Candidate Block

Mining Attempt 4bfb4892b77a7a292a0ed7db18ffc62abd7881fa1cf772304177898793f836e4
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 716f5afffc11d8c8cd8036ac23d79307369ad213bd0532402b19127b2788cfd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.01215837 BTC
Feerates: 100.00 > 1.22 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (268,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,935 645,935 0000000000000000000580b215f633183a4ea9a29ad70dcc0f2e748dd989dfc0 1,683 0.95/1.00 vMB 15
645,934 645,934 000000000000000000082d8a0660d8d96d54943a5976e1108cb4b07da6a3c894 2,645 1.00/1.00 vMB 76
645,933 645,933 0000000000000000000540bbdde766a48ec7b49ba0e4e90c72cf25ae346d43a9 841 0.97/1.00 vMB 16
645,932 645,932 00000000000000000001df55c5687edc6ae2b65ffac9b62f93f2b59585a7e186 2,264 0.99/1.00 vMB 37
645,931 645,931 00000000000000000009a5d9041e47bc88b0d4a5b75cbf47295dacf161ba5546 796 0.99/1.00 vMB 10
645,930 645,930 0000000000000000000b2a005725bb66f994362ff50f687d5abcaabaa293cd47 2,449 1.00/1.00 vMB 43
645,929 645,929 00000000000000000008851cbb6ceaa3efb35c9196f63e10ec09051e83b3a5d7 419 1.00/1.00 vMB 5
645,928 645,928 0000000000000000000b75d2e59d2efd1b3edc9d48820aa36907ab26cd88071f 1,362 1.00/1.00 vMB 20
645,927 645,927 0000000000000000000b08f866435d0494fe47444d647a7c60b1d63a1b891fe4 1,450 1.00/1.00 vMB 24
645,926 645,926 000000000000000000059586d0cfd2e2bdd85ce103a59a027b6b07f51e22bd8c 1,613 1.00/1.00 vMB 25
645,925 645,925 0000000000000000000897bfb142cb53526e95e48ebc9d1572b4a8c02633dc34 2,599 1.00/1.00 vMB 29
645,924 645,924 0000000000000000000fc68d45ff417a93ffecb8bae1b617606a48daa5a9d2ef 2,010 1.00/1.00 vMB 68
645,923 645,923 0000000000000000000316efe4377d1b4fad2d362f3479c67eeca4bcf2f92bb9 1,377 1.00/1.00 vMB 26
645,922 645,922 00000000000000000005233360783b52f49d6f1e8ce75a42cfc4c4fbecc88c03 1,345 1.00/1.00 vMB 36
645,921 645,921 00000000000000000009f8abd5f5f605d7fd0c81370bcdab4234010875a306a6 1,710 1.00/1.00 vMB 2
645,920 645,920 0000000000000000000c6c27f91dbe57bf729f0a5f6a604c7acce4a1092957f5 2,779 1.00/1.00 vMB 17
645,919 645,919 000000000000000000094e01c120397c044f872887dc95ccc0b241515ef1e4a2 2,831 1.00/1.00 vMB 44
645,918 645,918 00000000000000000004448441d047a9b35d7f730196eee61de8dd1865b0ab1a 2,780 1.00/1.00 vMB 43
645,917 645,917 000000000000000000006bde4aa6ec5cb866357722a2835170a36a4b31e5d781 2,780 1.00/1.00 vMB 43
645,916 645,916 0000000000000000000b052158a80745d6ca2a2f4e3f220224805c585ba4cd44 2,950 1.00/1.00 vMB 87
645,915 645,915 0000000000000000000020d9d2ecbea91e1c74831db08b76574a3eb93fa977e7 2,531 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.02 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: 649.92 GB
    • Received: 13.23 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.