Loading Tool

Explorer IconExplorer

Memory Pool

78,066 transactions
29.03 vMB
0.10202185 BTC
Random Selection Loading Transactions
Max Size: 175.57/200 MB

Candidate Block

Mining Attempt d2e887d7678a4c6849d62b3af997c73453d8181557bd17f91fc37e8f8a676533
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0ec08f1d2f2baf90111368f72385d6c4704bfa99f0badf118a59f4f2442a02bd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,953
Size: 1.00 vMB
Total Fees: 0.03061759 BTC
Feerates: 402.60 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (3,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
911,928 911,928 000000000000000000000c7c921d5a8fd2aa524e2d34fba1c1e1578998c99b93 3,402 1.00/1.00 vMB 4
911,927 911,927 00000000000000000000b2335bc446b9eb5a151d4e4a0324420266c7a90bcd41 390 0.16/1.00 vMB 2
911,926 911,926 00000000000000000000c3efcd6e741f0197263edea8b8321e72d93aa02b87b6 3,202 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.54 GB
    • Received: 17.56 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.