Loading Tool

Explorer IconExplorer

Memory Pool

72,568 transactions
28.02 vMB
0.06887930 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 08526df5e736a9cdd085b4e4b57bcd9e22c1c2afd26347299ca21d36a9a3c95f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 38dfeebf0339c24ec54c43d1d804350efe899e144ae7e7cbd27902c1400f108b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.01282990 BTC
Feerates: 101.52 > 1.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (451,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,015 464,015 00000000000000000098bd0abc7cc36445d094aa24c2948d5d40c1abc83b8f0f 1,105 1.00/1.00 vMB 196
464,014 464,014 000000000000000000f86f16fbc8388fa67a4a4d0b98c8396c7f48bdfaa02da9 1,066 1.00/1.00 vMB 181
464,013 464,013 0000000000000000003160ca2aed2ffed16970e1e25103dfdaf28babd0cc225d 362 1.00/1.00 vMB 171
464,012 464,012 0000000000000000014cc4357c098704a7bf2e01bb28d99cdefd4e28132d57f5 894 1.00/1.00 vMB 183
464,011 464,011 0000000000000000014d5f6deac050725d089d2e2062452d4c4c16df08ce8015 2,232 1.00/1.00 vMB 159
464,010 464,010 00000000000000000156bfda645d6f2be17add5353c4b5cc839def5548b79d4c 2,442 1.00/1.00 vMB 177
464,009 464,009 0000000000000000017c5eb2aebeb0f707c6a38aeced15d3d82717ade442117f 1,284 1.00/1.00 vMB 85
464,008 464,008 000000000000000000a29070c6ec6ddb9287ea8e87d08ed76c4bbe2c19947252 1,965 1.00/1.00 vMB 124
464,007 464,007 000000000000000001855e07828785c08d1720bd3f817e62098e17651c6d7b4d 2,035 1.00/1.00 vMB 152
464,006 464,006 0000000000000000009f5108836fce206df3191faaceb4ed8c0a51ae6ac8baac 2,687 1.00/1.00 vMB 180
464,005 464,005 000000000000000001d292effd9a3f26c4c58db2cf0418e0679bc088497d9ac4 2,047 1.00/1.00 vMB 151
464,004 464,004 000000000000000001c1bf694f07fa8d889a3d46299a12c228a739f94784ae81 1,097 1.00/1.00 vMB 114
464,003 464,003 0000000000000000007f041bf53cb04aada4b1252ac593eefedf281fc959eb32 1,495 1.00/1.00 vMB 97
464,002 464,002 0000000000000000006684c25f93a5173b93a4f44cffe1cf15ff8d824636ee80 2,359 1.00/1.00 vMB 133
464,001 464,001 0000000000000000020307f290f496650b899beccfc5134427750b4922f28941 1,871 0.99/1.00 vMB 146
464,000 464,000 000000000000000000118c4f729d596c8eb7ffebc014be564dd6920bd6711e89 1,947 1.00/1.00 vMB 236
463,999 463,999 000000000000000000b37c165a79af2a4c2663634d233c0bf09d099e54713bb6 2,757 1.00/1.00 vMB 230
463,998 463,998 000000000000000001e948e8dae3e14d7edea8514bab7c3dfdb298f0e24f5958 1,423 1.00/1.00 vMB 107
463,997 463,997 000000000000000001d97799bdce61334e0726560f2372bfbf636bf4068f0049 1,996 1.00/1.00 vMB 132
463,996 463,996 000000000000000001eab192aba09b68574dfdf29bf343ff23e744f213df1b99 1,337 1.00/1.00 vMB 115
463,995 463,995 00000000000000000210461ad99f1f3680d07ee7ccfa3232c56d51e3cc19e448 397 1.00/1.00 vMB 83
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.