Loading Tool

Explorer IconExplorer

Memory Pool

43,943 transactions
30.69 vMB
0.06216905 BTC
Random Selection Loading Transactions
Max Size: 172.67/200 MB

Candidate Block

Mining Attempt c867b41f32cc17824336de9c5d8b8df15f96811f14c48ac0e8d839c004afd234
Version 20000000
Previous Block 000000000000000000004fffc0b6065158e18bcfec95fa09bf2d7b3a45f93124
Merkle Root 5fb848ef88197acebcf8cdba1e03e5ac216bd1276b7f985c9877abc69caf6b27
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,546
Size: 1.00 vMB
Total Fees: 0.02129351 BTC
Feerates: 2,119.41 > 2.13 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,816 (10 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,806 940,806 0000000000000000000135fe9952f403ba29b11baa10d0a6d13c423361602195 1,714 0.49/1.00 vMB 0
940,805 940,805 0000000000000000000111876e1c6adb4c5c90c0cfe4f792bd7d5d8934bc0a87 3,676 1.00/1.00 vMB 2
940,804 940,804 00000000000000000000e7aed9157bf80082261c8bb393ee4ef68a1c42edde3e 3,204 1.00/1.00 vMB 1
940,803 940,803 000000000000000000012bfc1325cf6a358095855157a6e2825ce50ceaeb001c 3,385 1.00/1.00 vMB 4
940,802 940,802 0000000000000000000098e1c32b800e90acf18f83f5333d6278add88624dac7 3,483 0.94/1.00 vMB 2
940,801 940,801 0000000000000000000027009aae3acfa4ebfb99197ea5896e4b8e6d5b000a6e 3,339 1.00/1.00 vMB 2
940,800 940,800 000000000000000000000b2e8e417dd5466c3b1ea2d1db7a18457dd53afdb6be 3,573 1.00/1.00 vMB 2
940,799 940,799 000000000000000000010a14bcafadd288eb160c044d3871a8554715068af924 2,959 1.00/1.00 vMB 2
940,798 940,798 000000000000000000011a2e6379ff1c02852a23aea3052424d1e5f7ee5f46aa 3,429 1.00/1.00 vMB 3
940,797 940,797 0000000000000000000063ded9966b6cbc1dd4280275f3089874e48e5f06ca97 3,039 1.00/1.00 vMB 2
940,796 940,796 00000000000000000000d8e299db80d2a5df4a30614d71dbdf715b749ca28414 3,788 1.00/1.00 vMB 5
940,795 940,795 000000000000000000010f315f45fc3bc555e64b76a6b47c39ec13996d38f15c 4,686 1.00/1.00 vMB 0
940,794 940,794 000000000000000000016b0cbdf29dae84a4aeb61ad9450964c909278856ff3e 5,053 1.00/1.00 vMB 0
940,793 940,793 000000000000000000004eb11ba5b06b784a17458f49fbf7f7bf4251fbef4051 3,508 1.00/1.00 vMB 1
940,792 940,792 00000000000000000000c0f102f5d3204d24b80e44f5e26d37c9436654f54eb1 4,124 1.00/1.00 vMB 3
940,791 940,791 000000000000000000000d3db2ae6dc0bbcbe918d24ef6b4afe45f27caa6248f 2,736 1.00/1.00 vMB 2
940,790 940,790 0000000000000000000107ce8e2ea95db90e37d62d4428ba3fb62864d6da29a6 3,343 1.00/1.00 vMB 3
940,789 940,789 0000000000000000000049b3d7da9713807935ecc53a7705f214dbbed3b2afb3 5,095 1.00/1.00 vMB 0
940,788 940,788 00000000000000000000208080e3af1edc06294663353270529e016082cd9e8a 3,763 1.00/1.00 vMB 2
940,787 940,787 000000000000000000001f930ec5ce7042e9b510f2f526d1596ca2a35a8c1445 415 0.07/1.00 vMB 0
940,786 940,786 00000000000000000001af867d3c7af0db1c18a3adefd60f425adca762dd3ba4 168 0.05/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 828.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: 4,564.82 GB
    • Received: 246.30 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.