Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,832 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (870,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,020 40,020 000000002bcebeca812e9b9dbabbd649bd62a28a233861b1c5bd4c68cac1a146 0.00 MB 1 0
40,019 40,019 000000008697c3fd5c11dde5f6b9d2cc0686d9825e179b93bd42967593533e7e 0.00 MB 1 0
40,018 40,018 0000000029b968e83292d8789a11b15d63797dd67480519ae6d01f6ce43d34c0 0.00 MB 1 0
40,017 40,017 0000000088ce2ea1c2254f54aa4527b84933a5c2367715372ad4fc346d7e7754 0.00 MB 1 0
40,016 40,016 0000000076168d8207dfeb112771e238133a496de565eff6f38a500352cf4494 0.00 MB 1 0
40,015 40,015 000000001645e44d850069225bb5141254859b095500a0f98894b0fe3a6ca1ac 0.00 MB 1 0
40,014 40,014 000000002bfd5f4b093451ef6a7bba0672bdc2eecc335ab084c0fe20e61d8b3e 0.00 MB 1 0
40,013 40,013 00000000290ae51a96f691cf189222cb113e29e46d94d9efa136d3333da96cf3 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.