Loading Tool

Explorer IconExplorer

Memory Pool

41,740 transactions
26.52 vMB
0.07895583 BTC
Random Selection Loading Transactions
Max Size: 139.20/200 MB

Candidate Block

Mining Attempt 4677a5adedbd324769d863bb2b3c51c58d34aea410daaa792a3ae19745a41c60
Version 20000000
Previous Block 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b
Merkle Root 73e54518b9c6e256c911be92edfd09e73e25f41be14d33f499e21853add63a2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,264
Size: 1.00 vMB
Total Fees: 0.03015758 BTC
Feerates: 101.66 > 3.02 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,910 (129,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
785,017 785,017 000000000000000000005380dd165db9230f9f481b085051cf0c9909ac427d50 1,658 1.00/1.00 vMB 10
785,016 785,016 00000000000000000004605ad0d828827d2a3b53548b49eacf0d6ad4318d9a21 2,200 1.00/1.00 vMB 21
785,015 785,015 00000000000000000004e78f567a286f9220a18eb5ec4d29c7af67e789c36166 1,348 1.00/1.00 vMB 22
785,014 785,014 0000000000000000000389c34f43ef9576d95247772c15e21f0a8f246d277b06 1,891 1.00/1.00 vMB 11
785,013 785,013 00000000000000000003438188e3d175d69cfbaa5921f7deaf92fd1b62598f1c 2,648 1.00/1.00 vMB 27
785,012 785,012 0000000000000000000479391fea46748150c5ebf012e5843b09aae2f2a7049f 2,883 1.00/1.00 vMB 19
785,011 785,011 000000000000000000031bd333121c4acf67f8afc22c0303125f7e98b8d9a71e 1,195 1.00/1.00 vMB 7
785,010 785,010 00000000000000000005b64c0cfd18e6a5eabcadbbdab50bd660aaff18c85944 1,941 1.00/1.00 vMB 13
785,009 785,009 0000000000000000000544d14e6842fa6d26728a7f7fe66a599f6a4d8c01e31b 1,490 1.00/1.00 vMB 9
785,008 785,008 0000000000000000000357abc654513f01b4442935e551df1803896c892afde9 442 1.00/1.00 vMB 2
785,007 785,007 00000000000000000003f8dde79e486246dd121d690ed316d2d464efcbda1658 579 1.00/1.00 vMB 4
785,006 785,006 000000000000000000029ae6c28e3355de31b13101169188d44c5dc3a65e939f 1,318 1.00/1.00 vMB 4
785,005 785,005 000000000000000000022710f36ac4a46ed5081ffd3e3fb076e86dfa1336ea59 1,025 1.00/1.00 vMB 6
785,004 785,004 000000000000000000019f8b6ada9b6f2113d60c9dae3bf3dbb6162b098ab19f 2,352 1.00/1.00 vMB 18
785,003 785,003 00000000000000000003c4f5070804484f0846f2c4520b1ce38a1d422650bb00 1,551 1.00/1.00 vMB 11
785,002 785,002 00000000000000000004af1cc4c68ddb512ff56b3d57c3e5e153700d84cb271b 1,832 1.00/1.00 vMB 18
785,001 785,001 000000000000000000002591421df1d8d5cf1895b018e5ad44ef65ba0fc5cbb5 1,847 1.00/1.00 vMB 25
785,000 785,000 00000000000000000004fec580dc9c4beb7a68890c2282ad818f0e93f2b48bbd 2,266 1.00/1.00 vMB 14
784,999 784,999 00000000000000000003a03c30716e6ab5c07734c9b0c0e2767bb192be91fc0c 3,151 1.00/1.00 vMB 27
784,998 784,998 0000000000000000000589347b3c14d9b157a784ee853e80a55ee9074f2c73c6 1,084 1.00/1.00 vMB 5
784,997 784,997 00000000000000000000531a5655b04ccbcb6e0b74821b8cd8ba3ab8bc82c1f1 1,869 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.23 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: 654.89 GB
    • Received: 14.21 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.