Loading Tool

Explorer IconExplorer

Memory Pool

39,619 transactions
26.37 vMB
0.08057911 BTC
Random Selection Loading Transactions
Max Size: 136.90/200 MB

Candidate Block

Mining Attempt 95a5b8022ffb34f6fe26318636f27f28847fdbc84b33b80d8e5794c930eb49da
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 50fa37f8ad2bead9e74621cf08b2a514675046a31b642a555b398632b44e7a43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,075
Size: 1.00 vMB
Total Fees: 0.03220787 BTC
Feerates: 502.65 > 3.23 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (363,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
551,909 551,909 00000000000000000003b5f1c2b829a6786c0af208dc76a96f28b76c082a23ae 1,818 1.00/1.00 vMB 12
551,908 551,908 00000000000000000009cc10c9ebb589e97f2d5e0597819e65d895213922b9af 2,053 1.00/1.00 vMB 36
551,907 551,907 0000000000000000000fe8b7192c9b1187022d908eee3c417f50c7caa012f100 3,212 1.00/1.00 vMB 19
551,906 551,906 0000000000000000000522434a9c057274713ef444420da3dc35f60c686a7108 2,756 1.00/1.00 vMB 20
551,905 551,905 0000000000000000001449ec73f2409ac004de83180e1a51abbfaa84a6b51115 2,564 1.00/1.00 vMB 10
551,904 551,904 00000000000000000016a0bf8ae05c50a4941195146b33280bae881711a9dbf9 2,168 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.