Loading Tool

Explorer IconExplorer

Memory Pool

44,284 transactions
26.56 vMB
0.06124440 BTC
Random Selection Loading Transactions
Max Size: 140.08/200 MB

Candidate Block

Mining Attempt 167103a79b7560b6fee9ced1686e641eec1ac43800f105cf3075161acab3060d
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root 1b5c0b805a78bac61594192bbf044ced20a9ebd2d6c5ffe3cf0d01d502b302e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,999
Size: 1.00 vMB
Total Fees: 0.01254737 BTC
Feerates: 140.50 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (281,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,907 632,907 00000000000000000002074376debf36a8352bec33831835c79afaa3288302ca 3,342 1.00/1.00 vMB 61
632,906 632,906 00000000000000000002323d7540c8cab83e0d945534908c81f5b709f692124d 3,034 1.00/1.00 vMB 71
632,905 632,905 0000000000000000000d8871506d7f2a17a64674957e4e8ea2d30c8cd8424eb7 2,862 1.00/1.00 vMB 92
632,904 632,904 0000000000000000000e42e9c041b2283a21f3ff87189d582b8dbc2daecfccd3 2,581 1.00/1.00 vMB 98
632,903 632,903 00000000000000000005f7058316728e6b135b5ad667f3779d6dbddc43182bb4 2,414 1.00/1.00 vMB 77
632,902 632,902 00000000000000000009ab4fcdace8db8e132d215460abee97bb11da0bd78912 3,146 1.00/1.00 vMB 114
632,901 632,901 00000000000000000010ca97e86e9b0e02e1d951046c75a132806a6274741a5c 2,627 1.00/1.00 vMB 84
632,900 632,900 000000000000000000071d0718b259dd78361410ca0f11354356ccba03e5090b 3,230 1.00/1.00 vMB 108
632,899 632,899 0000000000000000000eb87e5f604f845ff64f006969ab8ded9f81e8e3358005 3,070 1.00/1.00 vMB 78
632,898 632,898 0000000000000000000f72fe35872758d6259e4f41d9fd9a7dec5f642684c4ef 2,843 1.00/1.00 vMB 63
632,897 632,897 00000000000000000008f351f6b7bcd6dd1d124c1f78bd1bce39fc455419d85b 2,775 1.00/1.00 vMB 90
632,896 632,896 0000000000000000000ae6c6ba0112398ab972a5a76539efabb60b4ce7895e34 2,858 1.00/1.00 vMB 78
632,895 632,895 000000000000000000068ace088a3ad586505b1ea5811cc99a5991c570c496e6 2,477 1.00/1.00 vMB 78
632,894 632,894 0000000000000000000457e0006a7f0fabfea82917fdb2095f901b3d211b23ad 2,295 1.00/1.00 vMB 65
632,893 632,893 0000000000000000000179b932d45c14f4811ddf698846ec4bc6ef2f2f6b30cd 2,442 1.00/1.00 vMB 109
632,892 632,892 000000000000000000015fe5cca93b97e5af66a9ced0f80436fa69fad1f9355f 2,663 1.00/1.00 vMB 59
632,891 632,891 0000000000000000000d9b463d3e3e0e800d02a1cf694960143219c2ca85bc5a 2,954 1.00/1.00 vMB 68
632,890 632,890 0000000000000000000dee6521572805e338accc085e1142add026bf1b97c129 2,464 1.00/1.00 vMB 74
632,889 632,889 0000000000000000000eb55c7cb58de8a63d5f69c03fcddc82931c24863e302b 2,915 1.00/1.00 vMB 102
632,888 632,888 0000000000000000001084e06f0a95e5b0b5bbd42422ddbd4e27976d0c51bf89 2,857 1.00/1.00 vMB 71
632,887 632,887 0000000000000000000bc9c4b0046f9591c9d8f6b3fc57185d3d11f843e881bc 2,624 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 781.92 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: 646.05 GB
    • Received: 12.81 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.