Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,675 transactions (2.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,586 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,199 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,585 (872,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,012 37,012 000000003ccbe4cc8ef25dc168463ea9954779454adce96d571c580f535a87b8 0.00 MB 1 0
37,011 37,011 000000000ef9cdf20ded1b7cad2fb01624a0d573d68b8bcc77e426f038d8d034 0.00 MB 1 0
37,010 37,010 0000000065b8fabca032a02cbd921103ea09c194b770201449a6614fabe25d01 0.00 MB 1 0
37,009 37,009 0000000000028d68e2724dbe8735ba01cb0cec40ad3bd58493106ecfe0d691fc 0.00 MB 1 0
37,008 37,008 000000002e7d676d66505b13c2bdc7c831e9bd02ee8a246e4811823e579efb20 0.00 MB 1 0
37,007 37,007 0000000095ddb0a39e6cddba64365072ddafdd5d9d6a6247d563b3a9869c276b 0.00 MB 1 0
37,006 37,006 0000000012a5d08522235ceb5bfbb3933329f0feb915c98015bbe77f1324c94d 0.00 MB 1 0
37,005 37,005 000000007d3adedea0a38e6867590931d004394c540e5ab0d3e3569736ec4bdd 0.00 MB 1 0
37,004 37,004 0000000022885da15247d6045e34a6ed0b0654e7dd631595c9877676be3fc819 0.00 MB 1 0
37,003 37,003 000000005f94f8c50af1097b1531b176da5a780ca9e6a057f17c06315e0caf28 0.00 MB 1 0
37,002 37,002 000000005a5ab2ca9ebcc3519d0d923d7069d1570f1f718aafd27388c5b58ddf 0.00 MB 1 0
37,001 37,001 000000007f544d937918165493e06d742c23684ea53c96d25d77ce1ec3a63ada 0.00 MB 1 0
37,000 37,000 00000000ba03c2f33d1fbdbf2a03d2bb6aa7fb8cff5b5dc6424cf937a8fd4423 0.00 MB 1 0
36,999 36,999 00000000901a21add30066484bba4fb73d1e4bf905ac69cc5028e2e20cb5ebfb 0.00 MB 1 0
36,998 36,998 000000009413ab0c8193e016f7c886d7fe4793a08d60aed6d9acf29234f41a84 0.00 MB 1 0
36,997 36,997 00000000869066fb25a0b46f1a934c290556b2aa38b7cc07ce84e45998328181 0.00 MB 1 0
36,996 36,996 0000000023b0f60f951db158766bd51d569f257143e7aa517f042180dcd5f86b 0.00 MB 1 0
36,995 36,995 0000000004d27e8d4cac91e98b528f8d224f075ebca10a02f8a677b3fd12c0e7 0.00 MB 1 0
36,994 36,994 000000008721a8bc718f1eab8188b47e09db7b03f629a13a81cf4ed8299d6d2f 0.00 MB 1 0
36,993 36,993 000000001a61ce829ae8bb0964c822bfe673aa0ac140c7f434bd1a936122a152 0.00 MB 1 0
36,992 36,992 0000000023e97ef51f55d3f35c2232e2dc4cdac34168ae1396f7c57441151fe3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.64 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,094.43 GB sent, 111.50 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.