Loading Tool

Explorer IconExplorer

Memory Pool

79,940 transactions
34.55 vMB
0.17097339 BTC
Random Selection Loading Transactions
Max Size: 193.39/200 MB

Candidate Block

Mining Attempt 65c3f39bba89372cc0f9ed39c4393e6abc95325f0da82b6555dbce45443aad97
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 79ffb9fd646883fb690539d7cb5cf56c6b1904024521790daf40f8f7d92e9144
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,855
Size: 1.00 vMB
Total Fees: 0.04403035 BTC
Feerates: 150.93 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (810,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,851 104,851 0000000000001bb83fdba487b6e102d7872e87a0f56f1a2864f5836c58a74ddd 1 0.00/1.00 vMB 0
104,850 104,850 00000000000244d133abff2d2e8ce1a28a0e0f730030f14d0e0a85c21fabc973 14 0.00/1.00 vMB 0
104,849 104,849 000000000000d22e9870df83f852c77e84cfe451c1bedb4d1888d5e718095b0c 23 0.01/1.00 vMB 0
104,848 104,848 00000000000124635764217b92423ad2b5d5e07f25aa190fca7dcdfdef3d27a3 1 0.00/1.00 vMB 0
104,847 104,847 000000000001f74cc9c974256c772841656076a0aaf1e7db64b7ec42bc426955 1 0.00/1.00 vMB 0
104,846 104,846 000000000000405f6eef3b174c16f80ad6d1ad7d090253572b7fa3c42db0c4c4 5 0.00/1.00 vMB 0
104,845 104,845 000000000000a84daf88b3a7547d0b0de680e3f358ef9e8825d127b50f3e78f6 6 0.00/1.00 vMB 0
104,844 104,844 000000000000e3fc08a9da1c95b00acc9150bb7d3f24da6d07c25daa1f2b1618 4 0.00/1.00 vMB 0
104,843 104,843 000000000001557b9ce888d1f254cd9987218d9861d1bc7c6b8d7ea0c0922f70 7 0.00/1.00 vMB 0
104,842 104,842 000000000001c08eed5895bf0ebe36db7873e6c0410e60c5e2b8a1f9c0635380 8 0.00/1.00 vMB 0
104,841 104,841 000000000000fcd2b458ecd008b3ad74eb3770e13d7032caaf3948051136b1aa 4 0.00/1.00 vMB 0
104,840 104,840 00000000000038c0aabce0f01c822bc4c7e0451e21eda103f01e026b1f1d0cfd 12 0.00/1.00 vMB 0
104,839 104,839 000000000001883c76bd8e482e74ae99d94b5d5481cf62c2626ee5449f531ce0 25 0.01/1.00 vMB 158
104,838 104,838 000000000000c6513a784bed7bc31191f0341e098ca9d40657d22c2b1797f2cd 2 0.00/1.00 vMB 0
104,837 104,837 0000000000023edda14c80eb023f934a090e1cae3dbc695a645097d51f01e6eb 3 0.00/1.00 vMB 0
104,836 104,836 000000000000408295af547b3b2676fd74ecedd2652b51911305b8ebafb3b34a 10 0.00/1.00 vMB 0
104,835 104,835 000000000002e227c7d073a1320fc89370e6375128747c5db5c9fb06f7ff5219 1 0.00/1.00 vMB 0
104,834 104,834 000000000001236bee8ae1358217b44382f0d817d9284ab5f816f6cd111fb229 9 0.00/1.00 vMB 0
104,833 104,833 0000000000025bb2630ec6a828508268e8043f4e44683c6a9c99822663c09ada 3 0.00/1.00 vMB 0
104,832 104,832 0000000000018cfcff9528bdb69f53cce09e9705ed2681bb68f441b27b64cfa4 26 0.01/1.00 vMB 0
104,831 104,831 0000000000030510bf6bc1649726cf2e6e4010c64a2c8fd3fde5dc92535ca40e 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.11 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: 734.11 GB
    • Received: 18.55 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.