Loading Tool

Explorer IconExplorer

Memory Pool

40,521 transactions
28.28 vMB
0.13804916 BTC
Random Selection Loading Transactions
Max Size: 144.42/200 MB

Candidate Block

Mining Attempt 5c1bdbc98b6c678d9768c4f6ac5f92bf92180a94aac1ceeba3ed0d025742ba68
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root 244801d96232485b7c65181803e2df2c497aeee10e2b34869b9f29268c3f6f32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.08353946 BTC
Feerates: 102.90 > 8.37 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (297,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,856 616,856 00000000000000000008daabab7223fad2657aabf76f24220a4bdaeaa9db21db 2,930 1.00/1.00 vMB 25
616,855 616,855 0000000000000000000420f2825eaff03c88ccfd4ebaaf152985016ae5b60df5 2,800 1.00/1.00 vMB 25
616,854 616,854 00000000000000000001da2819167b267e6faf9a7c0e6bc69cb2f7f5602e3823 3,487 1.00/1.00 vMB 39
616,853 616,853 0000000000000000000a9ec9f67367cf286cb7782cd1395d79b7820d2e27d5b7 2,776 1.00/1.00 vMB 25
616,852 616,852 0000000000000000000ba19a16d9d64e078e0f6bd1fcb7fc9cf9d3f59a3ff1dd 637 1.00/1.00 vMB 25
616,851 616,851 00000000000000000001d17c1384bae13b266f16601c0d9e61ba400bb73aaddb 2,246 1.00/1.00 vMB 28
616,850 616,850 0000000000000000001142e5abf391352d296a0d4e030bf511da65cd2d06e76e 2,972 1.00/1.00 vMB 29
616,849 616,849 0000000000000000000aaa0ab747b95943177fea465cea17ea675fe9d2d83b5f 2,450 1.00/1.00 vMB 29
616,848 616,848 0000000000000000000bd87aeb8e73207648637eb664853ce9a10d8a15205a66 3,478 1.00/1.00 vMB 38
616,847 616,847 00000000000000000011ea47b5fa38eb52dbf44dc36a45c5b611edca8f6717af 3,128 1.00/1.00 vMB 29
616,846 616,846 00000000000000000004e89ac9164f0fafbc34a7b0cb90d6a872aa8e160ed88c 3,772 1.00/1.00 vMB 39
616,845 616,845 00000000000000000007432f0799fdc521f83cb0f078bc1e5f9900eb629ed75b 3,570 1.00/1.00 vMB 39
616,844 616,844 00000000000000000001dcda252ae91a8729371a0caa6c366dc9e11ae24de58b 3,781 1.00/1.00 vMB 32
616,843 616,843 000000000000000000002724641e8d07180ae8c89c705f1dc7bcb9b9d18ae0c1 2,730 1.00/1.00 vMB 43
616,842 616,842 0000000000000000000e04e12f9c2c899088ad6eb9c95ec43dba7bf89a604306 2,837 1.00/1.00 vMB 29
616,841 616,841 0000000000000000000d3f16736cc9ac85a2794d0a4bc8e082d50c218bd2c8be 2,975 1.00/1.00 vMB 45
616,840 616,840 000000000000000000031cd8687d7bee08d2d82fbb5731640e38a9a69cb84095 466 1.00/1.00 vMB 96
616,839 616,839 0000000000000000000a4c8ce346bbdfa834b552eb42690ba3e7bd041f3961e2 1,706 1.00/1.00 vMB 53
616,838 616,838 0000000000000000000cd9b03c0d649bb9cbbc8a912434cfd9bf75a052291b0e 965 1.00/1.00 vMB 81
616,837 616,837 0000000000000000000979d62984c7d7aa4941cdd991b47ff9e3df3c286b2485 2,382 1.00/1.00 vMB 37
616,836 616,836 00000000000000000008ff8ac1afbbe16e876f9a64f20c5d0f7c5c3b6d73f50f 2,246 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.