Loading Tool

Explorer IconExplorer

Memory Pool

44,896 transactions
29.77 vMB
0.08991812 BTC
Random Selection Loading Transactions
Max Size: 153.67/200 MB

Candidate Block

Mining Attempt 852909198ae0f69133c0fcb8be238b86f1cea6fc8d46ec1fa8b3e01cb9f4d9f1
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 00de6f8ec9b03eeaa8f14531ba8dcbf7395ee41db19f5bcfc11531e44ded808f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.03047663 BTC
Feerates: 477.45 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (525,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,933 388,933 00000000000000000033bbc4a4546b66a8d7844447e44808004b7a101842f4f8 882 0.75/1.00 vMB 25
388,932 388,932 00000000000000000985d01697820757438979fa2917201825c7c4032b499db3 1,140 0.43/1.00 vMB 40
388,931 388,931 00000000000000000d9aec9086a702fbcfff84de0c06e07c6d8acba7fbce2140 562 0.25/1.00 vMB 43
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
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.60 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.