Loading Tool

Explorer IconExplorer

Memory Pool

80,573 transactions
29.81 vMB
0.14784099 BTC
Random Selection Loading Transactions
Max Size: 180.36/200 MB

Candidate Block

Mining Attempt 2bf12f11a7520365c0a38b6e448a357594fd432d1ffea83c9d85fc010037a4e8
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root b52e799ebc38f6fc9b57dcfdfba4247082cf390670534f040c25c0d1b32f4fc3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.07998572 BTC
Feerates: 502.67 > 8.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (215,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,062 700,062 00000000000000000001aefc90714f55b6668884d9e853f2096e01fcab3e52e7 2,089 1.00/1.00 vMB 10
700,061 700,061 00000000000000000009765757874a8b70778051ad18db1436d9110cba934f24 1,469 1.00/1.00 vMB 4
700,060 700,060 000000000000000000037a7efa5015a15700e21a9a6e95c71e20a7e547fc50e6 1,480 1.00/1.00 vMB 10
700,059 700,059 0000000000000000000d310b37d0817662c0b8107ff9e7a1bc2b18600133e8bb 1,413 1.00/1.00 vMB 2
700,058 700,058 0000000000000000000bd1c49609d9b4c9215c237640541496f2c01eee4b9239 4,059 1.00/1.00 vMB 3
700,057 700,057 0000000000000000000ccd9bb70d98f6d8aab133f11eb7777e7afa58bdfc0266 2,786 1.00/1.00 vMB 4
700,056 700,056 0000000000000000000aad77305f5ef2d0d7eb293befdcb9cb755193f5733e11 1,956 1.00/1.00 vMB 10
700,055 700,055 00000000000000000004c8478e37ceb86102976e1ebedd77e8e3a0e471cd4c14 1,923 1.00/1.00 vMB 5
700,054 700,054 0000000000000000000851b1ef4a90ab9ed5e32fab82f57f02607d48c8837f78 2,615 1.00/1.00 vMB 7
700,053 700,053 0000000000000000000d29efe8415136c80fc2a0ec1c8c505e5dd8b8996361d8 870 1.00/1.00 vMB 10
700,052 700,052 00000000000000000005d4e2aeedf6f5ab89df1b2e1383804e577b0910872914 2,906 1.00/1.00 vMB 18
700,051 700,051 00000000000000000000d1598fd6534226cb66f35617bfcd1b020c7f5984988e 2,160 1.00/1.00 vMB 16
700,050 700,050 00000000000000000008e5b6c6ebdc4d8f4cb4075c7f0be884687b16f6a2a665 950 1.00/1.00 vMB 8
700,049 700,049 000000000000000000025939c2e7dec83ada974e91674320b4a39af323c7eaa4 2,431 1.00/1.00 vMB 13
700,048 700,048 00000000000000000007a3f9b57cca66b0038087f9d977cd95e9a7baca69b0a9 3,093 1.00/1.00 vMB 17
700,047 700,047 00000000000000000009aa4b953dcf156ec522bf43e9681417624a2272cf0196 2,274 1.00/1.00 vMB 8
700,046 700,046 0000000000000000000a52df3796be67ecdb192fe7b772b7b43814e6262de75b 2,553 1.00/1.00 vMB 14
700,045 700,045 00000000000000000000e539a83df1c2699a31f395ab18a9c1d8e00b4fde51be 2,756 1.00/1.00 vMB 12
700,044 700,044 0000000000000000000e42bf2df072626c8da51943f2cef439987624a73c0563 2,541 1.00/1.00 vMB 13
700,043 700,043 0000000000000000000d287fb70e994fa53650d3fd44662a0599ea93704c5920 1,848 1.00/1.00 vMB 10
700,042 700,042 0000000000000000000c6249bdd106a343dc48d32e08b15c85bb50a8c1bdaa90 1,939 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.03 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.