Loading Tool

Explorer IconExplorer

Memory Pool

40,970 transactions
27.97 vMB
0.07393590 BTC
Random Selection Loading Transactions
Max Size: 143.63/200 MB

Candidate Block

Mining Attempt 1d6fad2067d516a7cad6b12facdfc5ab16389292b44982fb75834e0931b466b9
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 9eb5f6c1dd8ab8257dca78cc8f2657f5ff7c9b8a6363da253b0f91e144efa9e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,735
Size: 1.00 vMB
Total Fees: 0.02011239 BTC
Feerates: 101.49 > 2.02 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (178,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,936 735,936 00000000000000000008c51dc5bc1f52c40f5a0808b4ff6a56f478e23778c284 1,303 1.00/1.00 vMB 29
735,935 735,935 00000000000000000007d47a22487422ed018a9b86bf9b62c0c7625c45fe22fd 2,863 1.00/1.00 vMB 23
735,934 735,934 000000000000000000067812bfcdde27c74502998ad1fc55690950786628e96c 2,955 1.00/1.00 vMB 31
735,933 735,933 00000000000000000000339a695ba2f9ea2f036ab7b8660bbe2e0a408cef62b4 2,952 1.00/1.00 vMB 27
735,932 735,932 0000000000000000000619adf28e0a555876dfed7dcdca852a6d889e90ba830e 3,281 1.00/1.00 vMB 15
735,931 735,931 000000000000000000002f8d88fdbc737bd1320e17133fd59ca4a31a9d7e9fb5 1,342 1.00/1.00 vMB 17
735,930 735,930 000000000000000000051d470031d42e2cd150547968ce31ac76415e0c3939de 2,723 1.00/1.00 vMB 16
735,929 735,929 00000000000000000000ec180f1e819c7a3d6dbadc59162a287fde4a58abf752 3,451 1.00/1.00 vMB 16
735,928 735,928 00000000000000000001fffa35b13c6fea5553ff17b4addc77a5595e68ed6730 3,053 1.00/1.00 vMB 22
735,927 735,927 000000000000000000036ff9b3c93990893ad03fb0be21ee7e61d2bbb598caa0 2,434 1.00/1.00 vMB 19
735,926 735,926 00000000000000000005720c9ff7c7b4bde1417f9da0e6e02da93098e3deff6f 2,810 1.00/1.00 vMB 38
735,925 735,925 00000000000000000001b255badb109d921059b309c9fa3633b96807260ec20d 1,436 1.00/1.00 vMB 23
735,924 735,924 00000000000000000004e13ebb8cb0e4a7fa97cb01ce125170662fc17a6009c6 2,483 1.00/1.00 vMB 17
735,923 735,923 00000000000000000005eae584322b6db087e201a1cb1f670a8321861d334d1d 1,453 1.00/1.00 vMB 16
735,922 735,922 00000000000000000003eabf9732c9c138c1158276797478c776f2ed1f8f6d65 3,053 1.00/1.00 vMB 23
735,921 735,921 0000000000000000000826b1d88c54450ec9bd40ffc7404d7ab7d994447d035e 2,743 1.00/1.00 vMB 17
735,920 735,920 000000000000000000038f8216c9b7bd68d67884df094019d77c9dbd1c7c0d9c 3,249 1.00/1.00 vMB 19
735,919 735,919 00000000000000000001b513e0f76abda76079169effd57cd2f45ff7f5429182 2,578 1.00/1.00 vMB 19
735,918 735,918 000000000000000000062344b501bc31d619593082ff80e386bc8f6c09532e4e 2,402 1.00/1.00 vMB 19
735,917 735,917 0000000000000000000200fc47531663a0621cdad95b1920cf7717714569acb5 2,115 1.00/1.00 vMB 15
735,916 735,916 00000000000000000004c676fddad0c4cd7c5642e7b6765c86977863638418a5 3,139 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.76 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: 632.53 GB
    • Received: 12.12 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.