Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,176 transactions (1.01 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,618 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,131 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,617 (870,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,012 40,012 00000000381ef989f9f43ed0e81c41ad3e9de25dc3dd676db1588f8539aca544 0.00 MB 1 0
40,011 40,011 000000007c69f97b5e6af0e4e18b68eb73654eeaddec6f185ad58026ec6d936e 0.00 MB 1 0
40,010 40,010 000000000a4a84c3827da3fe8535ee38389b0d31a47a42b8873313f23f60db02 0.00 MB 1 0
40,009 40,009 000000001e36b528d9c7758d6a00d4d772dc62c4fead9c5fb45d547b920d2110 0.00 MB 1 0
40,008 40,008 0000000035488afe30aaa505eb5437ee152d8c48b77bc086daa5eb8db32a5895 0.00 MB 1 0
40,007 40,007 000000002db243102c5a8984c02cdc362c73c2d06c761b3f03874c4c99bc76b0 0.00 MB 1 0
40,006 40,006 0000000055276b884b632b6339cbb821a8b23c67b13ff444d9505c58881c8627 0.00 MB 1 0
40,005 40,005 000000005b67deea43b543dfdd87d13aadc9501add64b941d7cf72653fca5f8f 0.00 MB 1 0
40,004 40,004 00000000506ae6b0f3ec8f199255b5ae6380cdcc4a2fb3c6dfdd0d6a06a91e81 0.00 MB 1 0
40,003 40,003 000000000d8af65aca9e0d33b30e364b691a1e2551e00343b7fad7b6f7382824 0.00 MB 1 0
40,002 40,002 000000001b25a3cb8b1a280c77f0f603dcecad693ef9d2134d566a58a3aea4d5 0.00 MB 1 0
40,001 40,001 000000004f5399dec71dd54b434bbb35a1c30488a37eadd9be7ee61399b4ac90 0.00 MB 1 0
40,000 40,000 00000000504d5fa0ad2cb90af16052a4eb2aea70fa1cba653b90a4583c5193e4 0.00 MB 1 0
39,999 39,999 000000002509f3a013a1d21b89fe33306a45b1fcbb485dd4d310e4f9b2c09945 0.00 MB 1 0
39,998 39,998 000000000f6eddf413649f8efeecbf82e7037b5e79c33644e79aaba59f66959f 0.00 MB 1 0
39,997 39,997 00000000357b8bfb8227fcbde6d1215247b45f91d789870997c0ce33f32aafb5 0.00 MB 1 0
39,996 39,996 000000005906da0a4073d61c76c60cc4a942c8dac9ce22cadbcd791e8c85b09f 0.00 MB 1 0
39,995 39,995 000000006cccbb6e1dea42554bc8b53f3a062abcd5bd5f4ccf2d54b212feb27f 0.00 MB 1 0
39,994 39,994 000000004a968f35d428265e777fee1747bdcba76320532578ac9ce256d08c9b 0.00 MB 1 0
39,993 39,993 0000000029b1aff1bb2a65d311f41d1ed0616712ccf35b412afd0334416a9cf1 0.00 MB 1 0
39,992 39,992 0000000089104c4853c69c3c274832be0303f5387a1c59f142ca4e61ac896ab7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,258.16 GB sent, 121.12 GB received

Notes

  • This page updates every 5 seconds.
  • 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.