Loading Tool

Explorer IconExplorer

Memory Pool

83,707 transactions
22.25 vMB
0.05460927 BTC
Random Selection Loading Transactions
Max Size: 151.27/200 MB

Candidate Block

Mining Attempt 19c37e7ba56653c59ff9d3df2e7fce13398fe23758773005721eb6589f1279f3
Version 20000000
Previous Block 00000000000000000000860ac8db753f278bde63063e7757c14c7a52f8a20008
Merkle Root f6de91e5e0356dc1f96bf8b81542c0516f4efc2165aff750eb3fba2d934ee507
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,733
Size: 1.00 vMB
Total Fees: 0.00539414 BTC
Feerates: 73.20 > 0.54 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,894 (886,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
29,091 29,091 000000001e65f413575f1d0df41715cc046c471613a5f11fa558f5c9dabccc01 1 0.00/1.00 vMB 0
29,090 29,090 000000000f6eae5c4b83607692c57f42e3956e8f1abccceb9b9c480a39a4052f 1 0.00/1.00 vMB 0
29,089 29,089 0000000093f3d278c7b59367d6ff987306c0897777148ae05eb550f0bce67d17 1 0.00/1.00 vMB 0
29,088 29,088 000000008a5110230b06fcf08173844a4b4ba74334ec98668f92e5a9a3449b6a 1 0.00/1.00 vMB 0
29,087 29,087 00000000a798d2cada97c4a69b273448078857a6a6a439e24b9784cdfc0daf2f 1 0.00/1.00 vMB 0
29,086 29,086 00000000f73e6f36deb6a43ff9b454112fff26d8af9c51e18b5c3abb77b37cd7 1 0.00/1.00 vMB 0
29,085 29,085 000000001c9d0ed0cf692c35b506b86c16607d21e36c1ae11e1a72e4467a3b41 1 0.00/1.00 vMB 0
29,084 29,084 000000008901b6bf1e1add2a53133cf467f01ac6d7deffaf75ff3e95b0153c52 1 0.00/1.00 vMB 0
29,083 29,083 00000000c502f644a054be66e7ddbf2979e13311d446d59cd6943c152708519a 1 0.00/1.00 vMB 0
29,082 29,082 000000006c46def4e62ae98cd00d5149791a967889f1fab52c6ff498475accbd 1 0.00/1.00 vMB 0
29,081 29,081 0000000016d283b1f9297c60fc17a6f2eb87316c5d6030ab094c08d99e0f8419 1 0.00/1.00 vMB 0
29,080 29,080 00000000b6daa45476938001f4ab8a273758699a48dcd5a1add3bd1d2f7547ed 1 0.00/1.00 vMB 0
29,079 29,079 00000000a20d70361e4c6a439b82af5eb7496df55eee98ce2d69bbb0329d5d4d 1 0.00/1.00 vMB 0
29,078 29,078 00000000f3f63631d9f785db19d2782b2e8b6cb06b770e633ab9df3d19778411 1 0.00/1.00 vMB 0
29,077 29,077 000000009bd44cf96417afa5a3ce89f48be940af1c454e9626e640ef19d16e58 1 0.00/1.00 vMB 0
29,076 29,076 0000000002a54c81d2e068fcebfb2e98b00ca5069db891d06988a4ee713594f7 1 0.00/1.00 vMB 0
29,075 29,075 00000000e95eec47e8234dac608049a5ce8aa8abc45d51dfa3ab6140ca174955 1 0.00/1.00 vMB 0
29,074 29,074 00000000b004c5bd1e422c69434d60d6114a4bff7452486d6271324305817780 1 0.00/1.00 vMB 0
29,073 29,073 00000000d47f594e17b4b616b11c1272a35175736a6d53700893e91daba7d62f 2 0.00/1.00 vMB 0
29,072 29,072 00000000ec83ebe92852d32cb284886c6ac9c1829613b896857c000cab351b59 1 0.00/1.00 vMB 0
29,071 29,071 00000000b24146eccdc24950546bd4692ea09a63b6cc4910a1ee73d983a64c58 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.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: 797.10 GB
    • Received: 22.26 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.