Loading Tool

Explorer IconExplorer

Memory Pool

42,174 transactions
27.68 vMB
0.07229991 BTC
Random Selection Loading Transactions
Max Size: 143.28/200 MB

Candidate Block

Mining Attempt c50605be543d9d139eedd5d5e0f4b2d1ba63214482dda0cfacdd84d53205aa68
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 445b0b7b3e4ca66a76ba9d7da3d841ca00e7546d07a1e67ee540c1f23b1e2539
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.01704147 BTC
Feerates: 100.53 > 1.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (243,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,671 670,671 000000000000000000026486f6576a595941ae6fb39a8ebdc4859b78fbd364df 2,323 1.00/1.00 vMB 69
670,670 670,670 000000000000000000048054284fb9f8f2fc8db6da7761f2b9d3ed3c60cff90e 1,813 1.00/1.00 vMB 66
670,669 670,669 00000000000000000008b8d3023f589cedf786039abd53e5cd0d6b4db576245a 1,701 1.00/1.00 vMB 63
670,668 670,668 00000000000000000002d1c2ce60a7087bbc58011a8893eae25a4c1afbf63257 2,115 1.00/1.00 vMB 50
670,667 670,667 0000000000000000000c23442df5dd98ac9942963289c7b3a387893f2ef7092d 2,360 1.00/1.00 vMB 137
670,666 670,666 000000000000000000019c2f5f328af8df417a29e93cea50c0dda9450cb0ac0b 2,280 1.00/1.00 vMB 82
670,665 670,665 00000000000000000007a229b94327bbe17516dff3f826fcd6a766081552b96c 1,761 1.00/1.00 vMB 96
670,664 670,664 00000000000000000004a8dbb676561d3c9982f1cc1c9d43e3e627f21f97eed9 2,013 1.00/1.00 vMB 49
670,663 670,663 0000000000000000000335e073cd780dc9ace045cd7bf08098ee22ba1c89b53a 1,341 1.00/1.00 vMB 108
670,662 670,662 00000000000000000006d37c31b5ed7c4ff1d5c32675f2ef05e4d0975debb779 2,135 1.00/1.00 vMB 119
670,661 670,661 000000000000000000009816655692ae7c02f126d55f23efe55eaff82b8110a3 644 1.00/1.00 vMB 25
670,660 670,660 0000000000000000000cfe3822fc36225a901cafca30ba339a8a7af2c73a00f3 925 1.00/1.00 vMB 58
670,659 670,659 0000000000000000000960696271f8e8cdcf8b9db18d753ed6b7e407c0e00c76 1,839 1.00/1.00 vMB 12
670,658 670,658 000000000000000000010c195438eca728ee5caa61241f2c5a7796368d112f4b 1,004 1.00/1.00 vMB 67
670,657 670,657 000000000000000000078c598f9a37183c843f72a11e18034dce9a7a2e0b55c8 785 1.00/1.00 vMB 118
670,656 670,656 0000000000000000000657894fcf5a08565040a994744d016e4c670cc04d4ab8 1,859 1.00/1.00 vMB 117
670,655 670,655 000000000000000000063898ef4778176e422bf9773ce73a78b6a80de2bd1a87 1,700 1.00/1.00 vMB 101
670,654 670,654 0000000000000000000d12b58c044f58a42e273963f935f27216e38212c89f29 2,293 1.00/1.00 vMB 148
670,653 670,653 00000000000000000007ed5eb2b0734ef7d3116234ca2ec035fbf63ab9ffe9a1 657 1.00/1.00 vMB 14
670,652 670,652 00000000000000000007a20ebe5809aa720f6afbc9bcc75101af6c67d1a3cf5d 833 1.00/1.00 vMB 26
670,651 670,651 0000000000000000000bad713f5f4e76c0022dc5d808708bd984c49f6707dc3f 197 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.