Loading Tool

Explorer IconExplorer

Memory Pool

81,008 transactions
30.05 vMB
0.09451710 BTC
Random Selection Loading Transactions
Max Size: 179.22/200 MB

Candidate Block

Mining Attempt 6a5847d6339b2c3a499a4290f45ecda2a6637aaddf980ad05e7101dd555a03da
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 9e1432b08a622f8d79a973ad7bbe18fa097a9c0c2b84c566d0fc909c53d22bcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,729
Size: 1.00 vMB
Total Fees: 0.03133828 BTC
Feerates: 100.37 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (499,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,554 415,554 000000000000000000c3f877ec76709d4a79b509d9ac925cb7c7450eaad8857f 351 0.14/1.00 vMB 48
415,553 415,553 0000000000000000027c167741a49e0a35d5df81e5fb91fdf41300ca9eabb71b 241 0.08/1.00 vMB 47
415,552 415,552 0000000000000000030f63f4889f910d3b8cfac753a0f64a0ce7995d327f1a9a 1,904 0.90/1.00 vMB 38
415,551 415,551 0000000000000000021e01dcf09fdd5a34b37f6c39e88bae061160157b127ea4 2,466 1.00/1.00 vMB 58
415,550 415,550 00000000000000000468e7eca0454aebe9902b7b85c97811a40cb6b5604d16f5 661 0.27/1.00 vMB 44
415,549 415,549 0000000000000000049b70c2fb124fdb9d11d5327eb2f4e59a7b36cbfcea4d3c 885 0.44/1.00 vMB 40
415,548 415,548 000000000000000001db86af5bf8d7f496ae67ddc33350bcfbb0aba2f7cb7970 977 0.42/1.00 vMB 57
415,547 415,547 000000000000000001319a3d8c3c0c9757dcb1e55215cce2d57fbd8e1657d38e 701 0.32/1.00 vMB 41
415,546 415,546 000000000000000004a46fd1d36b058672d55485b3dd4fcfe7ec6932ae05f13d 1,990 1.00/1.00 vMB 42
415,545 415,545 000000000000000004bf16bb0691a5ee23f658370a4bab0efbf84f28de3b4d47 712 0.40/1.00 vMB 36
415,544 415,544 000000000000000004f068274a1e23282ef50f1d69a3c57483327b9f252a1923 1,292 0.59/1.00 vMB 37
415,543 415,543 000000000000000000eb72e5494473515780dc1f3d5f6f23709438dc6f4be16e 841 0.42/1.00 vMB 49
415,542 415,542 0000000000000000041f8a2d0d7d3dd28e9f39b08b17c33d1b5fd0dc85665e5a 38 0.03/1.00 vMB 22
415,541 415,541 0000000000000000025170ed6ff615cec03c788cc8ebbd6346050f1befcdd9e4 1,459 0.79/1.00 vMB 37
415,540 415,540 0000000000000000026082b9f519eb816062b27c848f2f834028955441b7dcd5 483 1.00/1.00 vMB 7
415,539 415,539 0000000000000000044bee3145bb2ee1af2b3382c0d728eb44cc7bb04b4ba032 1,089 0.49/1.00 vMB 51
415,538 415,538 000000000000000001be7c4e87a3d83b24261179930ac31114de93d5744310a8 1,443 0.97/1.00 vMB 29
415,537 415,537 00000000000000000081181aca7863eb3120ab26e1e41177e021a5f09581a612 2,969 1.00/1.00 vMB 66
415,536 415,536 0000000000000000059453a1a6cd887bfdb80b48bfc227984a1e10dbbc007529 1,682 0.78/1.00 vMB 44
415,535 415,535 0000000000000000050693ba79d9752f725eb7d915f6ac260d94d2cf8e92c6bd 788 0.95/1.00 vMB 22
415,534 415,534 0000000000000000010eb65e0caef99da68e56ac2d41dad4bdfdb2d4fa454cee 1,652 0.99/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.