Loading Tool

Explorer IconExplorer

Memory Pool

80,246 transactions
29.64 vMB
0.09457542 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt 1d28a779e805cdab7ce3302c8bed91fec4b8bcb7bfa70c72c45a5aa3f9db9512
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root 13ef187a771a864d7f11c78a6238bb9de5c5b1d89b8368f9949019f9383c08f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.03403154 BTC
Feerates: 150.80 > 3.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (99,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,733 815,733 0000000000000000000362ae2082f76b48940b67d255d60d9ac667c3ad72dd0e 3,337 1.00/1.00 vMB 107
815,732 815,732 000000000000000000002bca2c4582068b609052e5fc6afa876e41d99f10f7e6 3,206 1.00/1.00 vMB 123
815,731 815,731 000000000000000000005d3d41f7316cd9e977432b0db133c3b43d8c1b429269 2,702 1.00/1.00 vMB 130
815,730 815,730 000000000000000000013055c8109c9536dec88a526c2a2a01426b8197b9ce53 3,219 1.00/1.00 vMB 62
815,729 815,729 0000000000000000000418c277f2960083bd86a45394a5a77db69a5bee0ebe1d 3,734 1.00/1.00 vMB 83
815,728 815,728 000000000000000000020fa092390bf86d96b4e9fd8d227788b8f79662a16464 3,293 1.00/1.00 vMB 68
815,727 815,727 00000000000000000002cc4d60448297fc0d3a3e35d80254afcb36abfc6b10bf 3,675 1.00/1.00 vMB 86
815,726 815,726 0000000000000000000144a2bd4f1865c0f8bd196fd75aed2d89a7fd75143ab8 3,764 1.00/1.00 vMB 78
815,725 815,725 0000000000000000000341fa0e502efcffb25dc9bd83724b89f4b4af0f7b7a99 4,274 1.00/1.00 vMB 54
815,724 815,724 00000000000000000001faeafcd3c4aa481e47940ef0bd020fe7ed23618f7b13 3,338 1.00/1.00 vMB 37
815,723 815,723 000000000000000000024816e04c6de83b0c4081a840ebec54685a8e4ea68d7d 3,244 1.00/1.00 vMB 45
815,722 815,722 000000000000000000028abb48c6b021e7e29d44261d5cda97e47a4e49446851 2,958 1.00/1.00 vMB 49
815,721 815,721 00000000000000000002e40a23d22b04649e6e970641efd93a847d4370d6c5ec 3,540 1.00/1.00 vMB 70
815,720 815,720 00000000000000000004431c5425c4e39eefb0780c7698fd818f404a1958a1f7 2,729 1.00/1.00 vMB 64
815,719 815,719 000000000000000000046abdad135a4c294767a49b10ab29091384df94697fb9 2,875 1.00/1.00 vMB 73
815,718 815,718 0000000000000000000092a20365296835d4c268bd63bb3c4ff960d59e5ac626 3,009 1.00/1.00 vMB 85
815,717 815,717 0000000000000000000219e6da7c862f6c10bf236fbde945640789ee7657e3d6 3,373 1.00/1.00 vMB 87
815,716 815,716 000000000000000000043a2be219746d6751b79cc75139aaabc402f7ca7a3b6f 3,623 1.00/1.00 vMB 67
815,715 815,715 00000000000000000000cf42dd274c65064acbaf1413ce535ef93cc12d9350ca 3,472 1.00/1.00 vMB 70
815,714 815,714 00000000000000000000114c1b5646c5dd67a8090bb2b86a338cf1f662a2a181 3,076 1.00/1.00 vMB 65
815,713 815,713 000000000000000000029a273bc55f7b34dfdd5e88d07d82319990d32f62c9aa 3,951 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.50 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: 668.43 GB
    • Received: 15.52 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.