Loading Tool

Explorer IconExplorer

Memory Pool

77,403 transactions
27.92 vMB
0.08545828 BTC
Random Selection Loading Transactions
Max Size: 170.21/200 MB

Candidate Block

Mining Attempt a091af9313fc636a723d1c61263077cdae1f638349d3bb8da41f8738106f4649
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 0f86d2fd2eeeb4d615d06bb92ff640df05962ebe512e6918ad5cbca4fd8d40cc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,096
Size: 1.00 vMB
Total Fees: 0.02555162 BTC
Feerates: 402.60 > 2.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (509,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,061 406,061 00000000000000000696a6051d3f5fb9f7e213faff9787a440c1b20500fde9c1 2,793 1.00/1.00 vMB 61
406,060 406,060 0000000000000000025ace9c5df40df6bbb34e915de47b7685cab6237a687099 640 1.00/1.00 vMB 11
406,059 406,059 0000000000000000067308ad245ae1b761c02a1f596da75c267853429e0e23fc 1,793 0.99/1.00 vMB 47
406,058 406,058 000000000000000002687e8055cc770ce20cf5c588c2344d102b2ee353347f95 224 0.10/1.00 vMB 62
406,057 406,057 0000000000000000057959f3468dbf46022828d0b04f5d75655854c1a3583d57 303 0.14/1.00 vMB 44
406,056 406,056 0000000000000000064ef93a5754a956fc161a6672f104bf9587370bc2405a32 1,472 0.99/1.00 vMB 31
406,055 406,055 000000000000000002cbd0cf299ee845ba9a2a5af9fd53588a7155f06c99ec87 1,841 0.94/1.00 vMB 36
406,054 406,054 000000000000000002b590b84d5610f6b8338aa968f684f46e09b4689afb8a3b 3,083 1.00/1.00 vMB 62
406,053 406,053 000000000000000001b2f9c4b992084ccd801ac60eb26a111af2b9fbb12f93bf 1,372 0.55/1.00 vMB 47
406,052 406,052 00000000000000000189a8e06c0de91c9c4b65244e3253d644f8b8cb888e279f 711 1.00/1.00 vMB 15
406,051 406,051 00000000000000000110b187eeb3eb0b6e9737b2f27494e3d6d738a7f2468d13 2,527 1.00/1.00 vMB 55
406,050 406,050 000000000000000004a12152bd1d67e9d048d81cf15c27298c1a0d570fcd7c1f 2,212 1.00/1.00 vMB 49
406,049 406,049 00000000000000000502f2fcb39e78b4c4a5ee34a2bfd4f7a1dbfda6508e8af7 687 0.33/1.00 vMB 44
406,048 406,048 00000000000000000055bd6d723ab37fd1d82b112a85ea229cf4be9bb83f123c 430 1.00/1.00 vMB 10
406,047 406,047 000000000000000005f95a371fd1651e6cb1c7f4ab909b47ce3645be28e1e161 2,478 1.00/1.00 vMB 62
406,046 406,046 000000000000000001bf42da5b050a443fbf701348ffa6abe336a23347b6ffef 2,395 1.00/1.00 vMB 46
406,045 406,045 000000000000000004c33391c288f2e0965951a60be5e7b4408fd220cc2f055c 1,524 0.92/1.00 vMB 37
406,044 406,044 000000000000000002d20be41ec6e48ac1c73027c0df720cd93bdc72d704a60e 2,761 1.00/1.00 vMB 59
406,043 406,043 0000000000000000033d3faa4dca1c76f0278303846c31a5febceadbf9221db0 1,086 1.00/1.00 vMB 33
406,042 406,042 00000000000000000113c079e929771b1864d3e4f185848930b42e6a262489f5 1,858 0.99/1.00 vMB 38
406,041 406,041 0000000000000000045b9d59d7e2d5defac9c9c80fca046e51a68492e3cbf9b2 2,839 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.95 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: 715.03 GB
    • Received: 17.64 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.