Loading Tool

Explorer IconExplorer

Memory Pool

75,287 transactions
30.81 vMB
0.09594902 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt c20bfb05939c577dafbc874c7d05def98b75c472b712987d4543cad7d448eba6
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root e04dd49f5b4b9758dbad0c474be1eb18cdd4efe9da8290d1f4f6d0a890285360
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,023
Size: 1.00 vMB
Total Fees: 0.01746392 BTC
Feerates: 301.35 > 1.75 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (71,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
843,927 843,927 0000000000000000000174d94de73308dd12d376c2a781925cee5fd2db362560 3,951 1.00/1.00 vMB 11
843,926 843,926 000000000000000000000e0fe272b5f95eaaf6ce81c5c9abc0f57ea98e8124c6 4,824 1.00/1.00 vMB 11
843,925 843,925 0000000000000000000245707968a046a8a8ba4ca5e9d5bd6ff5458d79c05091 3,138 1.00/1.00 vMB 16
843,924 843,924 00000000000000000001f46ddeb81f43888a47963ab545c34007930d5388492c 1 0.00/1.00 vMB 0
843,923 843,923 000000000000000000018f63f96ee29f15e53ae9fbf32dac221c8fe2ac3f2f70 1,808 1.00/1.00 vMB 14
843,922 843,922 0000000000000000000063f521f19ebbfe251683baf22446f2f93e721b6bdb3f 2,218 1.00/1.00 vMB 12
843,921 843,921 00000000000000000000ce4977900f30d3c441b501467490bee7a480c82178e3 2,546 1.00/1.00 vMB 15
843,920 843,920 00000000000000000002de33416c2b3d9bb8ce4bdfb0fec521367675b3ac61cb 2,873 1.00/1.00 vMB 21
843,919 843,919 0000000000000000000239f02a87d7f50f7acaa782ed9a74e1c7cbfd36d4cbae 1,484 1.00/1.00 vMB 9
843,918 843,918 0000000000000000000045c7706885aa03513faec5d17ce447fed215d73b9c21 4,315 1.00/1.00 vMB 13
843,917 843,917 000000000000000000025470529d610aaa8a17dc9736cd2cbc0ea7e15a2f4c70 3,178 1.00/1.00 vMB 19
843,916 843,916 000000000000000000022f17fde1e273d672b4db21c19846a7a2cfc1ea6d44c2 4,116 1.00/1.00 vMB 15
843,915 843,915 0000000000000000000123925f0b7ec6acd4f672442a6a2fa8df0e58f2a71f55 1,527 1.00/1.00 vMB 9
843,914 843,914 000000000000000000035b77ee2c636039fb714bdea6ddd21c02a255f6a180c8 3,182 1.00/1.00 vMB 16
843,913 843,913 000000000000000000026817a0f52d806eddf527d272028ab863ad12944164bf 3,048 1.00/1.00 vMB 11
843,912 843,912 00000000000000000001a5f30e29573703a6e04dcf4d715d9c90e2d4ce3d8df0 2,736 1.00/1.00 vMB 11
843,911 843,911 000000000000000000009fd14dd9da6a815083b2fb39d89619aeef583e094c72 3,318 1.00/1.00 vMB 20
843,910 843,910 00000000000000000000ea43b7933551992a6096751e1fcaafe474f7b2e35e9b 4,021 1.00/1.00 vMB 12
843,909 843,909 00000000000000000002b647b143ecb057c2a4432497cd37b4092c9bb24f2e57 3,334 1.00/1.00 vMB 10
843,908 843,908 00000000000000000001a27922e3b7a7b716a3bc3a7d1f2f8981ed28f76aac5b 3,282 1.00/1.00 vMB 17
843,907 843,907 00000000000000000002059577528d46dd31da84cb65756cf2215208f0ba946a 1,810 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.12 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: 739.09 GB
    • Received: 18.62 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.