Loading Tool

Explorer IconExplorer

Memory Pool

34,727 transactions
25.76 vMB
0.06422282 BTC
Random Selection Loading Transactions
Max Size: 130.77/200 MB

Candidate Block

Mining Attempt c30665c905ed1cd149594250128fd7f5d44f49bb626a8fcea87de420541e165b
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root f538ba84b988b9ed5a3b6942c5886ff1b30c1a57bbd09fcd76baae5ed3a614ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,292
Size: 1.00 vMB
Total Fees: 0.01715800 BTC
Feerates: 101.16 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (351,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,879 562,879 00000000000000000008df580728f150dc497f0077100f76b4b075ece75d6819 2,123 1.00/1.00 vMB 23
562,878 562,878 0000000000000000002a0c73243e41579811ec7bc4ce37baf95dbb44be46cb91 3,204 1.00/1.00 vMB 39
562,877 562,877 0000000000000000001bef8abc3ec743344e5ddd0db6dfe781c771ef4e4adf3d 2,769 1.00/1.00 vMB 47
562,876 562,876 0000000000000000001fc70112e6958a361d5a06a0030d3341c8b52a561fe7df 891 1.00/1.00 vMB 2
562,875 562,875 0000000000000000002867ba38f0c4b798bb94d4df48553e27f87b2136eb0577 844 1.00/1.00 vMB 7
562,874 562,874 000000000000000000105853653ba6d29b94496161986105542284a804424012 1,610 1.00/1.00 vMB 6
562,873 562,873 000000000000000000087f089712cfa84cdc8c03be4c76e05a2bb63fef8af363 2,767 1.00/1.00 vMB 24
562,872 562,872 0000000000000000000c99ab97a2296dd171fc7d85772ec026eacfba6410b2c7 3,224 1.00/1.00 vMB 50
562,871 562,871 00000000000000000007f8d3c5fcbbd0a8d145bc9aa501bcbc93106a2b82c7d8 234 1.00/1.00 vMB 3
562,870 562,870 00000000000000000009414bfd8a5d33acd501bd6e041f0a94a05b3518da5cd9 1,969 1.00/1.00 vMB 19
562,869 562,869 0000000000000000000af318cfac24e6256325b4f59d7a5a8c9f9bedd94220a3 2,459 1.00/1.00 vMB 2
562,868 562,868 0000000000000000002056fb6f53a8ded4a6cfa5d0ed974eaf280f0951d12b5d 2,112 1.00/1.00 vMB 10
562,867 562,867 0000000000000000001f1c9c37e5a732ef3935ca9c185fdb37a85427d92325ef 1,804 1.00/1.00 vMB 12
562,866 562,866 00000000000000000010bd4bb0c85a771fd8455d15173ab2ea8c666bd447d52a 1,740 1.00/1.00 vMB 10
562,865 562,865 0000000000000000000999ce7c43926ca152f3cec9240f1cfaaccbdee35381d2 2,374 1.00/1.00 vMB 28
562,864 562,864 0000000000000000001d597b0326a61477955c89ddf85864ff6098481b611dd5 1,745 1.00/1.00 vMB 14
562,863 562,863 0000000000000000002651ee849c4942997578ef7b7d714f9d189020ae3cb9d1 2,712 1.00/1.00 vMB 17
562,862 562,862 00000000000000000023c4954913dad879ee123bf9519d9405036257e9b8774d 2,788 1.00/1.00 vMB 33
562,861 562,861 000000000000000000159ce9e4b8d6ec43580b255f717c95414c6434fbf28013 2,907 1.00/1.00 vMB 49
562,860 562,860 00000000000000000026104a1d64c61a2a37e0b2fb583ff6c0c7207cc80a7f7f 2,491 1.00/1.00 vMB 31
562,859 562,859 0000000000000000000c7ff9c16c11b9a1a2cda39942eb03822b32f64960d759 2,558 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.