Loading Tool

Explorer IconExplorer

Memory Pool

17,114 transactions
9.30 vMB
0.02427542 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.22/200 MB

Candidate Block

Mining Attempt 0e7ebbf81bf385a280435127fb7531c5492b4190edb5a555ceb8dccd65788e2a
Version 20000000
Previous Block 000000000000000000006d6ceaf54c475dad3ee76350cfaae0a06e1c68d2ee67
Merkle Root 7a8d628aa25275823269f31b3db5d1dc43e7d379fa7265114096122063c967fd
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,564
Size: 1.00 vMB
Total Fees: 0.00993533 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,561 (750,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,756 162,756 000000000000028b1cd06f41a5c482e4b61f4b88d1718303bc072f5729006eae 77 0.03/1.00 vMB 21
162,755 162,755 0000000000000c0c2ad7abaae4c0f5a672528c02704e95fad6a0327238592d49 19 0.01/1.00 vMB 216
162,754 162,754 00000000000003c947eeb1583802cf46f83bd157e33ee9654ec0acf4e27ab983 42 0.02/1.00 vMB 324
162,753 162,753 00000000000008741d7f7369132d97c4907365be7260257b578e63f75f936dc9 63 0.03/1.00 vMB 170
162,752 162,752 0000000000000c4d479fa5177421828ea6ed337b380835f0ac1a18865eb5e82b 47 0.02/1.00 vMB 18,984
162,751 162,751 0000000000000849059a0bec5bab0b3f719689a77185ac3740b6f99458bef6c3 77 0.05/1.00 vMB 174
162,750 162,750 00000000000007343602cbd3d7b1d642d6c59abb89d6767af3dd825fc12a3a98 12 0.00/1.00 vMB 35
162,749 162,749 000000000000051065e54d8cc90cb0b6899b9032b8fc92961c48f28ed48fbda9 140 0.05/1.00 vMB 65
162,748 162,748 00000000000001ef7722e4f6f76419e7e30ab5dae5dda184301cb5e78e21d92f 9 0.00/1.00 vMB 36
162,747 162,747 0000000000000c14a6f7a095b3fcb32af8bf536b3dfd31b90b97c1cd717931c4 17 0.01/1.00 vMB 346
162,746 162,746 0000000000000b9da08ffc5534f74c81bd1b846d5c5078f4b29b84bf388b3b16 70 0.04/1.00 vMB 187
162,745 162,745 0000000000000014a0ce78633c9813d3cc9f97d0f794cc802747a79394158a2f 73 0.02/1.00 vMB 176
162,744 162,744 00000000000007ad40f6d5ad5b8b465627733a23df3e6019eb982500fcd6f7de 19 0.03/1.00 vMB 191
162,743 162,743 0000000000000a0f6f1fdbae6cd42913196ae76ead57d8ad6ce2cb55f0070ed0 8 0.00/1.00 vMB 22
162,742 162,742 0000000000000767148e601087010dc46cad06e83eec6759991ba8bbe3b0b40f 36 0.01/1.00 vMB 106
162,741 162,741 00000000000004c05f6bd3307ac10302e07951b5770bd1139d86bae327ea6312 27 0.01/1.00 vMB 46
162,740 162,740 0000000000000183ae2dd1381a053e7f409b41815e11a16250bc37dc215a2990 54 0.02/1.00 vMB 27
162,739 162,739 0000000000000c4bb059cc7ee68c40ad31268b082d00a63857f8ee1af57e6b1d 101 0.04/1.00 vMB 191
162,738 162,738 0000000000000949687699db0d18d72ed7d45f5b4ba8922d0c6cdeb8ce70dceb 17 0.01/1.00 vMB 332
162,737 162,737 00000000000000e42162bd6ccd3fb10a9e226dc522a5fef2d0c0d04d0fc337fe 125 0.04/1.00 vMB 4
162,736 162,736 0000000000000d0297c73dfeab938fc558aba0e45aa8ef98172cf4992196b5e5 45 0.03/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 779.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 425.95 GB
    • Received: 2.31 GB
  • Uptime:

Notes

  • 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.