Loading Tool

Explorer IconExplorer

Memory Pool

79,696 transactions
29.51 vMB
0.06382822 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt 7a43169b301e046dc73c536628ae4b66b55553b28b7cba6c0b81d568721953b3
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 1d02214b193ed6d1e87a0e1595dc13c2847fdc59539bc1e719884ef632baceee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,698
Size: 1.00 vMB
Total Fees: 0.00394502 BTC
Feerates: 60.16 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (363,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,930 551,930 0000000000000000001574cc1a5abe09521d1e65234b327b45978ed96befaa25 1,189 1.00/1.00 vMB 54
551,929 551,929 000000000000000000153db7abf62fe7ef1deef04bba015ccac285ede9797245 1,404 1.00/1.00 vMB 48
551,928 551,928 0000000000000000001e36fb7acd1101f2cc74f5dfbff8d6c1d3f4466fcb79b1 2,328 1.00/1.00 vMB 87
551,927 551,927 00000000000000000014d9723763790c3259c66970a73d65e42944b5786ce5e5 1,244 1.00/1.00 vMB 96
551,926 551,926 00000000000000000007935d45d25bd4a077040d00790ecab854a647727d7ff8 2,898 1.00/1.00 vMB 58
551,925 551,925 00000000000000000021d6077b554d2ba805d3c7abfdf9db089c4be8a177686e 1,367 1.00/1.00 vMB 5
551,924 551,924 00000000000000000023dda75bb2e114e8626b2fa9dea6caab2a8682b74c14e3 2,793 1.00/1.00 vMB 31
551,923 551,923 00000000000000000029fd920c3a4c1617e4e8312b5b52fad1e8b01b62adc719 1,238 1.00/1.00 vMB 43
551,922 551,922 0000000000000000001d7abf8e6096cab5da30cfc1fad35c7e3979cd81bb04b5 2,535 1.00/1.00 vMB 23
551,921 551,921 0000000000000000000ecad3be1eca54854ec607086927a9dafb5a5e99d76d92 2,529 1.00/1.00 vMB 54
551,920 551,920 0000000000000000001b32bd053b7b3208691ca46a8f9519a20edcc593f68644 2,939 1.00/1.00 vMB 59
551,919 551,919 0000000000000000001278ce144ee7242490d7650dd5b84e9447c6daff660ca1 2,630 1.00/1.00 vMB 57
551,918 551,918 00000000000000000028008af1774ec2f7d8be3d6e21e7e898307e44c2dc872b 2,509 1.00/1.00 vMB 50
551,917 551,917 00000000000000000016ca32b48552804f01b856ea9bdc4e6af7b3533c4a3302 2,537 1.00/1.00 vMB 38
551,916 551,916 0000000000000000000466b01bd79f5375c0fe25b181a54fcb2c04d52c2ae8d8 2,250 1.00/1.00 vMB 41
551,915 551,915 00000000000000000017d1dbcb195d94a92f90afb512642648cd65dbf71b0a58 2,758 1.00/1.00 vMB 63
551,914 551,914 00000000000000000027e55cb81baf1fedaef2b0eed8977c98ea1dfd9cb48c53 861 1.00/1.00 vMB 15
551,913 551,913 0000000000000000001970f66da9ed66503028d05d419dd394f022f0d9d1ab6f 1,544 1.00/1.00 vMB 12
551,912 551,912 0000000000000000000f1747c38f6bbdafc4a06ee5ec19cd86d0eea4869ad923 1,784 1.00/1.00 vMB 12
551,911 551,911 000000000000000000013626a563c646026379b8dd5731138f0051c4363857a4 2,051 1.00/1.00 vMB 31
551,910 551,910 0000000000000000001f61ba8bc683ca9925f68b7c19c5b6df68350010902b03 2,763 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.35 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: 662.21 GB
    • Received: 14.84 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.