Loading Tool

Explorer IconExplorer

Memory Pool

82,058 transactions
31.10 vMB
0.10211347 BTC
Random Selection Loading Transactions
Max Size: 188.97/200 MB

Candidate Block

Mining Attempt 55dbcf764aaf4d44e8ca79fb2f1cd76e459894ec7274a2f477fea6bb49a519fd
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 90d0d5919306c0c6a54dee3cc7d42ae2b2dac3848a4e4a940326ff82a0f64d82
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.02784080 BTC
Feerates: 150.77 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (101,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,776 813,776 0000000000000000000370b804ed3bce0fc26ec6c4bfd5d055326deb3e1a9436 3,672 1.00/1.00 vMB 35
813,775 813,775 00000000000000000003ba02f51ac81b55ca2ce4fe1f1b4e997a03efaeaf429b 2,651 1.00/1.00 vMB 42
813,774 813,774 000000000000000000043031bf1446dcda5298a545e273573d479fb086e201fb 3,058 1.00/1.00 vMB 27
813,773 813,773 0000000000000000000453c1bdd26714aaa5dcc00708d7b07cdd3f7dd1ab34f6 270 1.00/1.00 vMB 11
813,772 813,772 00000000000000000003e702a601b45018803f05ce27660cc235582e358cb3d4 1,575 1.00/1.00 vMB 13
813,771 813,771 000000000000000000019c0b54d7459e397d7aa4c97852f1f60a6892f5dab87e 3,831 1.00/1.00 vMB 41
813,770 813,770 0000000000000000000312faa0f6a9bedee97080788f9415fe512eedddeae067 2,142 1.00/1.00 vMB 23
813,769 813,769 00000000000000000000930d83138efe5264c1aba69b46b70d1d6272ee5f5aa5 1,497 1.00/1.00 vMB 18
813,768 813,768 00000000000000000003a665c1380a446f7d003209c8a03a22dcc2f80afb7e2a 2,688 1.00/1.00 vMB 26
813,767 813,767 0000000000000000000389a6408f92562da554ba430663076814dd1b261c7de3 2,022 1.00/1.00 vMB 20
813,766 813,766 0000000000000000000220c92d24b5014abe1f3894d07cf2b143a0452943c5ef 3,110 1.00/1.00 vMB 33
813,765 813,765 0000000000000000000325bc2585c0d2c3da6bd9debc7f67bd63539e00f85426 1,891 1.00/1.00 vMB 12
813,764 813,764 00000000000000000000c5719f7f1d3171aaf24ab856c9c8f12658905c6e6d0c 4,557 1.00/1.00 vMB 17
813,763 813,763 000000000000000000010d07ac97fd23b97a5fb43bd8ab136af3efaea7da6dec 3,015 1.00/1.00 vMB 13
813,762 813,762 00000000000000000002e0b4cac95835d2c2079333d0fa5c618b1cfd8dd5a111 3,394 1.00/1.00 vMB 36
813,761 813,761 00000000000000000001a2755668337e1f2f6edfd2897edbb349698c26347e1b 3,555 1.00/1.00 vMB 33
813,760 813,760 0000000000000000000106ccee29a71890338648993e3ac89b71c132177ac258 4,503 1.00/1.00 vMB 21
813,759 813,759 00000000000000000003bad64192eb4c4f8da0fc831ce78d52ff1f82845b5b48 3,977 1.00/1.00 vMB 27
813,758 813,758 00000000000000000003d7aafe2cde02e09338f0df18a40f64f605918c40cf6c 2,373 1.00/1.00 vMB 30
813,757 813,757 00000000000000000001d28dd9918ba4668dc150ef8f92ad7dda6fe20f561617 3,025 1.00/1.00 vMB 15
813,756 813,756 00000000000000000001e62b7a8ea5b33cf862ced79c977980b307e8758f06ab 3,211 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 783.04 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: 720.21 GB
    • Received: 18.15 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.