Loading Tool

Explorer IconExplorer

Memory Pool

87,242 transactions
32.86 vMB
0.13355612 BTC
Random Selection Loading Transactions
Max Size: 199.67/200 MB

Candidate Block

Mining Attempt 1a634079942477fcf1b85a2c5c9e1f5652d33058e999160beac37d98be0930f5
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 6682d27fcc80af8cff696ea008d0e13397226e3c082cec8b5338fda3ee6e0ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,754
Size: 1.00 vMB
Total Fees: 0.04823935 BTC
Feerates: 300.16 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (318,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,943 596,943 00000000000000000010770b0e6b64ca5a9de5622ba33381736d2eb304f67f63 253 0.07/1.00 vMB 11
596,942 596,942 0000000000000000000163d7b96a674733520c389f26d2f1750debf83f33c35d 2,613 0.74/1.00 vMB 20
596,941 596,941 000000000000000000146beaab99d5523ad43fcdc92e824995b915c1073e3693 2,957 1.00/1.00 vMB 25
596,940 596,940 000000000000000000089c3d98755ded0278d3ed09acb8f10d1458854672d75f 1,506 0.45/1.00 vMB 21
596,939 596,939 000000000000000000139dacb0f2b075e2a5a5b5b95e110bcc54216af64ac1c6 77 0.03/1.00 vMB 14
596,938 596,938 0000000000000000000f67c3f12b2757ebd4a561a2e49cc8257ef80965bdbdf4 1,878 0.49/1.00 vMB 20
596,937 596,937 000000000000000000045a17b77fac3c67c178362ace28b841895e6dbfce3fb6 1,712 0.53/1.00 vMB 22
596,936 596,936 0000000000000000000e172d5e4db13242105b5d14da767efb754f26f77be3dd 2,806 0.82/1.00 vMB 20
596,935 596,935 0000000000000000000719a8fbe06df5eb2a613c4df3f1b1fb8b0eedb0353f9c 2,016 0.55/1.00 vMB 19
596,934 596,934 00000000000000000015da7985997b005f79f8a6356d220d69b866640927a5eb 2,476 0.74/1.00 vMB 18
596,933 596,933 000000000000000000106b5502b3364b34f6575f8095cdad0e928c52d1c51271 816 0.25/1.00 vMB 27
596,932 596,932 00000000000000000001400d8099edabd91869d5d411e1546e4ed0c03920f752 3,217 1.00/1.00 vMB 22
596,931 596,931 00000000000000000007f3d7f390ce378d3f1dd5539eb950f315f134101886ca 3,057 1.00/1.00 vMB 26
596,930 596,930 000000000000000000117cf711c0b17ffd20808f7582680934cdae3701c28eab 691 0.21/1.00 vMB 33
596,929 596,929 00000000000000000002098aeed3a4de46cafd9b6826efe72146843adab23220 2,778 0.91/1.00 vMB 21
596,928 596,928 00000000000000000009ce49fffb51d2fbdab96701fdbe97e8f18c4e6d9e4bc3 799 0.25/1.00 vMB 23
596,927 596,927 000000000000000000150dded10c9fc879e8dc746fd913b7d1b63a213eafa5bb 605 0.17/1.00 vMB 24
596,926 596,926 0000000000000000000a331dcd3da4b79b113a99b897625a752da4d5f308aace 716 0.23/1.00 vMB 38
596,925 596,925 0000000000000000000c0f486f306c323d5a4f2a6b35242c2d10cf663a6bcb76 2,624 0.76/1.00 vMB 23
596,924 596,924 00000000000000000011e7369203325c61f098da1c2e8c8003edb9c3e48a5c19 1,091 0.31/1.00 vMB 26
596,923 596,923 000000000000000000110f8ce8a3eca40b48952a998bc1f7e6c9139dec56737c 2,581 0.78/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.76 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.03 GB
    • Received: 16.84 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.