Loading Tool

Explorer IconExplorer

Memory Pool

79,567 transactions
29.69 vMB
0.06858495 BTC
Random Selection Loading Transactions
Max Size: 178.76/200 MB

Candidate Block

Mining Attempt ab2121c4516b119e3fcc3be31501636949b207d24c50aa824bb04ade4ad84e7e
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 1eb9e97d73ab9391ab16cfaef42e855c416be14467eb22fdc631f47dea2a1a63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,285
Size: 1.00 vMB
Total Fees: 0.00807911 BTC
Feerates: 100.19 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (152,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,709 762,709 00000000000000000001a2ce15419298ef461336f2ea776f88b8b0738f1e44e2 1,900 1.00/1.00 vMB 21
762,708 762,708 00000000000000000006b794d609fe49bdecf0f40e868b1987707806b3e1ea5b 2,243 0.71/1.00 vMB 16
762,707 762,707 00000000000000000004382d8c6641ef1f3c1f3fb4089f732a284bb626ad29b6 2,665 1.00/1.00 vMB 15
762,706 762,706 00000000000000000004f231568e9fed886d9c3a30580a2a67dcd2d1ecb966bc 2,615 1.00/1.00 vMB 15
762,705 762,705 0000000000000000000319000c96c9fcb1530be654faf0e2d53acc532d9639e9 1,383 1.00/1.00 vMB 9
762,704 762,704 0000000000000000000113297fd66e02b0ab621fa73e88a634ccc38e518e7654 2,863 1.00/1.00 vMB 27
762,703 762,703 000000000000000000060b6a32449a9004182faaccfa93bc5eb5dae41f5d13b0 1,158 0.91/1.00 vMB 7
762,702 762,702 0000000000000000000663f9b4ce7187a238b55499facc3853559bb0d5a96187 2,266 1.00/1.00 vMB 12
762,701 762,701 00000000000000000004663c7be563cfdf1b654371323c929dfc4e1de7585f8c 1,529 1.00/1.00 vMB 6
762,700 762,700 00000000000000000003303ef2a3d2b0109aa0bd88b08a964fed5b5f40b9133c 2,169 1.00/1.00 vMB 11
762,699 762,699 000000000000000000055ef0cf34f19e3e09445db7ad110c60f7b1abf727d5ee 3,079 1.00/1.00 vMB 7
762,698 762,698 00000000000000000001cd4b4766951b19e124d990bd50fa6fb056560b5a152a 3,427 1.00/1.00 vMB 26
762,697 762,697 0000000000000000000378d0a751b62b874da16e972e2496c7dae80a64e11440 2,359 1.00/1.00 vMB 13
762,696 762,696 00000000000000000002b00814b42d1a8a093fd24a54e29896ec899c6bad98ff 2,802 1.00/1.00 vMB 18
762,695 762,695 00000000000000000003b1fbc1763b2767ca02bf629196060163c36d68a1a3b9 1,994 1.00/1.00 vMB 25
762,694 762,694 000000000000000000039779c49b8da45a71ff7c8283ac326966d4facc8d85b4 3,252 1.00/1.00 vMB 32
762,693 762,693 00000000000000000002488bd8529a7e52072dadb5b71bc6b679ae6999b882e5 3,880 1.00/1.00 vMB 21
762,692 762,692 0000000000000000000518ac26e4b556ab2b8d8c3c9f81cbc9884de4722bd5a1 3,153 1.00/1.00 vMB 38
762,691 762,691 0000000000000000000165c7463a5e3516ade2c85ea1161d243580914a18012c 1,968 1.00/1.00 vMB 10
762,690 762,690 00000000000000000006ac16ea0c63131021193ea798f2c0db8ab91bc0c4fb23 3,218 1.00/1.00 vMB 24
762,689 762,689 000000000000000000051a823a8b12b673659557d1c0a5142a22c82e6d0f778d 2,226 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.