Loading Tool

Explorer IconExplorer

Memory Pool

78,448 transactions
29.08 vMB
0.07616635 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt c7b21b06aec7962b7fb738ec785979bb062a95fc1bb939c5ef9b05a04191430c
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root f22d6ad84dd372bf8dfcd5afbc17f08de76fbb3ca8e789202fb63d343598d28f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.01533332 BTC
Feerates: 191.02 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (867,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,884 47,884 000000001e7d91e65ccb0f56e93919f63428cd02ef2c7530e074e174f1c07a2c 1 0.00/1.00 vMB 0
47,883 47,883 000000002af866d7227f5412c2bfbdec3301df1638bde1cd35e80d749ff75fdf 1 0.00/1.00 vMB 0
47,882 47,882 000000000221490ed14a791ec0999a4bc53abae92537446d83844ee23ebc9771 1 0.00/1.00 vMB 0
47,881 47,881 000000001760b9e5f12c3be6b076fe3449e4a401b2d973081072f455428438d3 1 0.00/1.00 vMB 0
47,880 47,880 000000002f8f1294e230aef15ce520d06ff3e2e831a62b5c737116756018e843 1 0.00/1.00 vMB 0
47,879 47,879 000000001874dd30678815cb7e2916fc1e83f1f831faaedfcae78f4f4c6f5eb7 1 0.00/1.00 vMB 0
47,878 47,878 000000001eaf97f8252878c883d281c2b509c62f16ed05b1698d02617c41652f 1 0.00/1.00 vMB 0
47,877 47,877 0000000009fc09a31f9024fcde5362962faf046c4128ed28fd72e3dc44992dea 1 0.00/1.00 vMB 0
47,876 47,876 0000000016dac9a258bb0483f9d81e8e904876b902f795bc567364051a8d8497 1 0.00/1.00 vMB 0
47,875 47,875 00000000363f359e08d9ebf34ebc233fabde0717037be0cd8930c75b2871c9fa 1 0.00/1.00 vMB 0
47,874 47,874 000000001f4b6adcb1480913cb31fbb76324a0ec708bde1ea222720ccf36f77d 1 0.00/1.00 vMB 0
47,873 47,873 00000000294cc36acda5596dded6befad50d8f352248b08a356fafb3d252319d 1 0.00/1.00 vMB 0
47,872 47,872 00000000121c5b938790c4da5d27d8a3da106b0f84e8d2c7d84c24ed3ba2bf12 1 0.00/1.00 vMB 0
47,871 47,871 0000000019bc60c570d0117e86e5727d99d1a633611d9c71761f470e70d75c14 1 0.00/1.00 vMB 0
47,870 47,870 0000000030819f41671ea3e87a0f8c8b9e1efb596303ab966f9a5d6d14e6b14c 1 0.00/1.00 vMB 0
47,869 47,869 0000000011eb46c5ee3d590cf5e2f13ffb38f3db795c4d787254dc31003fba46 1 0.00/1.00 vMB 0
47,868 47,868 0000000022c4d2b8cc72832753c34367dab39bc18b2c99a4ef0a8fa5ebaa8d3e 1 0.00/1.00 vMB 0
47,867 47,867 0000000032824ebb1774b46ae183704a1331395a297002838ee6d27b71d59af9 1 0.00/1.00 vMB 0
47,866 47,866 00000000363bb6d3414b586e9bf94ba37f8446d26067364cb2bcc59d740eccf5 1 0.00/1.00 vMB 0
47,865 47,865 000000000c70274bdf14310614bffcd4723c6881b27c8c252f62af028f281302 1 0.00/1.00 vMB 0
47,864 47,864 00000000170eaa8bf01034ebeeceedd442f4f3f85b827865a210a066d299ae4f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 669.58 GB
    • Received: 15.75 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.