Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

17,070 transactions (5.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,282 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (830,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,345 80,345 000000000006543677ff48223ed298ab15e76096067a8e0f0455e41f2cbcb126 0.00 MB 2 0
80,344 80,344 000000000001698b4aabf1170bb3220c16bbae172d5129a8383c2a3df400ca22 0.00 MB 6 0
80,343 80,343 000000000035b5b6733abe959936ca53cfa7784364993312761e970db9d1c5b6 0.00 MB 2 0
80,342 80,342 000000000004fa3a0799dd211fddb82b9d996cb6c9a338cb68ba085fe6fae0bb 0.00 MB 3 0
80,341 80,341 000000000021226422ae2cee78a5f1bcd7d6871f568e3c0b05358cd2e8722b0d 0.00 MB 1 0
80,340 80,340 0000000000148dc3f311d91d34c9668f944bca1e6a97a85dad4c05b1ee99bb79 0.00 MB 1 0
80,339 80,339 00000000002f2e4318b62b4320956cab9bf66dc412961b8473fbc6f3c663ea3e 0.06 MB 5 0
80,338 80,338 000000000050e5ac724b5c9be6cc54baff2a741273dbb2b1554b2eeecbda8014 0.00 MB 1 0
80,337 80,337 000000000016f53b12ebc79e4850fa646a7bb20560dda9c8035f7cdd8ca66d77 0.00 MB 1 0
80,336 80,336 00000000000d22e2bb0e7511b2112ff2d5d945397c071e703bb43b63df4f6e74 0.00 MB 4 0
80,335 80,335 000000000012efc71823589a687920a935331323c72825face5dd77450211de0 0.00 MB 3 0
80,334 80,334 000000000013f12ebb245baa2865edf2bc1e72d60e9141edc9be01a61d5d34b4 0.00 MB 1 0
80,333 80,333 00000000002e0c2e61ad4ac1acaab10180894b8555c9c40b92bde21225783bd3 0.00 MB 1 0
80,332 80,332 00000000002cd8bf6d6679168cab24387e74ee92e6a81b9a830e74026c6eac22 0.00 MB 1 0
80,331 80,331 00000000003d382f06e725e5c433b842c9f23f3b4686d87dd8e848e5ac7436a2 0.00 MB 1 0
80,330 80,330 000000000040eb19167a682f6e6fe418395bb2ccded1f0b6bf1ffae9eec1f1d2 0.00 MB 2 0
80,329 80,329 0000000000452fed4550a1a0b8658f6d56bf722ae6c80a15296066179a040a56 0.00 MB 1 0
80,328 80,328 000000000017407734d433d80027a1c8c3ac4006a4552077a661c082eb281b62 0.00 MB 1 0
80,327 80,327 0000000000128ab9f336e4cca77d8ab4a17269a1c98a690de6a324f9dfe4257f 0.00 MB 4 0
80,326 80,326 0000000000122ca87d635aae10c44ddb098e1f1ed6b8efc9a7c893ecafb58772 0.00 MB 1 0
80,325 80,325 00000000003002598fdf265486ad0871a7e59e5584e4f0d7be464b4ef7ae9774 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,262.42 GB sent, 121.28 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.