Loading Tool

Explorer IconExplorer

Memory Pool

82,786 transactions
31.77 vMB
0.11011228 BTC
Random Selection Loading Transactions
Max Size: 190.63/200 MB

Candidate Block

Mining Attempt e6da6da1c22e24b14ec862283e2fdda531750b6bbbaaa38ae1c282692723a4c7
Version 20000000
Previous Block 000000000000000000012e88459ade7b41276fe5cb0870cdd0274669d679f5b9
Merkle Root ec14fc639f18d01b4904edee79beeb57e09821a313b3448e19748ea43874d7bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,784
Size: 1.00 vMB
Total Fees: 0.02707336 BTC
Feerates: 344.14 > 2.71 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,378 (409,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,567 505,567 000000000000000000337dde5f4a116231fa9b9b3ece6f8d63d671dca092dbde 2,859 1.00/1.00 vMB 338
505,566 505,566 0000000000000000006b5dd2469b2e48379916480a14cb567ff78c9548d788a9 1,942 1.00/1.00 vMB 194
505,565 505,565 0000000000000000005951c33ab2895476341dcc113fa0a65972994c535ceab7 1,955 1.00/1.00 vMB 125
505,564 505,564 00000000000000000055ec7a9f0355c996aea3aad3a0c6658d1f066a4f9b23c4 2,319 1.00/1.00 vMB 329
505,563 505,563 0000000000000000005f6867331c4ee336ca2e5957c9239bcd41b5b10ca34264 928 1.00/1.00 vMB 78
505,562 505,562 0000000000000000005a699e426082b4b9047dd6963c79c1361b8cc6d8c71711 1,852 1.00/1.00 vMB 254
505,561 505,561 00000000000000000021126b6601a2f575798b4aae51d1ab30ae25b7a7e72363 490 1.00/1.00 vMB 72
505,560 505,560 0000000000000000001ef470e75d7ecd8b01bd2cbb08785b47dc5e92116b29b5 961 1.00/1.00 vMB 152
505,559 505,559 000000000000000000048f1f8649160ac7c844e385da012b577988bdacd7d6d7 1,057 1.00/1.00 vMB 101
505,558 505,558 0000000000000000006ac1152e74c7a050c6036760b19712f7c35338f72f0435 1,920 1.00/1.00 vMB 231
505,557 505,557 0000000000000000000d5e349f22204b7a7adcc4f0e0e1896546a5410e40a0c7 1,282 1.00/1.00 vMB 173
505,556 505,556 0000000000000000004accc6fc77f5f0c8f4aba56ee419667e923599e9befa96 838 1.00/1.00 vMB 61
505,555 505,555 0000000000000000004a5d84dc751774a01e25d2c6aa8f01a6ff0df00d13e56f 2,007 1.00/1.00 vMB 136
505,554 505,554 0000000000000000005197e99af3991bb9a0632afd83e07e452cd7400434ed40 2,215 1.00/1.00 vMB 190
505,553 505,553 0000000000000000007352f1f847b86800b07171ff9b638e6a784178641639c0 2,474 1.00/1.00 vMB 345
505,552 505,552 000000000000000000727cc8ffe94e2fae53055e7e71be7ed16ef7d9195a2c5f 2,151 1.00/1.00 vMB 343
505,551 505,551 00000000000000000055bc8507893734bdf9fbad21839aa7d8fd3dba5823eb15 1,942 1.00/1.00 vMB 181
505,550 505,550 0000000000000000005a9d2a62402b3db391d4f414a061461162b02adb2f18eb 1,960 1.00/1.00 vMB 281
505,549 505,549 00000000000000000072b19c6dfe04260d16f2d95a94467a03d677850ba69b8c 2,374 1.00/1.00 vMB 257
505,548 505,548 000000000000000000476a532906104ad53597673c92669ef9fbcf57bd007a72 2,393 1.00/1.00 vMB 415
505,547 505,547 0000000000000000002cf76e75cdd07eae2d7600424f3970bc7302b3c79a579c 2,417 1.00/1.00 vMB 327
Previous 10 blocks ↓
Total Size: 783.05 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: 720.53 GB
    • Received: 18.18 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.