Loading Tool

Explorer IconExplorer

Memory Pool

47,999 transactions
27.67 vMB
0.06342262 BTC
Random Selection Loading Transactions
Max Size: 148.14/200 MB

Candidate Block

Mining Attempt 879b3ba4b0ceaf1a6941034d0c1ff58cfced962154301f279064a85f12288119
Version 20000000
Previous Block 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b
Merkle Root fab1c500be909b2098161637daf99bf0538d74d282be05ae4aea2f3784879042
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,815
Size: 1.00 vMB
Total Fees: 0.01140062 BTC
Feerates: 151.16 > 1.14 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,797 (406,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,826 507,826 0000000000000000000294dae62b16f0e484c4b44d7b4c8f675c301c867f375b 692 1.00/1.00 vMB 46
507,825 507,825 00000000000000000007c516456e9c4c302c4fef3fd6b534f0b6f7ab103a940a 160 1.00/1.00 vMB 11
507,824 507,824 0000000000000000003ca5fbacd1ad8d34895dba534aa4155cfcc99dd9f083cf 339 1.00/1.00 vMB 30
507,823 507,823 0000000000000000001aac4a996e063c21bbee6733b33e2b4465601e55fc7892 881 1.00/1.00 vMB 16
507,822 507,822 0000000000000000005c36c6a492b9e242338602948d4b3aa2dd7cd9af582dae 1,800 1.00/1.00 vMB 194
507,821 507,821 0000000000000000001b8e7312d4d957ee26532d487c4e61464a66f371a02122 2,209 1.00/1.00 vMB 147
507,820 507,820 000000000000000000002e92e0fbffe017cb9a95857f1c442d06fc0fc31d80b7 873 1.00/1.00 vMB 40
507,819 507,819 00000000000000000065eadb71a1b31a01ed38789ebae4b7280d10b4c3b2d6b7 282 1.00/1.00 vMB 22
507,818 507,818 00000000000000000035b02373c3095d55e66f5528da6b37ce08566b01590c43 797 1.00/1.00 vMB 54
507,817 507,817 0000000000000000005772a96e36e45f1abf07a4c95bf0f3baa9dec9dc4b2e2a 96 1.00/1.00 vMB 5
507,816 507,816 00000000000000000045d91d422ba3bcc1bd6686cd399f1b3d71a105e2422095 1,498 1.00/1.00 vMB 96
507,815 507,815 0000000000000000006b09c644c1b179b9715c7e32483cb54ae12e7421e85577 1,820 0.94/1.00 vMB 87
507,814 507,814 0000000000000000006b6f97659f76f21ff8e9d53e987b60444a649238c0d79d 1,917 1.00/1.00 vMB 126
507,813 507,813 00000000000000000023c9eaddc3419cb6cc9417c0fd9dcec38f48dd4944a3a0 1,768 1.00/1.00 vMB 259
507,812 507,812 00000000000000000034e6a358f23aaadf2aeadb98314d2535f28422020d6db4 2,189 1.00/1.00 vMB 177
507,811 507,811 000000000000000000288dfd095902e626c56b8007493db064ce054f1ff4ba3f 1,354 1.00/1.00 vMB 55
507,810 507,810 000000000000000000467a54ca50f89adf7ef2fcb1b70a656a9e78579b1eb659 1,272 1.00/1.00 vMB 110
507,809 507,809 00000000000000000005a5823fa0bbfc867bc5bef3a78d7382c7f2ebd87f243f 2,390 1.00/1.00 vMB 187
507,808 507,808 00000000000000000019361adb333a46a4cbb35bb0dbb27ed9bdd49ba692e5f7 938 1.00/1.00 vMB 18
507,807 507,807 00000000000000000018f0605a1b802f91388a84976535104fde955c08fcd38c 1,954 1.00/1.00 vMB 159
507,806 507,806 000000000000000000083efff9e50a114fbeec61a2b9b6ea4f2c2f7a3d6f240e 2,299 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.03 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: 650.11 GB
    • Received: 13.25 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.