Loading Tool

Explorer IconExplorer

Memory Pool

47,427 transactions
28.94 vMB
0.07954613 BTC
Random Selection Loading Transactions
Max Size: 154.32/200 MB

Candidate Block

Mining Attempt 5de6c435cb54f7f0288005ede0a0fd0c042c3ef2f4394a7703e18881999e8abd
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root d5a860b43fbb9f71ee61302fa866fbd7a392f1f495cd131a3f3116a9dfe56732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,532
Size: 1.00 vMB
Total Fees: 0.02421639 BTC
Feerates: 100.60 > 2.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (248,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,013 666,013 00000000000000000003af5f02677a5086fc6244a25b5fa4fb6484ccd35cfa93 2,632 1.00/1.00 vMB 70
666,012 666,012 0000000000000000000aebbd8c4ea9653f3d51df9bff191b580c2c7a3c269d91 2,521 1.00/1.00 vMB 28
666,011 666,011 0000000000000000000ab43e6f881ca9c6d0e38c2e558a3b35e9f53bfa465ab5 2,617 1.00/1.00 vMB 56
666,010 666,010 00000000000000000006571693fff5eadcc14b63e97e491c24106de6fbebb0f6 2,708 1.00/1.00 vMB 99
666,009 666,009 00000000000000000003fd948877e53a465b911551bc9d0ce1de1773c8714b36 2,699 1.00/1.00 vMB 67
666,008 666,008 0000000000000000000bd3066f473a67a6a22a78b3f7de0034d0a22d175ad4af 2,382 1.00/1.00 vMB 107
666,007 666,007 000000000000000000082f0bc5497f09186db5cc5318ce9e4e907142e84cf58e 3,011 1.00/1.00 vMB 147
666,006 666,006 000000000000000000082da7a8bc896c5b5296b8bbe5ff73fdbf95ed0a82e4b9 2,323 1.00/1.00 vMB 103
666,005 666,005 0000000000000000000b378ee15810e77f90c335e34a4968fa263d6e2f586ec2 2,694 1.00/1.00 vMB 24
666,004 666,004 0000000000000000000d6dcfc50d6da6859fe1e51d9d944d53ec4a9a96c571fd 2,137 1.00/1.00 vMB 42
666,003 666,003 0000000000000000000d69505beb584b943672496dc1ec3937fe86df4fd84d6c 2,652 1.00/1.00 vMB 121
666,002 666,002 0000000000000000000b3aa94d58d7d51b75ea4e357953659ef3cf3734e22f7e 1,048 1.00/1.00 vMB 100
666,001 666,001 0000000000000000000d6f725db9d191a3408bd8ffc6a0575f1b1646a0d57042 2,064 1.00/1.00 vMB 28
666,000 666,000 000000000000000000073b4ed70ee4f281e6de38c34e453df0d6dcedd6f10b3b 2,516 1.00/1.00 vMB 96
665,999 665,999 0000000000000000000d89884e1573a2a566a29890295d61045d2b46e4fdd1db 2,664 1.00/1.00 vMB 101
665,998 665,998 00000000000000000009165c297fb06e7fb33a6d7144405b8d423534ad4412ed 3,418 1.00/1.00 vMB 136
665,997 665,997 0000000000000000000c3be4660111ea2c73daf861186411373e48ffcfdee469 2,540 1.00/1.00 vMB 106
665,996 665,996 000000000000000000029f96ec7224aefea12763ff5713236ec9bd68750bd728 1,944 1.00/1.00 vMB 29
665,995 665,995 0000000000000000000461e29439a6989a65c54301493f471d1eb8f1da8481ad 2,404 1.00/1.00 vMB 82
665,994 665,994 000000000000000000022632de57f7560f9a57b103f2869688064ca574f6a194 2,594 1.00/1.00 vMB 105
665,993 665,993 0000000000000000000d2846cc7183c7468a7c5c551cfb0de7b83369a636a8eb 2,255 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.12 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: 652.10 GB
    • Received: 13.72 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.