Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,794 transactions (2.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,218 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,015 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,217 (818,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,525 91,525 000000000008c98526475b43d7dd8eb59108ed43123411ed64b108a95d2ae926 0.00 MB 1 0
91,524 91,524 00000000000b5c93dd34ccb4efa52c5d6b6a874ab3521023d325a34f7ffa83e3 0.00 MB 1 0
91,523 91,523 0000000000063eef27d119e915f17b5d7fcc16c5e03a8ba49f1593370947a7fa 0.00 MB 2 0
91,522 91,522 000000000003a41f1413ecaa4c3e6c0b52250f36e54bae17260a607df6ffcc7c 0.00 MB 1 0
91,521 91,521 00000000000b979952083b3ac07aee2caee8f4a1ecfecec635f8e279835f5b73 0.00 MB 1 0
91,520 91,520 000000000000dbb84a27f07fef63603ea9b383ad24a2cf056abdb7295ef5d6e3 0.00 MB 2 0
91,519 91,519 000000000008566f780c49183d8fdc4bfb75306d82740eb6e0501a3e8136e75d 0.00 MB 2 0
91,518 91,518 00000000000439bf5517613fac410724ae9491642d3bb6f38e7a04ceffb5f21a 0.00 MB 2 0
91,517 91,517 00000000000ada5b0e3845164c370aac8baf0335245c518f50a0a18960083a17 0.00 MB 1 0
91,516 91,516 0000000000094773c4b6b2410ef652c7bb36b97cdf8bbaeee1789e56f5f19477 0.00 MB 1 0
91,515 91,515 000000000004e81f8558da38dfea5bcac84dfaa0803e2641caa2b1ffdb8ac4b6 0.00 MB 1 0
91,514 91,514 0000000000064bfeaf9f3820f11bcef533ac21eb73bc0d4a916961357db03587 0.00 MB 1 0
91,513 91,513 000000000004eca7f6f2a851fe1031b5577111f5992f78320ba96fd276b5d202 0.00 MB 1 0
91,512 91,512 000000000000436146d439bc3cdaf78626cb1b30bf27bb62e68e895b226f55cb 0.00 MB 1 0
91,511 91,511 00000000000597bec18bf7b8713d01f9844beb7ea9dd4065d8a183b1170555f8 0.00 MB 1 0
91,510 91,510 00000000000cd9706bc35c61d1dfda56e74ef8d2a083a67f59f8fdf7bf2c8d1e 0.00 MB 1 0
91,509 91,509 00000000000acf174781f5bb2c0477c39ab8066ba4fe8509b56298d36f741a76 0.00 MB 1 0
91,508 91,508 000000000002ad0897e4e2722131b0e098724bc3435145c23b054d6b3213c1c2 0.00 MB 1 0
91,507 91,507 00000000000653f70ae88678057de81ab9b39ac4199fafe37e1b70398d50a41a 0.00 MB 1 0
91,506 91,506 00000000000dbee3dc972466d214c57740ac93b6a3495891b13467539eb76b40 0.00 MB 2 0
91,505 91,505 00000000000dae6842e27cb57671c5969046fab3079607d7dca3feb5b990ce29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.80 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,199.86 GB sent, 117.61 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.