Loading Tool

Explorer IconExplorer

Memory Pool

43,991 transactions
27.19 vMB
0.08757367 BTC
Random Selection Loading Transactions
Max Size: 142.30/200 MB

Candidate Block

Mining Attempt 594b4da701098664af478c26967a20e23f635e0e66397c27bf10e2ce7f3bc401
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 07375f996f1b0bc55c88f7deb335d6553290bdf37ae5d7b70c525c4efc4951e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,243
Size: 1.00 vMB
Total Fees: 0.03467801 BTC
Feerates: 150.93 > 3.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (384,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,601 530,601 00000000000000000002314199628ce40e1fc5957140017364abfdc5c3a2ef4a 2,327 1.00/1.00 vMB 19
530,600 530,600 0000000000000000000a125f62d239b3c1e6bbfe4d906a789fef1fd99859a748 2,697 1.00/1.00 vMB 31
530,599 530,599 0000000000000000000e4b50a1780cc7be016f2074c74ccdd60f1549cb339dc0 2,079 1.00/1.00 vMB 21
530,598 530,598 0000000000000000000829a8cab9783b74911d275af23ffbb64dda7eb3c3fe97 2,541 0.94/1.00 vMB 21
530,597 530,597 0000000000000000001b33e34d3417646662776ef2dd1b83f3d445caccd5be6d 17 0.01/1.00 vMB 9
530,596 530,596 0000000000000000002b363b74a7c203917f81fe6f6c461587087f82f90bdc04 632 0.28/1.00 vMB 32
530,595 530,595 0000000000000000002f427d1bc3307650b0528133761fd2077f026ca9d4126c 90 0.03/1.00 vMB 23
530,594 530,594 0000000000000000002e515e4f99641e09d93dae87e2a89f68e6b358cc07dba7 1,723 0.82/1.00 vMB 11
530,593 530,593 0000000000000000000afb1a37ae800a2e65fc7c850c2474eb1bee7123e172e0 2,574 1.00/1.00 vMB 22
530,592 530,592 00000000000000000003d45e3a2d00f9bc5ad57b89348d9520e8e5551fea442b 3,019 1.00/1.00 vMB 22
530,591 530,591 00000000000000000027a234f214df606c3b8dbb998a70b8ade7209ba02a64c8 635 0.28/1.00 vMB 19
530,590 530,590 0000000000000000000908fbb58b04bf7e7cb8d5dac8072af33af60c5301c924 652 0.27/1.00 vMB 30
530,589 530,589 0000000000000000002947bd3cd983c0980d9f76740b06c131eb4e6e0373e1d1 1,637 0.57/1.00 vMB 22
530,588 530,588 000000000000000000070bcb1087736a94c879a74a4402a2960ab2eb3c4e9e79 1,934 0.85/1.00 vMB 20
530,587 530,587 000000000000000000192b8b0e2a3794d109c7387672c5b5bd8a3cc429cf0aaa 709 0.29/1.00 vMB 28
530,586 530,586 00000000000000000002278693f21d8a72922d84f8f556d64fe2d374d0e63669 2,524 0.95/1.00 vMB 28
530,585 530,585 0000000000000000000d369d9e1d27f234b12a9b9a1bdff5373a7b7de1dfaa4e 92 0.48/1.00 vMB 2
530,584 530,584 0000000000000000001f23bc86fd0032a2adc7978f06822f4b621914d51dcd4b 1,806 1.00/1.00 vMB 6
530,583 530,583 0000000000000000000c0f4ad034be4863f307fdcc6c314a58003bd631d614bb 2,402 1.00/1.00 vMB 33
530,582 530,582 0000000000000000000eaa35b65f8af10bae0710e60e1284d40d1a1925609934 1,500 0.64/1.00 vMB 8
530,581 530,581 0000000000000000001f1a0db1557d069a7d4f8c55ab35fa2a640e585b4c9578 2,567 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.