Loading Tool

Explorer IconExplorer

Memory Pool

81,816 transactions
30.54 vMB
0.07828628 BTC
Random Selection Loading Transactions
Max Size: 184.17/200 MB

Candidate Block

Mining Attempt 5ea464e0090c418e152b33e31a5464133dd73a156f2a355917c9c445299ff505
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root d055384654f3dd69341a47011337bcdf58a2b8f77e3c1ec44be2ab25359a3d7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,121
Size: 1.00 vMB
Total Fees: 0.01484527 BTC
Feerates: 40.91 > 1.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (262,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,982 651,982 00000000000000000000ffd4ad52a2b9d1712bf86da824d12457d022777ce7c9 1,787 1.00/1.00 vMB 119
651,981 651,981 00000000000000000002350c602f2d2983d6f165ad5d9f5970ad0a97ed767708 2,693 1.00/1.00 vMB 109
651,980 651,980 0000000000000000000c89ccd73ac01db32b1168bd6dfa6610c9c5b34763e42b 2,841 1.00/1.00 vMB 121
651,979 651,979 00000000000000000006de8ddbc7f1d7d9aca7e7ad212e017857209d543c6781 3,084 1.00/1.00 vMB 129
651,978 651,978 0000000000000000000c9a56485827a5b66b4aa2c83e36a80568e5ae864c3673 2,648 1.00/1.00 vMB 111
651,977 651,977 00000000000000000006ed6d165f7ac2f456175a5490c27d6f3035c2a2e4ab3c 2,059 1.00/1.00 vMB 103
651,976 651,976 000000000000000000038c64f75cb7fe3946ee0e586e725504d1b3528b3735ee 2,789 1.00/1.00 vMB 110
651,975 651,975 0000000000000000000b50f7040a72e8bc09b768663b2c1e07c08bb04093d98b 2,647 1.00/1.00 vMB 120
651,974 651,974 00000000000000000000ffb5dc3428ca0f2d048bb5bfaf24626ab4e685ede0cc 2,713 1.00/1.00 vMB 109
651,973 651,973 0000000000000000000981b614f98438109ffb578cbbbb1b0260211209513ba5 3,194 1.00/1.00 vMB 134
651,972 651,972 0000000000000000000d325276f22aa5fef328a48ba3eb1f6588247e7d50090c 2,936 1.00/1.00 vMB 122
651,971 651,971 000000000000000000030f651aebb9067c7128f4077357913a4e3ce5c23d1497 3,026 1.00/1.00 vMB 132
651,970 651,970 0000000000000000000873cb5e6946e4cffaed4111987b96af073744368de4a1 2,204 1.00/1.00 vMB 118
651,969 651,969 00000000000000000005a231c53c88581aedc2118423dc2fc36831e1e2f4d7d1 2,061 1.00/1.00 vMB 107
651,968 651,968 000000000000000000062f35b6df1f1e5b7eaf58040dd8cf8f42c8ea42d395c1 2,710 1.00/1.00 vMB 111
651,967 651,967 000000000000000000039eca6fbdc7056ce11da45290aa8b5d6fbc941ab390bb 1,910 1.00/1.00 vMB 114
651,966 651,966 0000000000000000000a84ba253db23b6f29f6254636f93a8282085a1b62d025 2,676 1.00/1.00 vMB 108
651,965 651,965 0000000000000000000ba17ac337f3c65a609cf4e372777d9a40e5b5eee528ea 3,204 1.00/1.00 vMB 135
651,964 651,964 0000000000000000000c07d4ff02051f6afed37987318aad46a6fa55dade476b 3,510 1.00/1.00 vMB 139
651,963 651,963 0000000000000000000151496d9e6be91936939e9dc1f419cab59610d52bb80a 2,284 1.00/1.00 vMB 102
651,962 651,962 000000000000000000036959c3b3e9467bae7471562326cd8d521be331ec2f24 2,911 1.00/1.00 vMB 123
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: 661.73 GB
    • Received: 14.82 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.