Loading Tool

Explorer IconExplorer

Memory Pool

42,039 transactions
26.41 vMB
0.06032591 BTC
Random Selection Loading Transactions
Max Size: 138.33/200 MB

Candidate Block

Mining Attempt ba1a577bf7a38fdecfa4c356c019dd60433d1e4859ae139c3f3b3958aa2b37b8
Version 20000000
Previous Block 0000000000000000000000cf770f6c83e15ec4a9d2e4f9cbaaca0958cd733d81
Merkle Root ce4428bad7b7a189c1b3f48c190c498f8d57a5f8e4e57cd973eb711218ca96a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.01205338 BTC
Feerates: 477.45 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,721 (291,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,925 622,925 00000000000000000008a61ad10ede3edfed223d161e8bd797e521e60aed2ee4 2,475 1.00/1.00 vMB 49
622,924 622,924 0000000000000000000159cb54947a12eff9a3ceeda084cde3d46111b1de81ad 2,944 1.00/1.00 vMB 51
622,923 622,923 0000000000000000000e3561dd579564769efe1852730e2d93ef93f2973af29e 2,485 1.00/1.00 vMB 48
622,922 622,922 000000000000000000109e72b46f02f29dcea249a5a4f1300cf0587cd11e81ad 3,115 1.00/1.00 vMB 75
622,921 622,921 00000000000000000010711712c7b71ba21582f09b719ad9aee8e7736781abe6 2,782 1.00/1.00 vMB 83
622,920 622,920 000000000000000000068d5257eb42acd2983fdd91630eece27d23af6c5a3ce7 2,150 1.00/1.00 vMB 50
622,919 622,919 000000000000000000055ea41770be991e8078a5bfd9b65f4224825fbb8451bc 2,306 1.00/1.00 vMB 82
622,918 622,918 00000000000000000004c6e6fc7c9165dd0c3716e0577de35991d07c8a2dd697 3,035 1.00/1.00 vMB 57
622,917 622,917 000000000000000000092202bf1cdbd33ddc566ff8cd4c8f364bbe8fc0d76078 2,355 1.00/1.00 vMB 51
622,916 622,916 0000000000000000000adbef3a594e282cf736619dc6f503f656449ccbf74a9d 2,733 1.00/1.00 vMB 59
622,915 622,915 000000000000000000064e11afe11495b039e1f5cc187f8701f37616e01442ab 2,418 1.00/1.00 vMB 59
622,914 622,914 000000000000000000083a7ebc3600a339d6a95d58857ebf3a8b0daeb0d8e68f 2,978 1.00/1.00 vMB 56
622,913 622,913 00000000000000000002d7825ecbd0d9ee14258090049eb367a2bc995617e9d4 3,144 1.00/1.00 vMB 54
622,912 622,912 00000000000000000006383ec6170f4cc123957e1f7626394c680d3f8d39870c 2,964 1.00/1.00 vMB 74
622,911 622,911 0000000000000000000f1424c7b54e9e5fffa7ec2eda21ca0314411314780d11 3,130 1.00/1.00 vMB 76
622,910 622,910 0000000000000000000788d415efa6d1297d14f61a7e7af26b930a1fa3abe590 3,132 1.00/1.00 vMB 56
622,909 622,909 00000000000000000002b37d6de19009663c2fefade6862d9142d635b03f869a 2,819 1.00/1.00 vMB 63
622,908 622,908 000000000000000000010689561cd161f83fb111bacd4276628da06d55397833 2,863 1.00/1.00 vMB 63
622,907 622,907 000000000000000000057ed1c778401e819777364336ebc3ddb8756223139027 3,315 1.00/1.00 vMB 60
622,906 622,906 0000000000000000000ceb7d72db7aa6788e4272128dc1ae1db4fc6c57abfb70 2,627 1.00/1.00 vMB 67
622,905 622,905 0000000000000000000e0b49dfc8d7ac2d7ec700309ef9d91e228c1b7b03f0fc 3,321 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.90 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: 645.48 GB
    • Received: 12.73 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.