Loading Tool

Explorer IconExplorer

Memory Pool

82,040 transactions
31.10 vMB
0.10199737 BTC
Random Selection Loading Transactions
Max Size: 188.94/200 MB

Candidate Block

Mining Attempt b824f082cee4912e47e0e22704b1a717352a90c203972f3f073cb57a665d320b
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 01f0ea895d8b0de4f95662f636498db08407a988bd1ee6fcd564b9e59f6b3869
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,215
Size: 1.00 vMB
Total Fees: 0.02772340 BTC
Feerates: 150.77 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (3,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,949 911,949 000000000000000000010f72d0130906fd0fbd371b3a410c55436d82d857db2f 209 0.07/1.00 vMB 3
911,948 911,948 00000000000000000001ebd18d50ca72664e9d29c518512e3086bdae9405db56 3,153 1.00/1.00 vMB 4
911,947 911,947 0000000000000000000153aaefc3bf2a22e610a927f6a35eb4a82b64ec7871a1 4,019 1.00/1.00 vMB 1
911,946 911,946 0000000000000000000115f3f635fc21a25eabd3d962f11f46f4ca2029f69e19 2,713 1.00/1.00 vMB 3
911,945 911,945 00000000000000000001f297be94834e8f8a25578a0468462b1c99ffc8b5429c 1,816 1.00/1.00 vMB 0
911,944 911,944 000000000000000000002f2ee37c0132af1d6b7073f6018eb78e1b287c6211d4 2,663 1.00/1.00 vMB 1
911,943 911,943 000000000000000000018150401587dfe510aaa6eda07c4bee765577c1376ecb 3,321 1.00/1.00 vMB 3
911,942 911,942 0000000000000000000119ba5ee9edb02b588d1749edc70a8e9105791c3064f0 2,976 1.00/1.00 vMB 3
911,941 911,941 00000000000000000000d9cc53e7f9152f9345927dedfb18d1ea9329906683ae 2,438 1.00/1.00 vMB 1
911,940 911,940 00000000000000000000abd04025fa5ec9de80485089bfcc667b55f424d93cd8 2,189 1.00/1.00 vMB 1
911,939 911,939 0000000000000000000054d2fa570953844c3d540f660341362f669a9820d3bd 2,277 1.00/1.00 vMB 3
911,938 911,938 000000000000000000015e30abdbdfd258d42b5aa39ed2162ffaaaa5f5b6c7ca 3,460 1.00/1.00 vMB 2
911,937 911,937 0000000000000000000155b494c33ca069e9e7b1d3791ea8547a336814da61eb 3,539 1.00/1.00 vMB 5
911,936 911,936 0000000000000000000027a49eb75afdc52d20180ea70cdfbf7655e7a7952bb9 3,785 1.00/1.00 vMB 3
911,935 911,935 00000000000000000000cdbd5ac9d08dd8ca3fcd57f4a199df797b08b07b3e7b 3,725 1.00/1.00 vMB 5
911,934 911,934 000000000000000000000f9c80710edc00a213886faba3199bea2c778ffba114 2,749 1.00/1.00 vMB 6
911,933 911,933 000000000000000000021a1069877bdf378f26fcac73792614d5345468b33001 4,057 1.00/1.00 vMB 10
911,932 911,932 0000000000000000000161d86a368fd6ea3dca49bb37d5f5a4e643a2c8570e85 3,014 1.00/1.00 vMB 9
911,931 911,931 00000000000000000001f2dd16593204b8508b0b34e473acb5871a9d334f03c2 3,997 1.00/1.00 vMB 5
911,930 911,930 000000000000000000020a852eec4de2f78f03b495276a0abb6d62ea726e9c34 2,916 1.00/1.00 vMB 1
911,929 911,929 000000000000000000021a785aaf810c05dbb42c4f74a0b50fd23d22260d7881 3,614 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.04 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.21 GB
    • Received: 18.15 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.