Loading Tool

Explorer IconExplorer

Memory Pool

78,349 transactions
29.39 vMB
0.07964012 BTC
Random Selection Loading Transactions
Max Size: 179.94/200 MB

Candidate Block

Mining Attempt 47a8d0a8a8c05f3c24dace48fb869a4d4c94780185ebdf232735825d27b29649
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 96223cecfbbd58e9a721be4d05be33207eab7d4851f47fdefac8a622b72bd67c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.01516906 BTC
Feerates: 94.79 > 1.52 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (295,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,646 619,646 00000000000000000003f00e3d46a699351026859e21c32e051f2cc2a8edb677 1,493 0.44/1.00 vMB 13
619,645 619,645 0000000000000000000c9c23f931bf534e085b598fc69dc7f2ad9e81f32f9b7c 2,123 0.68/1.00 vMB 9
619,644 619,644 00000000000000000011115d90f53599e98d6c870bd4933e2af9adfeb165a210 2,193 1.00/1.00 vMB 3
619,643 619,643 00000000000000000009d6df20bcd28de662f66fcccaf4b1d45c4c79c1566a68 2,696 1.00/1.00 vMB 11
619,642 619,642 0000000000000000000c5bcb3a6df1b6c00e2fe8ea09a12c2950f906ee29f9b7 3,011 1.00/1.00 vMB 28
619,641 619,641 00000000000000000008d6eefcd21948f49b791f03964cd3d72b434c924ba90b 2,557 1.00/1.00 vMB 6
619,640 619,640 000000000000000000045a5f8d4c4cddec4c97c7e19a137b5847e7f17aa7853e 2,941 1.00/1.00 vMB 27
619,639 619,639 000000000000000000014c9a320c1c541cdd2c39411fffacb3d78766517fa1d4 1,992 0.76/1.00 vMB 13
619,638 619,638 00000000000000000010c21b77505d87d25a823ad213209421e343ad9e520fd3 1,325 0.49/1.00 vMB 15
619,637 619,637 000000000000000000099cefc33e61ec5fdaf44ff6cf81248233726f6be86ba9 904 0.25/1.00 vMB 15
619,636 619,636 00000000000000000003f3f24279e920bf5c788d2ffb89f95d61a74f029b9506 1,966 0.96/1.00 vMB 9
619,635 619,635 000000000000000000022a357afb091b1dab3ab7cff958a939c471cf85a80164 2,642 0.99/1.00 vMB 7
619,634 619,634 00000000000000000003297c97f2fda6b54efaacf16d056b102e36517c0321c2 2,627 1.00/1.00 vMB 14
619,633 619,633 0000000000000000000c1f82254c66c587a47d679afbd6bc6a8e9f012639f473 1,279 0.43/1.00 vMB 17
619,632 619,632 0000000000000000000f14dfbea70a821d8b98df6cd0ad0ce00c75038cd22ae0 394 0.13/1.00 vMB 14
619,631 619,631 0000000000000000000af0d7cc0cae1b8f1b9cc45618fdb7426cf81d779ad529 1,866 0.71/1.00 vMB 10
619,630 619,630 0000000000000000000c0193374350707dd72287feeb05433650f06a1f522215 2,593 1.00/1.00 vMB 13
619,629 619,629 0000000000000000000099e6457802530d219b0be72e41616d3438fad2ff34b1 2,767 1.00/1.00 vMB 9
619,628 619,628 00000000000000000007b62c22e3cbdcdc53895b70d30c8eecb468d696053d33 865 1.00/1.00 vMB 11
619,627 619,627 000000000000000000107e0011102c35802deeed7243618b4db7b1a7739ba84d 2,611 1.00/1.00 vMB 19
619,626 619,626 0000000000000000000ce494b71d760415d10f15374dc51d9f0284399decdadf 621 0.25/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.80 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: 710.13 GB
    • Received: 17.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.