Loading Tool

Explorer IconExplorer

Memory Pool

75,840 transactions
28.65 vMB
0.08586094 BTC
Random Selection Loading Transactions
Max Size: 171.87/200 MB

Candidate Block

Mining Attempt 4f01f9b8fea38ed957d5fb315d20fcd53d7aa15ff73b37d0e94cb98e2ee13dfd
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root c9aa49957739e35f66f5ef8c562daa09c3c33f722841fa45b8bfad6d473a82e1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,357
Size: 1.00 vMB
Total Fees: 0.02008107 BTC
Feerates: 65.95 > 2.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (376,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
538,918 538,918 0000000000000000000f3050a72cf5f9879d19fcc7677d8f32ab6833923693cf 2,894 1.00/1.00 vMB 20
538,917 538,917 00000000000000000029cab6423fd9593754a243431eced088f731cad05d64ca 2,492 1.00/1.00 vMB 15
538,916 538,916 00000000000000000008c4bd69b2a02de29b906c86b27a42e42cfe87c5110d98 2,322 1.00/1.00 vMB 17
538,915 538,915 00000000000000000028a3496716db33df3fc98c40c5f262f304c067042ed1ef 2,768 1.00/1.00 vMB 42
538,914 538,914 000000000000000000042abcbced66de2b01256abfa1a30ca2d13772c9e5b4c8 2,834 1.00/1.00 vMB 21
538,913 538,913 00000000000000000027a97eb103d28a92da6211ba05e36b022ca757f90c8e91 2,548 1.00/1.00 vMB 31
538,912 538,912 0000000000000000001c17bd07930260af81b2526670f317217c2e1bddfd977e 2,556 1.00/1.00 vMB 51
538,911 538,911 0000000000000000000bafcd4423738d4766d02aaa5b7fe5f38260ee854fb4fd 2,395 1.00/1.00 vMB 65
538,910 538,910 000000000000000000194b1d5a3c06c8b8775313416e7af9fafe22686aaf16e1 2,527 1.00/1.00 vMB 27
538,909 538,909 0000000000000000000694d351e949908b21ac1fcec3a489bd6487efb3639de8 2,426 1.00/1.00 vMB 57
538,908 538,908 0000000000000000001144695cb95e3e51395501bab69a4b092d65e795a969fb 2,623 1.00/1.00 vMB 69
538,907 538,907 000000000000000000187406f1a2e26f264c55da610ad70ef278318e38a57561 778 0.26/1.00 vMB 36
538,906 538,906 0000000000000000001ac684221f2861c0e1e410f09f36e7a263f4b3906304e4 2,265 1.00/1.00 vMB 16
538,905 538,905 000000000000000000258eee81a0f298aeb4755b8ee3698d6a87485d41021593 2,488 1.00/1.00 vMB 40
538,904 538,904 00000000000000000022eae1b6f4cea491bf5e3895076910e25ee3d3b6b50668 2,015 1.00/1.00 vMB 21
538,903 538,903 0000000000000000000e768209b8ec6779778bad6056a03201884c8b53ac8d6f 2,189 1.00/1.00 vMB 14
538,902 538,902 0000000000000000002839fb7d553c0ffce1bdb384734cf8cec7201ebdb113f0 2,539 1.00/1.00 vMB 35
538,901 538,901 00000000000000000018b02e5f74af023be47376dec6c20af69d16770bd74fb6 1,900 1.00/1.00 vMB 26
538,900 538,900 00000000000000000010b1f798f6cdb9d866739dc168e72c17a1759e10f4c8c9 1,994 1.00/1.00 vMB 29
538,899 538,899 000000000000000000041eb7eff8d008e27d4d3ef8bf2e85ac53d7e6e5092c6f 2,384 1.00/1.00 vMB 21
538,898 538,898 000000000000000000076b29963df83c3eb732a392141bd0171709daeda3587a 2,044 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.