Loading Tool

Explorer IconExplorer

Memory Pool

80,128 transactions
30.00 vMB
0.11721876 BTC
Random Selection Loading Transactions
Max Size: 179.98/200 MB

Candidate Block

Mining Attempt 820ada0b35fcc813ff0cf1f653a1b3f2e37fdbf380462d14b960e770d3220ad6
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 493f92daf484d2f95dad7a5f223293df2312d1067a708aabf70cd2a3cbce3c6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.05568243 BTC
Feerates: 180.34 > 5.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (141,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,931 773,931 000000000000000000007da17850214026c90a5f397692886327eeef2a15a05a 2,943 1.00/1.00 vMB 27
773,930 773,930 000000000000000000064772729f11d87acf8b82937a2ec1f6c5d08eef132606 2,141 1.00/1.00 vMB 8
773,929 773,929 0000000000000000000572c06a2c11eeb4104a742c95dcf2b608ee74dce2c91e 4,816 1.00/1.00 vMB 4
773,928 773,928 0000000000000000000144a088faaba689c0e42d4ef5eff4c81b5db4a6cb0d6d 2,668 1.00/1.00 vMB 9
773,927 773,927 00000000000000000004e6a49951b0d811d06f0ec15c3fd3d3ed80ad78b9d82e 1,022 1.00/1.00 vMB 2
773,926 773,926 00000000000000000004585b72f1e8bc311900477cf7658123abf7f2f101d06b 2,781 1.00/1.00 vMB 6
773,925 773,925 0000000000000000000364b18aea70c3bba5e3137b6288a8b779b9022670c3ac 2,336 1.00/1.00 vMB 12
773,924 773,924 0000000000000000000770c5d2b8538c08e7aad9905ddb7fa4685fc67d905148 1,921 1.00/1.00 vMB 15
773,923 773,923 0000000000000000000398d85a40bc9e25d2496e6b6ed04521f14dfce3faa30e 3,614 1.00/1.00 vMB 18
773,922 773,922 00000000000000000001e6ad3da84efe63eef7419acd29e773a325e79a0bab4d 3,602 1.00/1.00 vMB 27
773,921 773,921 0000000000000000000225274e43c47e59cbfbe62b1bf8c5e49890a0b17144e8 1,762 1.00/1.00 vMB 25
773,920 773,920 00000000000000000006bb7c62cd44a3e139545c01878ee5d310c9216ebeb1ab 2,449 1.00/1.00 vMB 28
773,919 773,919 000000000000000000009db681120f9a2bc69836e4f7009ab670b014f9e1511c 1,802 1.00/1.00 vMB 4
773,918 773,918 000000000000000000007b8c43d3967b1219694003e19b82a58a40b5143a3e11 4,132 1.00/1.00 vMB 13
773,917 773,917 00000000000000000002d1a04ba866954f942392079f6befb2b5453ac4eaafb7 2,884 1.00/1.00 vMB 12
773,916 773,916 0000000000000000000483943b4b7405f25797c39bf1f93e25f1f83f969e4a90 2,200 1.00/1.00 vMB 9
773,915 773,915 00000000000000000005e61ee5f444f490a1977ebccfb24bc3fb114e43fac9ac 3,139 1.00/1.00 vMB 18
773,914 773,914 00000000000000000004e35b76dcc603043bb87918dc840aac048b9aa1694d50 2,880 1.00/1.00 vMB 17
773,913 773,913 000000000000000000037c9e9fe86ee89f13ca8624f61103fc6009cabc072c2f 3,088 1.00/1.00 vMB 18
773,912 773,912 00000000000000000005d3de8bcbc938842ace7950cd68bff202752cd1103100 2,182 1.00/1.00 vMB 17
773,911 773,911 00000000000000000000d78fa0395e353dd3160c47af53306d7c8eaf894f84ae 3,571 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.