Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,404 transactions (1.59 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 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
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,755 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,874 909,874 000000000000000000019557adeb37d518aff0826d5f60098a12aeeaf8886585 1.61 MB 3,978 4
909,873 909,873 00000000000000000001358268f445669269d3df5019208941c1aead42887abe 1.63 MB 3,571 5
909,872 909,872 0000000000000000000014f670519367d70fbbff504b799e8f9c9ace328a5a5b 1.62 MB 4,408 5
909,871 909,871 000000000000000000000b6bd00882306ecbea5eb19c2b22aef578b22039f386 1.57 MB 3,983 6
909,870 909,870 00000000000000000000debdcb617f71222f0a268a72c479acd0ba65757b921b 1.55 MB 4,363 9
909,869 909,869 00000000000000000000342bbe4ecf32e8efd6c0060d1a17f03b8c4abc702880 1.66 MB 4,305 4
909,868 909,868 000000000000000000009fbbd2010af59379f618668b2043d9c29581d399f6a6 1.57 MB 3,569 6
909,867 909,867 000000000000000000011da862b14e9a5ebefdea57489b23105379f39354f9c1 1.44 MB 2,920 4
909,866 909,866 00000000000000000000703a583e05a1ec6604d6c7832015bfa2a94dda43ceb4 1.70 MB 3,349 5
909,865 909,865 00000000000000000001575b020f15020328ddda0f3855cd88a9ee972d69442d 1.55 MB 3,933 8
909,864 909,864 00000000000000000000b17800ff9feb39b81b5debdba822a5caf8fda3a0f2b8 1.63 MB 3,958 7
909,863 909,863 00000000000000000001e161cf8109d58cb80da5823b122ea22bb1ab692659bb 1.46 MB 3,560 13
909,862 909,862 000000000000000000021536c7784da825b4eb9b3299b07d90c5e229251e9c55 2.04 MB 2,859 0
909,861 909,861 000000000000000000018c1396e1392db29bc24adc762f2147eca3c30d53de19 1.72 MB 3,163 1
909,860 909,860 0000000000000000000091b5a921c6940c0acfb3e165dded157dd49fb6e2cfb3 1.50 MB 3,354 4
909,859 909,859 000000000000000000001ce4cd2ef1e41c6647c89fed6423c0c05202781c5321 1.64 MB 3,508 1
909,858 909,858 000000000000000000005ee7f8f28f1c75c05ee3524b7a42a688aa3079492155 1.74 MB 3,863 2
909,857 909,857 000000000000000000010f35cb411b73616ccb0a6a618980814912f8a9059b2c 1.62 MB 3,509 2
909,856 909,856 00000000000000000001ffff52ac8128c58fae027215c4577ba8ea51272283a9 1.69 MB 3,744 3
909,855 909,855 00000000000000000001e706138be148d854399af48119c8a7270ac117113a90 1.55 MB 2,909 3
909,854 909,854 000000000000000000004849b2a33507d6f7faa72afcf163b4f7b19f8814a28d 1.19 MB 1,964 2
Previous 10 blocks ↓
Total Size: 774.59 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,281.26 GB sent, 121.58 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.