Loading Tool

Explorer IconExplorer

Memory Pool

38,964 transactions
26.27 vMB
0.05518060 BTC
Random Selection Loading Transactions
Max Size: 136.56/200 MB

Candidate Block

Mining Attempt 199eab2acb52b6b71959103fe07cd952db06e1af7ab98a4b5ac237b10f1d34e8
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root e1cdcb4c9d498a7d15856fa9260f475d7231dc3b403963124d1531645d9c10c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,709
Size: 1.00 vMB
Total Fees: 0.00705998 BTC
Feerates: 77.76 > 0.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (802,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,816 112,816 00000000000075758493ee74c43c53e437026bdfdd52b24a12dd697fc9ff4629 2 0.00/1.00 vMB 0
112,815 112,815 000000000000f2dc5e2031ef12e45b08e6c6726d060586b882a1032b8f987b24 36 0.01/1.00 vMB 0
112,814 112,814 000000000000577e2c17f7aad95a4ba89d00124641a8fc2bfef4603382f7d232 12 0.00/1.00 vMB 1,005
112,813 112,813 00000000000011ae86b4891b52c196dde8f2db324b1873b50134b6ba1ba7ba81 12 0.00/1.00 vMB 335
112,812 112,812 0000000000003c9751ba4bfe7d142c99c6cd3a5b44ff281d4c2c87b16e575242 13 0.00/1.00 vMB 1,096
112,811 112,811 0000000000010b79877a26df0d6f7fa1acd88e2c1a04f4833bef4c05ab1cb2fe 1 0.00/1.00 vMB 0
112,810 112,810 000000000001211dc48a0c8e14690b2b3f5a8e6ad5d211d4d90284702b785613 3 0.00/1.00 vMB 2,070
112,809 112,809 000000000000251fd01bcb5b7092e2d5f5e593a49dd22ff2494743cfeaccbe7d 3 0.00/1.00 vMB 0
112,808 112,808 000000000000a3dbb1a117afcd319ccad05845c67709d4333d0e79ceb8f53a64 8 0.00/1.00 vMB 480
112,807 112,807 000000000000ca6d1f0e90cbcdb652b060ec3b4830697d0050a2414e3d6af7a9 1 0.00/1.00 vMB 0
112,806 112,806 000000000000069f8a4fc957c23c12090ffef3e9eede54964f1f6239aee359a4 10 0.00/1.00 vMB 0
112,805 112,805 00000000000112afe724ebe37d0931106f21ad59018348d1c27ade4c4797bd05 31 0.01/1.00 vMB 801
112,804 112,804 000000000000b5a834581a84fc99063680475b1d8b023079e27d082618515a27 3 0.00/1.00 vMB 0
112,803 112,803 00000000000019b226bb76ee8d3c33764f5312a5303f51bda99bc0f82553f135 1 0.00/1.00 vMB 0
112,802 112,802 00000000000127e4ce2bb01b515255919209c689c31d4213983dfc1735f2e417 7 0.00/1.00 vMB 0
112,801 112,801 000000000000ebfeede77d5e888d4b3942803177553f4cb037357f2b5d74452d 7 0.00/1.00 vMB 360
112,800 112,800 0000000000001a89ec756daa7751c9c5af672141f7923d92bb12d3febeeded1c 8 0.00/1.00 vMB 0
112,799 112,799 0000000000000ccd413770800d6773fb72d3e8ef350d391e14ff6946d36b0f91 24 0.01/1.00 vMB 525
112,798 112,798 000000000001207b65f598d8dfd022cf5a96e4385632ed78919c80f93f193675 7 0.00/1.00 vMB 685
112,797 112,797 0000000000010fac9d3f6dee88fcfbcefd5b9d936e69f14f0a77fea624db7cf9 8 0.00/1.00 vMB 903
112,796 112,796 0000000000008e44b5f1fb466f7d3b4bb45db8791fd23438600e47adad145cf8 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.83 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.