Loading Tool

Explorer IconExplorer

Memory Pool

41,898 transactions
30.30 vMB
0.16173993 BTC
Random Selection Loading Transactions
Max Size: 152.95/200 MB

Candidate Block

Mining Attempt c6ad60aae62591fe773a33dd8cadb208f1fc5a835dba67cbab1af217e199dbae
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 31ac167188ddb3b8adc8cf033678cc2d87c5a25ea68ff8a9b442bfdf10f36593
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.08981384 BTC
Feerates: 301.60 > 9.00 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (575,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,738 338,738 00000000000000001262f6999af1ec03d3bab9bf49d94a6e629ec27dc72cde21 886 0.50/1.00 vMB 25
338,737 338,737 0000000000000000080a1ae13987380fdc49098d3305add32a21fdcda9c63a64 512 0.18/1.00 vMB 32
338,736 338,736 0000000000000000067f7a981f49bce7b463e89ed63c6a36a4dbae352bd7159a 764 0.46/1.00 vMB 23
338,735 338,735 00000000000000000f2ad89ff487a6e8250e03e068506d4c1da84b3271174b5d 780 0.48/1.00 vMB 21
338,734 338,734 000000000000000018dcc19c33089d588f7956d89e2a91cac7cbaeac16de92fa 239 0.12/1.00 vMB 26
338,733 338,733 00000000000000000fb9c81a3e609614b028fb8d4733ba9578fcb7316bc08eb8 434 0.26/1.00 vMB 27
338,732 338,732 000000000000000003e3981d8b6f123584c8e43a9e63ce8f2a73490f4300b1f9 430 0.27/1.00 vMB 20
338,731 338,731 00000000000000000a8741e4a15a39ae45f4dbc701d3b8c21fc721d5f2bfe5e2 744 0.52/1.00 vMB 21
338,730 338,730 00000000000000000d5a359b7cfa03366bc0da57399282709a626b7281847d38 1,187 0.94/1.00 vMB 18
338,729 338,729 00000000000000000d31bbd8c187b576325a38d8f8439f700fc5966fbd46c270 1,069 0.75/1.00 vMB 19
338,728 338,728 0000000000000000024b45cb29f96a1ac516a2a6385adc53d4c45d322a98ab1a 994 0.36/1.00 vMB 34
338,727 338,727 000000000000000000e8cc8ad7113a52ed19343e893f3dcf9c6a28466915d87b 453 0.75/1.00 vMB 13
338,726 338,726 0000000000000000181b6fee15c34c4b1aa10c2cc64d8cf6d8af2c9658c2b754 1,899 0.75/1.00 vMB 32
338,725 338,725 000000000000000009b6d195d798be1424403e45b29360f74335624b2465e93f 550 0.75/1.00 vMB 13
338,724 338,724 0000000000000000152a0d5c658ff99b7fcdce5f620663f5a091dc7e88c291b2 1,027 1.00/1.00 vMB 20
338,723 338,723 000000000000000008a0e9587b3c3f374b4cbd4709eb783b6181dbd733b45b14 1,154 0.75/1.00 vMB 20
338,722 338,722 000000000000000006beffc8e5d6b6e95536ee4a674bafae4cd4205366dcdf93 153 0.09/1.00 vMB 243
338,721 338,721 00000000000000000f32237197e7517509a83e16895dfa84e9825a117aa9ca84 1,865 0.75/1.00 vMB 32
338,720 338,720 00000000000000000e1b5d84e5c467023e1ad1a2b645c3b02be6a5347df8045f 420 0.75/1.00 vMB 21
338,719 338,719 00000000000000001557c22cb6b0744dc542d989977578841d13151226d85693 2,169 0.75/1.00 vMB 44
338,718 338,718 0000000000000000090c9a4dd52545b54a81c6e4489605ec340f87e84cbc3b93 1,247 0.75/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 618.62 GB
    • Received: 11.20 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.