Loading Tool

Explorer IconExplorer

Memory Pool

83,483 transactions
31.22 vMB
0.09580388 BTC
Random Selection Loading Transactions
Max Size: 191.59/200 MB

Candidate Block

Mining Attempt 1459ac2f7d7764e46587cd1e76c1628246bf78463f25e787e6accca1da3ae8fa
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root ba5a5f09a199aea1972aaf00eff19374dd230546b2e9794894e904e82c757801
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,688
Size: 1.00 vMB
Total Fees: 0.02538235 BTC
Feerates: 301.57 > 2.54 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (66,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,586 848,586 000000000000000000012e7f95b26178f7837c6948863872c1bc5d75c808ee2b 6,802 1.00/1.00 vMB 26
848,585 848,585 00000000000000000000e17bec4ce76e57a380a0274927a8f3dbc44b4ebc54d2 6,115 1.00/1.00 vMB 16
848,584 848,584 000000000000000000024bbc2b9b70d19f538377688c1e25fb0e7c2c873e2179 4,876 1.00/1.00 vMB 10
848,583 848,583 00000000000000000000bfb6d0a34fed7de9d0c3759b26c9e58493b14265e9f6 5,504 1.00/1.00 vMB 14
848,582 848,582 000000000000000000035a74c73faf70b89278ea6fcdd00d40c029c844329471 5,215 1.00/1.00 vMB 12
848,581 848,581 00000000000000000002aee81e49eaa27f23704d8bfe2207c36a79c8eb3da774 4,404 1.00/1.00 vMB 14
848,580 848,580 000000000000000000005439add7740b1c6e7fa537daeea75c06eb3d15ef862a 2,184 1.00/1.00 vMB 8
848,579 848,579 00000000000000000002fb8902f61efae701386dbd8463940a6b8afd45f8e96f 4,371 1.00/1.00 vMB 11
848,578 848,578 00000000000000000001351e5aed04ba392f7696f9fa594c8923b203b62f21b3 3,493 1.00/1.00 vMB 11
848,577 848,577 00000000000000000001dad3e4dfb1acbbacb5ad0c83d4d463345801e4fe8103 4,240 1.00/1.00 vMB 12
848,576 848,576 00000000000000000002ccc5faf38b808926d41d960dd5d47ecb12662fd36c71 3,453 1.00/1.00 vMB 14
848,575 848,575 0000000000000000000245733f49ac151b91bc0ce3709928d0aff9c26f6baca3 3,514 1.00/1.00 vMB 12
848,574 848,574 00000000000000000001fe5f5243245bdee222667678033b8805ad97a03f1560 3,499 1.00/1.00 vMB 20
848,573 848,573 000000000000000000016d8cd16a0abed80152f85e7c42d5202ebe3f6c5343b1 3,079 1.00/1.00 vMB 15
848,572 848,572 00000000000000000001ba1b795a5927fb06507479ead2667d8dfa562874031b 3,402 1.00/1.00 vMB 18
848,571 848,571 000000000000000000001dec2a8f84ad61e85e0edac2f0f8a8a7ea01287c076e 5,465 1.00/1.00 vMB 18
848,570 848,570 000000000000000000013091b31914636c43d0eb07764147033c191bb4ade1c9 4,776 1.00/1.00 vMB 13
848,569 848,569 000000000000000000016953a3157862f223e5e90f240e5efaf82a7a447e11ab 4,482 1.00/1.00 vMB 13
848,568 848,568 00000000000000000000584e7229ce2b6fe91a74ad8ac10a67bb087fa7c58eba 3,251 1.00/1.00 vMB 18
848,567 848,567 000000000000000000012d1ded539c3edef8428ad4f61ffc969998be8f125c72 2,696 1.00/1.00 vMB 10
848,566 848,566 00000000000000000000cc498d6ad52229c2eeeb2421ef879a6e78963ef7aef2 1,953 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.78 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: 709.57 GB
    • Received: 16.92 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.