Loading Tool

Explorer IconExplorer

Memory Pool

83,799 transactions
31.96 vMB
0.12945016 BTC
Random Selection Loading Transactions
Max Size: 192.55/200 MB

Candidate Block

Mining Attempt ec9b9924e6209586c629ce503b4820f2d4fc2b602da7b3731b6b2a7a8bb949c2
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root e7c2c401d2cd19e8ecb600ec18e403edc0ad865672d0655b6be053ab18cad56c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,605
Size: 1.00 vMB
Total Fees: 0.05085591 BTC
Feerates: 150.75 > 5.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (134,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,932 780,932 0000000000000000000271108df5d5238148af93a9a276cdb691a5f7ff5aa71b 2,556 1.00/1.00 vMB 16
780,931 780,931 000000000000000000062569a535e2aed8f4a327252823de1400f24a7190ffa3 1,291 1.00/1.00 vMB 16
780,930 780,930 0000000000000000000207d7797d81b40d3109823f473198fde71e2e7a0e8cea 3,476 1.00/1.00 vMB 31
780,929 780,929 00000000000000000004b242dae5a090cdc94351170f1a809874c79b3f0e830f 2,831 1.00/1.00 vMB 19
780,928 780,928 00000000000000000002a0631e2c1f6109436858e6116aca189c80edc39371ad 2,907 1.00/1.00 vMB 20
780,927 780,927 000000000000000000004fc10fe0a646ebb03ed0066747a7fc4cf559250cd025 3,344 1.00/1.00 vMB 31
780,926 780,926 00000000000000000002dc6a5adc0fbb93a89e2892aa0edffabef77d5d6da242 3,531 1.00/1.00 vMB 35
780,925 780,925 00000000000000000002a605d4e80c54fd75d7678105487b3e08b1a2e26e719b 2,718 1.00/1.00 vMB 21
780,924 780,924 0000000000000000000315f5284984e441185ed610c005928094c45ad46c66f7 3,746 1.00/1.00 vMB 35
780,923 780,923 000000000000000000005a0c9ab4872171a588b1c1f31418879bf90f267f39c6 2,958 1.00/1.00 vMB 34
780,922 780,922 000000000000000000048755891d065bcb0b64f8c68ffb1c9f090d747fcd6631 2,512 1.00/1.00 vMB 18
780,921 780,921 000000000000000000022d63b2b652c4a46b0a9e8afcfd72b8deac54fccae994 2,514 1.00/1.00 vMB 28
780,920 780,920 0000000000000000000630a05503eeb41b184bf6033a253ffd6e5a02ea3171ff 3,767 1.00/1.00 vMB 29
780,919 780,919 00000000000000000001f4009c12d7c45599699c151f4564df66c1b4f35990b8 3,566 1.00/1.00 vMB 37
780,918 780,918 000000000000000000009b8a81d375a072713c875bbf21fac770055ea0d1cb6d 3,815 1.00/1.00 vMB 30
780,917 780,917 000000000000000000052d900e34586e144747f5bbab967dad8451e01d8c1899 2,573 1.00/1.00 vMB 41
780,916 780,916 0000000000000000000670ad7d76d144084788695ffa3484c738d1e5c6e7b775 3,510 1.00/1.00 vMB 28
780,915 780,915 0000000000000000000415ed767eb48c9334876983fe60ace69dd6ffc9bf98c7 2,622 1.00/1.00 vMB 47
780,914 780,914 000000000000000000037a33117fe3759296aa65dc8e7d9e72b85dac43a0931e 1,633 1.00/1.00 vMB 15
780,913 780,913 0000000000000000000161eb30ab51b53a7fe0bc692d6ce578e6d6ef51044d45 752 1.00/1.00 vMB 8
780,912 780,912 00000000000000000000be9fb5d5936686487e7b96e83414b337eedf9bea3b66 1,515 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.71 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: 700.52 GB
    • Received: 16.61 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.