Loading Tool

Explorer IconExplorer

Memory Pool

72,602 transactions
28.05 vMB
0.06969102 BTC
Random Selection Loading Transactions
Max Size: 166.20/200 MB

Candidate Block

Mining Attempt 4049513cd66cacc2f3427f37a76f196f507e2fa4fa3dab009ee098e870dc6762
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root a97b854bab8c6bfaf4bf7deaeeea90b6d99835b97ec57439bc4e3989ed79bfbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,678
Size: 1.00 vMB
Total Fees: 0.01367697 BTC
Feerates: 101.52 > 1.37 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (263,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,943 651,943 00000000000000000005e1b675a7a3c942060cfd92026087459fd807ca951521 2,261 1.00/1.00 vMB 32
651,942 651,942 00000000000000000008f65878a2f44cda9f1dbe5dd1ee27807d8b07104256ca 2,368 1.00/1.00 vMB 112
651,941 651,941 000000000000000000047af5476e7574ce0857c0976e9d8214fd596a6022dc60 2,605 1.00/1.00 vMB 108
651,940 651,940 00000000000000000003f73862f7aec57b36ec1bcdc909c975dc7eb7d660ca39 2,150 1.00/1.00 vMB 54
651,939 651,939 000000000000000000051a10c8ecfaa1005afac2faefdf07d1b919be631e8b03 2,668 1.00/1.00 vMB 118
651,938 651,938 00000000000000000009b6a3b4524cb0df62b2b439cd7d38140b4b38c53ae2b3 2,966 1.00/1.00 vMB 20
651,937 651,937 000000000000000000051269f582e7717b810fc18503811c11e7f2c1c5fd9949 2,670 1.00/1.00 vMB 93
651,936 651,936 00000000000000000006351afdfcc9f6d800c766848ebc37e271966362b1ab9d 2,703 1.00/1.00 vMB 49
651,935 651,935 0000000000000000000a723a762e345ee08506693cb1d0c59b1f91621a1fcb9f 2,953 1.00/1.00 vMB 52
651,934 651,934 0000000000000000000db61f9868353d362b442b1eca00e93514462f59375c17 3,028 1.00/1.00 vMB 63
651,933 651,933 00000000000000000009c291c72577e451e9ccdb9a81d04833410bec3ff269a3 2,376 1.00/1.00 vMB 59
651,932 651,932 0000000000000000000837a3e61ef26095c7f926f8f018f8267f86f69587fb3d 597 1.00/1.00 vMB 108
651,931 651,931 0000000000000000000934723f5a27bdfbc6a94c5dd789e819bea0ce6d33beee 1,202 1.00/1.00 vMB 111
651,930 651,930 000000000000000000072a30fe0eaeaa5ea63c4d6b4c58a8bafde6a9a600bd4e 2,443 1.00/1.00 vMB 59
651,929 651,929 00000000000000000002344be587bc01fb39b6854352ebf0e7564d9e49123ce0 1,665 1.00/1.00 vMB 14
651,928 651,928 0000000000000000000d8b13196b6e8adcfe7393d4f33c14236ba253069250d3 2,326 1.00/1.00 vMB 98
651,927 651,927 0000000000000000000dbddc468e50be771632f42a947ca2f2b0f7c996bdd494 2,913 1.00/1.00 vMB 107
651,926 651,926 0000000000000000000ae35e5d7c63393c5d9db58d9f15e3d2752422351392e3 2,274 1.00/1.00 vMB 77
651,925 651,925 0000000000000000000a726a2e1e9e0b4b327060e40cf7a4c138798ace76752a 2,089 1.00/1.00 vMB 17
651,924 651,924 00000000000000000008bf533ab36e375889cd6171a0f9ba892a28c5672d6935 1,522 1.00/1.00 vMB 55
651,923 651,923 00000000000000000005663c283062ee085fa8ca25ee223176fcd8e302c7897b 1,599 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.