Loading Tool

Explorer IconExplorer

Memory Pool

40,805 transactions
27.92 vMB
0.06375927 BTC
Random Selection Loading Transactions
Max Size: 143.30/200 MB

Candidate Block

Mining Attempt 1538264a5b5f0b84817a0b5f22d84e347243dfa84836ac2df442720ee2b204af
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root ea49c64193ffaafff15d16ab1e2f60f8d47abfa8aee3cb52bd0344ff9563e707
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.01005317 BTC
Feerates: 100.56 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (525,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
388,909 388,909 000000000000000000991a340755d71205b76e4c511dd064f8a737b9156d36db 941 0.47/1.00 vMB 33
388,908 388,908 00000000000000000aee1ccd15557b7c6883f5f82af4c240641b3a8120d6854d 385 0.17/1.00 vMB 36
388,907 388,907 00000000000000000d61328c0da98df169210f7ed53b7c82d80e3a98b9c4e512 788 0.73/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.75 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: 631.72 GB
    • Received: 12.08 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.