Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

21,060 transactions (5.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,071 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,969 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,070 (840,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,520 69,520 0000000000b85612700cbb4e4c06d34c8d90aaf67e6c297cf821d8ba1c808652 0.00 MB 5 0
69,519 69,519 00000000003c609e8644f503fd27b4ffef9453d341204758b10bf1cd0f7fa071 0.00 MB 2 0
69,518 69,518 000000000028fc2bf2c516dc27d80a30216a21422781555d3469d9b23db8a052 0.00 MB 4 0
69,517 69,517 00000000010b289dd545fb33d936bc37205644dc4db3e6fe5a29d4957d3480c8 0.00 MB 1 0
69,516 69,516 0000000000fe145020a1bd97c23503090b87a921710b86d37d0a3543de1e0030 0.00 MB 2 0
69,515 69,515 00000000011e855947279cad92c26e9877de4bd6917a1de5e08f76cea95e1294 0.00 MB 1 0
69,514 69,514 0000000000f320e050c67c5c6d2f62660f820be4ee0d80bbab72e819d108ec43 0.00 MB 2 0
69,513 69,513 00000000008a9fa551168102a766069e4d7f3461d94f34cce5177df260497053 0.00 MB 1 0
69,512 69,512 0000000000f66b1aeb4ea83750c76ba75e473bedb09e67bdea7ac4d356fb2d8f 0.00 MB 1 0
69,511 69,511 0000000000b54f74cca02014c50153f59fdebe76fe9032855e9c5dda8b4e95dc 0.00 MB 1 0
69,510 69,510 000000000015db50dad20ec85c3af1254958ab381042f2c55ede5aada28daca5 0.00 MB 1 0
69,509 69,509 00000000010442d3280e01efa5bf511f3bed2f0cec0900bffd8eda9e3a7580a7 0.00 MB 2 0
69,508 69,508 000000000128ae9704749c225a1a9a095ca99071d80fd0ee5a21869323ed4364 0.00 MB 1 0
69,507 69,507 0000000000362bbaf56fa88b9fcc53f2ee4295cdde98ec799909ea05a8032c0b 0.00 MB 3 0
69,506 69,506 00000000011f7f9e769e59ca3c69eba340e84d923f12d8b5e8bb7e70e50befd5 0.00 MB 3 0
69,505 69,505 00000000009339597f9560588074de69a184f3c34182be48851919a78d22275f 0.00 MB 4 0
69,504 69,504 00000000000963b1718554ab6db4cc7a13173e320dc3b41e4a01bd3bd23b9883 0.00 MB 3 0
69,503 69,503 0000000000fe20f9254f78a15776eef66355a6a30b5089c4e073acd19a7dc0d5 0.00 MB 5 0
69,502 69,502 000000000122f83d8272ad889c9ec8b657f3cd2e4b7313d69d5969f627f1fc80 0.00 MB 2 0
69,501 69,501 0000000000e3794c142f2429ffb5f048b507f6e4fcd2653ee955e32abbc1da47 0.00 MB 2 0
69,500 69,500 00000000000570ca92bfa514c5864984b4bf01938b6f0dbc669e6c6e242d3005 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.53 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,186.81 GB sent, 116.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.