Loading Tool

Explorer IconExplorer

Memory Pool

46,215 transactions
28.01 vMB
0.08624288 BTC
Random Selection Loading Transactions
Max Size: 148.27/200 MB

Candidate Block

Mining Attempt 101be6af30a433d5872f8743eb9bd587dff1f549cb8239af66bb4da68415b52c
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 88e11725e2b9bd48b86e005a12830aa673bc94b101a42a2b1dc37d76e09f48d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.03170673 BTC
Feerates: 181.54 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (278,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,890 636,890 000000000000000000021e7bbf4767f60094db4d120bd8cec6dc23e5c0afeb22 2,075 1.00/1.00 vMB 18
636,889 636,889 0000000000000000000ddb593c1fcc02c0f13b581f1f6eb6c73856eaf91e725e 2,714 1.00/1.00 vMB 27
636,888 636,888 00000000000000000009131115a32f48bfc2a7cf5690aba8c4b98444509c54cd 2,656 1.00/1.00 vMB 31
636,887 636,887 00000000000000000004fb9661a1aa6b54e7afc64783be903a4a66f2faab039e 2,670 1.00/1.00 vMB 30
636,886 636,886 000000000000000000080e1a0bec2d4a4e69107145d64356c031dafec7b56b83 1,738 1.00/1.00 vMB 20
636,885 636,885 000000000000000000020e5d0d23ed6b9923269dec011281728e3ac32bde19fd 2,546 1.00/1.00 vMB 31
636,884 636,884 0000000000000000000e3ba744195393e1d61414d6e3ec84614473e10ce780c3 1,869 1.00/1.00 vMB 15
636,883 636,883 0000000000000000000cdadc29cc0e881b88f62f24f25b6de5662f4772bbd73e 2,388 1.00/1.00 vMB 26
636,882 636,882 000000000000000000097069d08db71e6703c8438c979c5c0bf4244533cfa6e9 2,339 1.00/1.00 vMB 20
636,881 636,881 00000000000000000000e060061a2cfa91db144624301294b8a02a041fde7575 2,618 1.00/1.00 vMB 34
636,880 636,880 00000000000000000005aa8e9de9d8ecd652ea72b2fbacd600a867156c0144d3 2,363 1.00/1.00 vMB 19
636,879 636,879 00000000000000000000a573d0ac71e7b6131bf33a66f395857c211ccd0fffac 2,394 1.00/1.00 vMB 25
636,878 636,878 0000000000000000000f93b6fb7a7b80e15ac78f2ea8cfe3858ad5a0296ad081 2,338 1.00/1.00 vMB 35
636,877 636,877 00000000000000000008c04a60297011678ee17c0a9a358071825709844e824f 1,609 1.00/1.00 vMB 32
636,876 636,876 00000000000000000010f230d900eda85b79c15159bca5c885f35e98f766764f 1,981 1.00/1.00 vMB 20
636,875 636,875 00000000000000000007321c32040f86279e1db8ad63adb5385e338e03d2780b 1,823 1.00/1.00 vMB 33
636,874 636,874 0000000000000000000a5b0efe9418bd6d8d676abb730aecfc5caecd76ef1964 2,047 1.00/1.00 vMB 27
636,873 636,873 00000000000000000006d65367c440512f15368963c0bc904561652e47b28d26 2,030 1.00/1.00 vMB 36
636,872 636,872 0000000000000000000e4b40d27496c5e91d382465da39e30ebf650bb4b5b9bf 2,949 1.00/1.00 vMB 26
636,871 636,871 0000000000000000000e50bf9be513a5d951244e95146076c48b3962fe544757 2,452 1.00/1.00 vMB 49
636,870 636,870 000000000000000000110bd6df98db06fc0646ce3da18a39591874fce1a0eb36 1,429 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.