Loading Tool

Explorer IconExplorer

Memory Pool

82,114 transactions
29.87 vMB
0.06596452 BTC
Random Selection Loading Transactions
Max Size: 181.12/200 MB

Candidate Block

Mining Attempt 9668db68cdac6c5976b964ccc1e6d863c41b161b37ff8d83180ae5d42c3ea671
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root dfb8e2fceecc45c28a1bec291f092953823d52658713f7acdb4a64893983fa6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,797
Size: 1.00 vMB
Total Fees: 0.00504245 BTC
Feerates: 43.68 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (65,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,004 849,004 0000000000000000000178c7b21687718f45e14a9ab8c5762bbe2e153b1d31b2 4,595 1.00/1.00 vMB 10
849,003 849,003 00000000000000000000e5652b432ccade97cf15aa0c117aa98fe6f954b3397e 3,779 1.00/1.00 vMB 18
849,002 849,002 000000000000000000002a03166c02bde028532e0204d565a095f7367eb70213 3,374 1.00/1.00 vMB 16
849,001 849,001 00000000000000000001f2e8ef5c6f171fb772119ee6f12690fad1db1fb44147 6,252 1.00/1.00 vMB 11
849,000 849,000 0000000000000000000318337975a988411a5b3ece1e7c910dc6852f3d5f7fe6 4,424 1.00/1.00 vMB 13
848,999 848,999 00000000000000000002ce58e2f19f9c66098ae3eed8cdd0c1f639c543461e34 3,798 1.00/1.00 vMB 12
848,998 848,998 00000000000000000001bd44174345f2489e6f79af679ffafcddb327f6e5b6d7 1,758 1.00/1.00 vMB 16
848,997 848,997 000000000000000000013aac41f74dc37c08faecc5d490e9c662dfcf3f753c5a 3,390 1.00/1.00 vMB 27
848,996 848,996 000000000000000000021dc08558cc6f06ba5eaee2bf1f8329111368d37dcecb 6,754 1.00/1.00 vMB 8
848,995 848,995 00000000000000000002da6f833d00d421518bd44a666657a6d0b369eaace62e 3,209 1.00/1.00 vMB 16
848,994 848,994 0000000000000000000209a51a18c61d75ffc87748542160dc0e583e197130c4 5,142 1.00/1.00 vMB 9
848,993 848,993 00000000000000000001eed2494d291a82a9e734b3f0888cd351cdb0db79fd54 6,896 1.00/1.00 vMB 8
848,992 848,992 00000000000000000002173ab6d6c40d10fd75b76ec2e9e6f2d03fb275f2ee72 4,639 1.00/1.00 vMB 12
848,991 848,991 00000000000000000002da56108d6fb686a4100fbea8040e94302ca55aada4bd 5,580 1.00/1.00 vMB 11
848,990 848,990 00000000000000000002c2a8c46103e2f874de7348109241154f2441dfe96e1b 5,911 1.00/1.00 vMB 11
848,989 848,989 00000000000000000002aa11e64cd8f100663353f59b9fb29cee31e6ea9cf870 5,155 1.00/1.00 vMB 10
848,988 848,988 00000000000000000002d2d04cb4b1de1bca6278d770d9f52476dc4e4654e7da 2,757 1.00/1.00 vMB 14
848,987 848,987 00000000000000000000030c9e734d926906ff40d63ad68d8cb0c25074165950 2,852 1.00/1.00 vMB 22
848,986 848,986 000000000000000000025fd6cf6a71cabb35898efec72fcb4d8ef76b8c4c112b 4,316 1.00/1.00 vMB 12
848,985 848,985 000000000000000000019a4268e474deec2cebd75e9be7eea393189518758bc1 5,962 1.00/1.00 vMB 10
848,984 848,984 000000000000000000014cee82c280f2ecd8f1dd15190a53c85b99bf4b04d6b7 3,522 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.32 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: 660.26 GB
    • Received: 14.65 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.