Loading Tool

Explorer IconExplorer

Memory Pool

44,418 transactions
27.43 vMB
0.07231678 BTC
Random Selection Loading Transactions
Max Size: 144.50/200 MB

Candidate Block

Mining Attempt dab60843e8b7c66e0badf6ed69c7072bed31b9fc5615db219a9bed9adb38fc1b
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root 8b22f097988b97b22e492f1f46d86e2be913a7c752a1335dfe6066ca16473d17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.02087819 BTC
Feerates: 170.94 > 2.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (579,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,926 334,926 00000000000000000bcb176fe23d0a486aa90011a828ff56f6e2436d3aa6f98b 1,569 0.75/1.00 vMB 24
334,925 334,925 00000000000000000e0ac5a950c399594a667a1e5815a444841828a895b628ab 103 0.11/1.00 vMB 15
334,924 334,924 000000000000000014c46f95d9e2f7114655de821ab3ce97a7b5305ed00d55b5 126 0.08/1.00 vMB 12
334,923 334,923 000000000000000014ec1d46ce9772df7985ad63a39e2dcd4d8aa25445a8486d 1,327 0.74/1.00 vMB 21
334,922 334,922 0000000000000000151fde2bb3c849738ac52d39533993908d188d214fd1d4f8 64 0.03/1.00 vMB 23
334,921 334,921 00000000000000000c6ad02f3de2b2e0ddb8f0975cfe86a69e7ec5434f31bdac 539 0.75/1.00 vMB 14
334,920 334,920 00000000000000000b0c60efc5a0e4ddaa7662488c82e504bc01296aee935f67 1,026 0.75/1.00 vMB 21
334,919 334,919 0000000000000000196cd5908bf1fceb6076289208b91fe3e7ed4c047b4d95b7 952 0.75/1.00 vMB 18
334,918 334,918 00000000000000000da1c9f78d0e79d719db15ee80ed2bf8eea8feb8b544d09a 1,530 0.50/1.00 vMB 37
334,917 334,917 000000000000000019ddd5484e223d540a6ddba223e1127609a7729be76e1dfa 16 0.02/1.00 vMB 4
334,916 334,916 00000000000000000e032e77a35f6ed6f7e4807606381b2357c845bfc57a4d73 48 0.07/1.00 vMB 19
334,915 334,915 0000000000000000057d1db3daa0e3ed62a017a23d593b5e8e3c3038c9acf813 1,520 0.75/1.00 vMB 27
334,914 334,914 00000000000000000dbe833a39aa87fe902136b2ff0c84e52b80c2ce66bff903 126 0.06/1.00 vMB 18
334,913 334,913 000000000000000011684267c1c0747b5f9973df54bfe31abb5359c51a9dec32 2,144 1.00/1.00 vMB 28
334,912 334,912 0000000000000000197bd59f65edd90076ad822df8c19260ed09fde754f1abe6 2,649 0.75/1.00 vMB 43
334,911 334,911 00000000000000000cc93dff4ee7ffa0f054619b05c9b47f04fc9053d4be9b2e 1,698 1.00/1.00 vMB 25
334,910 334,910 00000000000000001a8505541133647a21e5987b71a83158017248bbfc1c34d8 1,803 0.75/1.00 vMB 32
334,909 334,909 00000000000000000e147767b7e234917e84814f8f96a8248ac0b4c7a6781630 789 0.39/1.00 vMB 24
334,908 334,908 00000000000000001354a4b6b22e2ca69fdd1e73cc0afe887adfa92e6fb9225d 736 0.79/1.00 vMB 17
334,907 334,907 00000000000000000bb65b82f29d8b900c8cd57e4ca8388a2f9216e27dfb67fe 1,372 0.75/1.00 vMB 35
334,906 334,906 000000000000000008f8fb7790b5f603ffb8277c2694f851221fbb987f79bd9e 110 0.11/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.21 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: 654.41 GB
    • Received: 14.14 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.