Loading Tool

Explorer IconExplorer

Memory Pool

78,125 transactions
29.74 vMB
0.07917975 BTC
Random Selection Loading Transactions
Max Size: 178.10/200 MB

Candidate Block

Mining Attempt 8c58ea400376ac6d65c91cf356cdb946ac7f723680ec9b77ce2e5de328a0c43f
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 06a5c9552cca6582dd7ebdb2d7ce421cfc07276d9b32210d28791337adb81d97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01270815 BTC
Feerates: 40.21 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (801,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,850 113,850 00000000000069008a5a8d2bcdc076c6aa5dc81672b3966a1a14c074ee6d1837 21 0.01/1.00 vMB 158
113,849 113,849 0000000000005cabebcd01bb1a1bdc90916f5552eeda3ccd8a2629ebe77a66bf 1 0.00/1.00 vMB 0
113,848 113,848 000000000000bd29faf71456b6bc85e7bd4899c3c32b0a1045fcfb6b7fc4ae26 12 0.00/1.00 vMB 0
113,847 113,847 00000000000067f02339d2198ef7e142fc6f894a204f775344b70fb07ed676ff 11 0.00/1.00 vMB 309
113,846 113,846 00000000000003373f70723b2bda60ea9321ee34a5c3716c459c77ff76483473 11 0.00/1.00 vMB 0
113,845 113,845 0000000000006c66e117383ba5f03e39b3dd98420eebc3163ffd73961b9558cc 43 0.02/1.00 vMB 314
113,844 113,844 0000000000008dc01f301ca349fa1dc1aa342b160468427df6a137c80d3e2afd 13 0.00/1.00 vMB 0
113,843 113,843 000000000000172b88c87cd6b8dd387c1e9af2108ff97ff261d7135c9255ce9c 9 0.00/1.00 vMB 707
113,842 113,842 0000000000006322dbde20e14107ff5a53d8153f8ca04e67f4ccc39f6bd548b5 10 0.00/1.00 vMB 0
113,841 113,841 0000000000007bbe5e08bdc861f44e7de4989b68915bb48baba3d07873aa7f2b 1 0.00/1.00 vMB 0
113,840 113,840 000000000000a9688ab8559f7eb3c1c2b6e3397aee8b7fb5fb3e1e41aedde283 2 0.00/1.00 vMB 3,861
113,839 113,839 0000000000000b7a68b821b9914089f8f59aa174e8251973c062b698c35bca46 9 0.00/1.00 vMB 0
113,838 113,838 0000000000008f2f53de11b601b31d55e256d6d9b24981cae7c0e48d53802d9f 11 0.00/1.00 vMB 0
113,837 113,837 000000000000c83808a7a9892f52b23fc26986c54e61299e79ef97662193ddb2 151 0.04/1.00 vMB 107
113,836 113,836 0000000000001fb74cfc26197552b4765f8b111578fe5f0aeacb380c48937cac 38 0.01/1.00 vMB 0
113,835 113,835 000000000000198a78cd8e628fbf442f8db75ac76397bc7d3981a9de86a8e658 14 0.00/1.00 vMB 0
113,834 113,834 000000000000b696db4fa8b8b8155584929bb818397b895b162c25727fa895bc 6 0.00/1.00 vMB 0
113,833 113,833 0000000000000e8fc6023fc0b150deef2671b82abf2b5f50b1a5d9dd80ff7194 139 0.04/1.00 vMB 26
113,832 113,832 0000000000009d2f0d5fde9d79a63fbeb092e0f969ca1a0d4270039ea779134f 27 0.01/1.00 vMB 0
113,831 113,831 0000000000001ac0520618a2ff4483c371240e264cff843f9736843a061cb856 4 0.00/1.00 vMB 3,151
113,830 113,830 0000000000003a0972745ced055db0ea3702e940336ecedd5eb535fda43a4dd2 14 0.01/1.00 vMB 988
Previous 10 blocks ↓
Total Size: 782.66 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: 672.96 GB
    • Received: 16.34 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.