Loading Tool

Explorer IconExplorer

Memory Pool

79,513 transactions
29.23 vMB
0.07518771 BTC
Random Selection Loading Transactions
Max Size: 177.67/200 MB

Candidate Block

Mining Attempt fb121824009120708b1dc0e141e420900279dfc9e25abc562b16387ba3fb384e
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root ec7426eabcf45f442d8ba5f811d66d9a56a82a434e9f9dc75c9e8c2c7610cdc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,138
Size: 1.00 vMB
Total Fees: 0.01398236 BTC
Feerates: 74.86 > 1.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (285,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,047 630,047 00000000000000000004640f0c13f0b32bc73abf616472bdb0de1f500ef0661c 2,386 1.00/1.00 vMB 70
630,046 630,046 000000000000000000096712b9a544a8436a5f6bfb4dd7bf9deece6f57339c6c 1,861 1.00/1.00 vMB 21
630,045 630,045 00000000000000000000d107dd82219da88dab60cbd9d7e908854359cb08fbdc 1,575 1.00/1.00 vMB 66
630,044 630,044 0000000000000000000050178fd69a37e8019ccd27c28c83c030c226762254bb 1,775 1.00/1.00 vMB 46
630,043 630,043 0000000000000000000edc6b4f9377000ba9f619ac8cc0dbfbbf8dba38a8b006 2,111 1.00/1.00 vMB 69
630,042 630,042 00000000000000000000d79d250bbd23db94e020dace40332232d420c53009f3 2,026 1.00/1.00 vMB 41
630,041 630,041 000000000000000000059d02f660f39076e3f8c146c3a9714f4fc6d1e0658218 3,210 1.00/1.00 vMB 114
630,040 630,040 000000000000000000007daea805342eb8674d0ece58d5dd2de4c906a90d8f0e 2,964 1.00/1.00 vMB 52
630,039 630,039 00000000000000000009c506d9bfbcce8ee5fbc9ab06ff40456972b09a3fb05d 2,561 1.00/1.00 vMB 37
630,038 630,038 000000000000000000001336c775146dc295f5c055be7668ae4869f3c31e2524 2,614 1.00/1.00 vMB 71
630,037 630,037 000000000000000000056e33326a125ce85259a9cda3ed03a66416502530c67d 2,556 1.00/1.00 vMB 87
630,036 630,036 0000000000000000000a03f8f11862f6c522488503ecabd2271f612f3f6cf5e1 2,657 1.00/1.00 vMB 85
630,035 630,035 00000000000000000002f5b028eb5eefc5ee0fac25c89d2dda0ac069508893b4 3,083 1.00/1.00 vMB 84
630,034 630,034 00000000000000000000f4c7e6951a46084a26430af5274c09bba72543b84d0a 2,915 1.00/1.00 vMB 67
630,033 630,033 0000000000000000000aaa8d638baa88aa1aebc8cbfe7cf3e87d6db9053debe2 2,445 1.00/1.00 vMB 88
630,032 630,032 00000000000000000006c10c5f365369d440d4d6088c25684d1dfeef4ab6e277 2,995 1.00/1.00 vMB 82
630,031 630,031 0000000000000000000a8168e0a7b067aedef507ce8a6e2005ad5a5ce3e4930f 1,798 1.00/1.00 vMB 100
630,030 630,030 00000000000000000007fc6b70b363ad9482f04a58f99f1bad79ec0c042f3b6c 2,223 1.00/1.00 vMB 90
630,029 630,029 0000000000000000000023b83b4423f6b1454f7c71914b72d289d96df8be0045 2,931 1.00/1.00 vMB 122
630,028 630,028 0000000000000000000bd83ca2103ee07ffac9a4bda62f0c63d37833f75dd170 1,971 1.00/1.00 vMB 95
630,027 630,027 0000000000000000000113ae4ace09af66adaa5eedc7b04be4d7bd054a0becc3 3,332 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.