Loading Tool

Explorer IconExplorer

Memory Pool

86,767 transactions
31.84 vMB
0.10956829 BTC
Random Selection Loading Transactions
Max Size: 195.02/200 MB

Candidate Block

Mining Attempt da5b67a76dcfa6eed9922295fdeacb81cf5b008a74f6af3f881405e387a055c5
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 6741f7bde23926ecaff4ad2553dde485952a4fc3621dbd99bec330a0c3ac76b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,861
Size: 1.00 vMB
Total Fees: 0.02864516 BTC
Feerates: 1,236.26 > 2.87 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (476,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,005 439,005 000000000000000003c72eadb12529e3479120fb14f9dc808774d1aff40060d9 1,339 1.00/1.00 vMB 38
439,004 439,004 000000000000000001b08fee9466e6dd8a8983b07e6ac7112953dda2959714d8 1,686 1.00/1.00 vMB 50
439,003 439,003 000000000000000003f90f4818b7714f675ea1bbf13e352fba5109d76e4b92e2 2,574 1.00/1.00 vMB 81
439,002 439,002 00000000000000000440f5248e949d316146b0af9c5855fb0bf18a938eed7311 2,601 1.00/1.00 vMB 64
439,001 439,001 000000000000000000225905e0fc7510f9da2fa8c56618fc27c0ae8d8105791f 2,104 1.00/1.00 vMB 62
439,000 439,000 00000000000000000350bf9e19bcc1a27a05b4d61bd0044d85e154e3b9cf08a6 2,606 1.00/1.00 vMB 93
438,999 438,999 00000000000000000133ec9705feeafaf176a19ba8d954d09539a985f5a3079d 2,162 0.92/1.00 vMB 71
438,998 438,998 00000000000000000187168f5d77c9c8dc6aa2512128795305f10c66ace43872 1,577 1.00/1.00 vMB 43
438,997 438,997 000000000000000002b7085f325f5041e92d23ec08b6336cb8675aa3c3892b60 2,099 1.00/1.00 vMB 63
438,996 438,996 00000000000000000257616ab8ed39e0e7bca056d13faf1652075a34e335e7ed 2,134 1.00/1.00 vMB 54
438,995 438,995 00000000000000000042b6b0a7bfa7f43b648167a5c0547d6b3a676e23d4c226 1,527 0.75/1.00 vMB 55
438,994 438,994 0000000000000000023522e6372109dd28f97a86eef46a54cf15199c005e6a85 2,360 1.00/1.00 vMB 57
438,993 438,993 000000000000000002d56be58d27555fe2278489974db4c2a81098b597e974e6 2,417 1.00/1.00 vMB 80
438,992 438,992 0000000000000000031b425ce3eb37f16012b41e7303d1a979d3ecd829876599 2,072 1.00/1.00 vMB 68
438,991 438,991 00000000000000000263a5bb45a26f1b6df7da39f81968f2fa183bd0a3d09ffb 1,802 1.00/1.00 vMB 49
438,990 438,990 00000000000000000273d64f96a5215e574311bad2525b95372e8606292a345c 2,315 1.00/1.00 vMB 64
438,989 438,989 000000000000000004087c6302140bbbc69f092fdc78231613d6258998864206 1,989 1.00/1.00 vMB 73
438,988 438,988 0000000000000000037f516cf60aa66bd91d4e1f35e8615481b00eb9d00e568b 1,437 1.00/1.00 vMB 72
438,987 438,987 000000000000000001e9dd386fedd15b4eab0cd69db37dea9e13dc36543527f2 2,629 1.00/1.00 vMB 83
438,986 438,986 000000000000000000e9ad1d0f0d7245d9b3bd7399cf39519fb7afd26d0e664a 1,738 1.00/1.00 vMB 45
438,985 438,985 000000000000000001ed334faeb52a6b6450b2f5f9c95ec24a0b972e64235d61 776 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.