Loading Tool

Explorer IconExplorer

Memory Pool

45,049 transactions
29.80 vMB
0.09080331 BTC
Random Selection Loading Transactions
Max Size: 153.87/200 MB

Candidate Block

Mining Attempt 122b02326c55cf5234b1500dc2d305a062a463171be41003a600155f4a16c0f6
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root e3745a7ad71acc5ef2e4877487050787cb00c7a782d695ac7360cfc099788df1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.03101712 BTC
Feerates: 477.45 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (525,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,930 388,930 000000000000000000378a61bc92853e29552a4c3f725091f5e878fa999c2634 1,267 1.00/1.00 vMB 19
388,929 388,929 00000000000000000b290ad12581a6fe0a0d724ef3b18bf364700da8b787e319 2,282 0.93/1.00 vMB 33
388,928 388,928 000000000000000007b892b9e13db21e67dfa1d78102b2c7d5bfa2e2086c3b63 3,215 0.93/1.00 vMB 72
388,927 388,927 000000000000000000f6406523494f21008760eaf700a7d8465d110c355ff932 453 0.24/1.00 vMB 45
388,926 388,926 00000000000000000352be3082df23c462b2ae939fdfcfdd8a7dea30e582f3e5 664 0.33/1.00 vMB 33
388,925 388,925 0000000000000000067237596ad8c4fb1ef58861254db6cd528f3e4771dd3692 1,321 0.67/1.00 vMB 39
388,924 388,924 00000000000000000b295b501cebb337632ae929fcc7946bc407388f73243bb4 1,218 0.61/1.00 vMB 38
388,923 388,923 00000000000000000da602b7dab19d81e7c95dea7a0439828bed800b151ddc39 641 0.89/1.00 vMB 15
388,922 388,922 00000000000000000470059d9c5d6ffd2e15891ddcb0c95dab4a8f2c0aebda98 1,837 0.93/1.00 vMB 34
388,921 388,921 00000000000000000aa43949663db26b3648c12ba2fd7e8d67a4d894190d3dbc 1,342 0.95/1.00 vMB 34
388,920 388,920 000000000000000009b7820c26d80f35f4a90348966e67d7e06bbfacda3b6fc3 855 0.48/1.00 vMB 41
388,919 388,919 0000000000000000080fcb294ec8b14f8f7748f6a04decdc6c06ac4dbcaed990 752 0.45/1.00 vMB 27
388,918 388,918 00000000000000000771f99608e4f7e739673caaa709d47833771efab2e714a9 1,949 0.75/1.00 vMB 45
388,917 388,917 00000000000000000b3c3a1c11afd22fe8c3025f02b4157c154e5f88c182e1d8 580 0.86/1.00 vMB 18
388,916 388,916 0000000000000000093c60d75559e34066b0d89415e3332a9da0a7c7f0b0d51c 932 0.75/1.00 vMB 18
388,915 388,915 000000000000000002d430672b5e8e8fb025b78422490ece55178e78de3021bb 2,868 1.00/1.00 vMB 52
388,914 388,914 0000000000000000036d4baef07739b1738e57d6d00ec2db2caf635d94a04a0e 1,056 0.69/1.00 vMB 24
388,913 388,913 00000000000000000329f11cf1b9223d9d377c4e20c1d6e6b01557e8121fce8d 1,735 0.95/1.00 vMB 42
388,912 388,912 000000000000000007623b2a4679dacd98828f80786d5e63daeb7a6258204b15 1,625 0.92/1.00 vMB 36
388,911 388,911 0000000000000000082a54fd5e3b5e5c185536ea612f8e61de0eb607da721f12 1,956 0.75/1.00 vMB 41
388,910 388,910 0000000000000000082f2d95400cb69793593789749f294356e0d169209e83b5 1,911 0.94/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.