Loading Tool

Explorer IconExplorer

Memory Pool

33,709 transactions
25.54 vMB
0.05579211 BTC
Random Selection Loading Transactions
Max Size: 129.13/200 MB

Candidate Block

Mining Attempt 614bfd86f37c68a67f48dc0fc9fb494a32ba374e9a0ddde2d7c7de5ae7ebba57
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 13874ea821237db081af6a4352435bfea366d74b176856ee283c1bfc3319b1ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,550
Size: 1.00 vMB
Total Fees: 0.00946521 BTC
Feerates: 74.70 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (204,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,755 709,755 000000000000000000066d513b0f95b2f372868daa741a5af212fed0a81281a5 2,047 1.00/1.00 vMB 7
709,754 709,754 000000000000000000094d3760f2d18bcc5fbdc4682ebdbe8c0eaa8ccb7f9c72 2,772 1.00/1.00 vMB 13
709,753 709,753 000000000000000000005d20f4a7ba88c9e5faca9f2e3a3042007d635cc2bf05 278 0.13/1.00 vMB 7
709,752 709,752 00000000000000000006b27153c3dbdf009e3b87c1a4a4a3e94209f0999aec43 1,100 0.96/1.00 vMB 5
709,751 709,751 00000000000000000009095fc03b0cf0baae7d695c58912c9cab382c3b4911f8 1,053 0.38/1.00 vMB 11
709,750 709,750 00000000000000000008ba16a677282f98c4948450a91ef78d7792d02bee16a7 723 0.30/1.00 vMB 10
709,749 709,749 00000000000000000001259b5d90afd44bd09bb8aeac381aa14aaa944246b01a 1,193 0.41/1.00 vMB 10
709,748 709,748 0000000000000000000272700e1ba8b2f48139c87c6fdc0cd2ace6a8f4290f56 1,310 0.48/1.00 vMB 10
709,747 709,747 00000000000000000000358922283d8d3cc2e8b11d2fbd6481fa804ac03c1762 819 0.29/1.00 vMB 13
709,746 709,746 00000000000000000003b4296093593b20393ef5b001748ac95bb6381de215d9 1,089 0.45/1.00 vMB 11
709,745 709,745 00000000000000000005e37b2892e63405a4d37582f7c6e16893901d1ae555eb 511 0.16/1.00 vMB 11
709,744 709,744 00000000000000000001354bec463ca90bb6ab4adf24e12b617f68bc38f01815 476 0.17/1.00 vMB 9
709,743 709,743 00000000000000000005b6adf3df994a5a44d603df5e2fb59e3fb46cab8f0d10 1,533 0.56/1.00 vMB 10
709,742 709,742 0000000000000000000aecc7c70d4ea89406baf06c69a9b9825fba70bfaf8d32 44 0.07/1.00 vMB 9
709,741 709,741 00000000000000000001096b89a022812536ad2d7a09b033040938dae19ca4e2 2,164 0.86/1.00 vMB 3
709,740 709,740 0000000000000000000925f25991e2b24649e24f6d6ab11fe578e0a48782ac0d 2,960 1.00/1.00 vMB 5
709,739 709,739 00000000000000000005a60c048ef37edaae0fae810fd1027e99c13d18bb6d2b 2,842 1.00/1.00 vMB 7
709,738 709,738 0000000000000000000155bfe4b711b20482a530a51bd9bc61c9b31962882353 3,141 1.00/1.00 vMB 9
709,737 709,737 00000000000000000008f7dc002ed70212b374e55b71bc046db2c505f3fdcf20 2,884 1.00/1.00 vMB 14
709,736 709,736 00000000000000000004dac68b69f443f48b71860cf05b16e04f8fda277c34bd 2,687 1.00/1.00 vMB 20
709,735 709,735 00000000000000000005e84685b78629e92d791515e78ad800fa5984a1604e63 2,015 0.64/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.85 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: 638.62 GB
    • Received: 12.49 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.