Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,299 transactions (1.90 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,651 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,111 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,650 (136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,514 909,514 000000000000000000011701bb8ca9d7ab72189a2a9ae745986475146d6ff3b0 1.79 MB 2,824 2
909,513 909,513 000000000000000000013daf312b3ffe54d36532e8c04b2b871d7e697bcddf2f 1.80 MB 4,173 4
909,512 909,512 0000000000000000000024a588e43494b565cfcdbb082199b154c2d87c79043b 1.65 MB 3,885 5
909,511 909,511 00000000000000000001cf9ff4e57724027ead3c520f2bec1e45664dc3bd2db4 1.73 MB 4,184 8
909,510 909,510 00000000000000000001800563a98a8ed6c66ef12e82936e482a30d7a5a56c82 1.78 MB 5,026 11
909,509 909,509 0000000000000000000121f5c9391cdbb2dc704022946bac659426520f153cde 1.69 MB 4,452 10
909,508 909,508 00000000000000000000e987315d6ff82111b9c6ac6129028258a050c91964f2 1.98 MB 3,922 1
909,507 909,507 00000000000000000000bcd8d8fdf7798267ad45b76d5dccf4e5f111c598bae7 1.66 MB 2,666 2
909,506 909,506 00000000000000000001ff51d45ce0e4197b55cadf4edb05a8c6923677858e1b 1.64 MB 2,728 4
909,505 909,505 000000000000000000016204186cb7517a42a431c67489bad0fa90a75e55e7fb 1.77 MB 4,143 1
909,504 909,504 0000000000000000000191fa80f8a0dbe4af0f42236c4c511bcf0571fd90c84c 1.63 MB 2,806 3
909,503 909,503 000000000000000000015b3233e855c3390e914caa5763788e7416b2c90ba7f5 1.52 MB 1,775 2
909,502 909,502 000000000000000000003deed39cf600e72f66428df4052cbab79e6f30c46c78 1.53 MB 2,549 3
909,501 909,501 0000000000000000000029ecc280fe4eff2d4fa431eacd41159a0b7087596093 1.62 MB 3,187 3
909,500 909,500 000000000000000000002e77ad51656448fc871b5fd56166c9e8684a3d3a47ac 1.68 MB 4,920 1
909,499 909,499 00000000000000000000dec588b3f9da46310629659a5c131334779506eb3962 1.52 MB 2,998 2
909,498 909,498 000000000000000000010f7f3d7f12546962f5ee0fa20eb56d53ba1647aa914f 1.86 MB 3,624 1
909,497 909,497 0000000000000000000088a0a1c90250719064f1806904fddf19845652886f4d 0.93 MB 1,897 2
909,496 909,496 0000000000000000000015b5854c900146af29a143a8625a4a00951fa403d955 1.92 MB 2,577 0
909,495 909,495 00000000000000000000873405aaa64740ce19b4620d66663af7def3ef5100ec 1.89 MB 3,684 0
909,494 909,494 000000000000000000001672b5c3d29bc963d44bc3d3ff903234f4a793055157 1.84 MB 4,427 1
Previous 10 blocks ↓
Total Size: 772.76 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,126.22 GB sent, 112.13 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.