Loading Tool

Explorer IconExplorer

Memory Pool

81,334 transactions
31.11 vMB
0.09554762 BTC
Random Selection Loading Transactions
Max Size: 188.28/200 MB

Candidate Block

Mining Attempt 2e02cd8cb68a4f0c3e24e6afcb9d926381b83ff3be0fc1a9bc9617a1fa01c752
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root e1835a7afd8affac1d0be6570208d9f35f2f2e4873f00221ab4a60130acf0f48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.02798925 BTC
Feerates: 110.56 > 2.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (65,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,853 849,853 00000000000000000002655272d7402248de36bac5fab4775ec92ac79f92734d 2,931 1.00/1.00 vMB 9
849,852 849,852 0000000000000000000296a74ddc3141a45c5c78eb50408cea0d92cef727a6e0 3,257 1.00/1.00 vMB 19
849,851 849,851 00000000000000000001ded1832b83def2bae323a5a4ab9edbc8553db58191a3 4,264 1.00/1.00 vMB 14
849,850 849,850 000000000000000000019a6de346adf2397326e265743d4e889d47c5cf187efe 6,638 1.00/1.00 vMB 10
849,849 849,849 0000000000000000000327a7f15595a9d06663861a730db99bf9acf8250c8eee 4,071 1.00/1.00 vMB 13
849,848 849,848 000000000000000000030162350385edd95507218936ac681fa78f0793f8645e 2,440 1.00/1.00 vMB 8
849,847 849,847 00000000000000000002c1a036528a20cb57b4059eae609acc43d94b9829ee73 3,445 1.00/1.00 vMB 12
849,846 849,846 00000000000000000000910a0bc7dc4fa2e07d539c7b29c2310848e16d159779 3,533 1.00/1.00 vMB 19
849,845 849,845 00000000000000000002c7fefb9b000fa67055876f6e281877425cbcfc9a7d6a 3,428 1.00/1.00 vMB 15
849,844 849,844 00000000000000000001d8956b4b2066965db045ed5038c31efd8cb38cbb7faf 3,867 1.00/1.00 vMB 15
849,843 849,843 00000000000000000002d30e77784e29ddf52d58c66451ccbcc9b0692d3e2337 4,151 1.00/1.00 vMB 9
849,842 849,842 00000000000000000001dea82cca4d125385627cb6efb6c82301132089d2878a 3,519 1.00/1.00 vMB 16
849,841 849,841 00000000000000000003546031a4e3a4967d6e2caf692765fd33a4308ba25a84 2,024 1.00/1.00 vMB 19
849,840 849,840 00000000000000000002af41eab71bac2f18d8908ccecd35b03240cbff8bd8e7 5,255 1.00/1.00 vMB 12
849,839 849,839 000000000000000000028d7433bf8f335d7e7b4f3bc3e06fcc81aa62c832e085 3,877 1.00/1.00 vMB 14
849,838 849,838 000000000000000000030e4deda342c9b61eecbedc1cecba628ce64f74b9d462 4,842 1.00/1.00 vMB 14
849,837 849,837 000000000000000000029c2ba31720dfe387a14eb7dfc74f7713d6314f5751ed 4,578 1.00/1.00 vMB 14
849,836 849,836 00000000000000000000208686415f246be635e092c2e41ad612f7c53d568972 3,762 1.00/1.00 vMB 20
849,835 849,835 000000000000000000008cb39c5218828438c3aea09a540d7544a4fafca8b7e8 6,923 1.00/1.00 vMB 8
849,834 849,834 00000000000000000000a2f015068ec6ffd15743d1f97dd8f3cc4987a15ffbd5 4,631 1.00/1.00 vMB 13
849,833 849,833 00000000000000000000c51821da24caaca5f467f0cdb357bf36db7320ee1c1b 6,000 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.71 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: 699.44 GB
    • Received: 16.60 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.