Loading Tool

Explorer IconExplorer

Memory Pool

41,373 transactions
26.66 vMB
0.06245567 BTC
Random Selection Loading Transactions
Max Size: 139.24/200 MB

Candidate Block

Mining Attempt e128c57b4c0c4624cf8c5a3b5aed74ecd515da3e86b93b818e3b376666634832
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root bc19edd98808b7c1cb72fb85354d8ce45f74eec82125f65df5fe98a35941e5e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,002
Size: 1.00 vMB
Total Fees: 0.01316757 BTC
Feerates: 50.62 > 1.32 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (802,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
112,795 112,795 00000000000112c09addc1ffdbfe04cbf0e1ac00645d22cb5311fd96c4896df4 2 0.00/1.00 vMB 0
112,794 112,794 000000000000cc7c38e1afff1dfd8aeb3e4df01b979c1c6a2eb3d25c9626a3fb 4 0.00/1.00 vMB 0
112,793 112,793 0000000000005e970435220a6ffbf843a327ef75a2411eb861d25906f6055b9c 17 0.01/1.00 vMB 1,454
112,792 112,792 0000000000008f24d3cf5ee833f893fe5d914901141cc8d15f1c1e5ccdf0026e 8 0.00/1.00 vMB 1,809
112,791 112,791 000000000000d9b46c3c912d58d93e077cdfdab943b0e1375b8c7798cb87feea 35 0.01/1.00 vMB 329
112,790 112,790 0000000000001b55d74bd927a9b3f0e0030bacdc31de0be6b5861b8632a47780 7 0.01/1.00 vMB 1,259
112,789 112,789 0000000000005795ed47b52aee0f6c45019e48dc22e3638dfd83b07c94081f5d 33 0.01/1.00 vMB 3,004
112,788 112,788 000000000000bea6ec9b10e4281ed0729e12378265243134513705ed47b46076 15 0.00/1.00 vMB 1,244
112,787 112,787 00000000000006aa0d8604432aa869a5d1a4f02ed2e28e47fd95680fce432fb1 7 0.00/1.00 vMB 3,875
112,786 112,786 00000000000089166d20056483d7c2b6272c700766f07b58ca4b714df190cb74 38 0.01/1.00 vMB 2,835
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.