Loading Tool

Explorer IconExplorer

Memory Pool

78,319 transactions
29.51 vMB
0.10216566 BTC
Random Selection Loading Transactions
Max Size: 177.03/200 MB

Candidate Block

Mining Attempt e6abe18c85184684db6d8c778d4f220c13aba6eddf0e5f6329de768c3d347d40
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 85c4d173b3c880b908897280aa0519a48b48bf51494848baf5ef302cf8002a2b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,092
Size: 1.00 vMB
Total Fees: 0.02230951 BTC
Feerates: 78.41 > 2.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (343,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,018 572,018 00000000000000000021473c867d5338af5e09406be1bf89da6732906e95825a 2,399 1.00/1.00 vMB 59
572,017 572,017 000000000000000000197171f7809ed8a2e5ed1093b405572ee97f3f534583bf 2,034 1.00/1.00 vMB 55
572,016 572,016 0000000000000000000ea54ea3990e5f9480bfb5513bbfbd71e7f6098abdb567 2,578 1.00/1.00 vMB 71
572,015 572,015 0000000000000000001494987eea50c19ac0dd5358e4d2d22380e368c1dbfe56 1,816 1.00/1.00 vMB 57
572,014 572,014 0000000000000000000d31f8e75c2803d10fcdfe81d0d2fcc535e09dc496f785 2,307 1.00/1.00 vMB 69
572,013 572,013 0000000000000000002a60164c32b83715b8f40b855566f31f78e791ec0105e9 2,668 1.00/1.00 vMB 71
572,012 572,012 000000000000000000154c38f37086647531fd7089eedf914a91c5b41fce4e17 2,675 1.00/1.00 vMB 85
572,011 572,011 0000000000000000000c986cc0e0e70deb55bde9cdea04bc943d0531e3926015 2,416 1.00/1.00 vMB 58
572,010 572,010 0000000000000000002110e020919dd096e67f66c0c60fcb45730cb9990e96a2 2,887 1.00/1.00 vMB 57
572,009 572,009 00000000000000000020b3892effe898224f6a0e15d4d50dc17afe11a7b53ae4 2,445 1.00/1.00 vMB 68
572,008 572,008 0000000000000000002b5087dd0a2557e4d5aa7286377a3253efe8ca021a0e97 2,411 1.00/1.00 vMB 70
572,007 572,007 0000000000000000000d7539987b3ad098c4b9016b75515b0e781718c9b48517 2,717 1.00/1.00 vMB 74
572,006 572,006 0000000000000000000234172e5da3818b1f8bbc73b3f6d5baa5448f43f847ca 3,100 1.00/1.00 vMB 112
572,005 572,005 000000000000000000288c8abb39bcc49cfda780aabcd135f46e1925d807f5ad 2,372 1.00/1.00 vMB 90
572,004 572,004 00000000000000000018882bdbfbb36907f2c9df95254d3a346de548eb8f25d9 2,621 1.00/1.00 vMB 49
572,003 572,003 00000000000000000013bb030da0d9093979344a6977e9ec68648a493d30ee2c 2,045 1.00/1.00 vMB 37
572,002 572,002 0000000000000000001d8a8377a80c520d5b056712e7d25dfb966fabec93ad43 2,301 1.00/1.00 vMB 65
572,001 572,001 00000000000000000019b00f9b7805ef111cc1412016eb381f8b288ce61df722 2,393 1.00/1.00 vMB 57
572,000 572,000 000000000000000000292286e029c6d61fce7d1feffa07e810ebcd1cd4a09b26 2,065 1.00/1.00 vMB 71
571,999 571,999 000000000000000000257afab62455a12e2ff999cf250216441a02d88a8c4584 1,239 1.00/1.00 vMB 38
571,998 571,998 0000000000000000000c51910db9851fa01eacd1931e5fcd9e0e37e99677b4d2 2,654 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.91 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: 713.98 GB
    • Received: 17.50 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.