Loading Tool

Explorer IconExplorer

Memory Pool

80,958 transactions
29.77 vMB
0.10291628 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt af628b91c399b49515e2afc2b13fe3a60ac8f4b528fe611dd6ba001ca20df1ea
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root b552b4dde2e0362463ed2934f3aa2eb81757db4889732fbee44e49ccdfe99957
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,113
Size: 1.00 vMB
Total Fees: 0.03815967 BTC
Feerates: 146.36 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (290,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,559 624,559 0000000000000000000ced9e7a6df9e2ce893190c373fc5280dc3b6de2ab7a2c 2,157 0.72/1.00 vMB 13
624,558 624,558 000000000000000000045bb7d3f2823f815502abfae997278b7a758f0ca03d55 1,268 0.43/1.00 vMB 15
624,557 624,557 00000000000000000010da8de7a711b5bff35fb0ea5ed37d5842a53dfdebf102 2,018 0.87/1.00 vMB 13
624,556 624,556 00000000000000000013aa6f5bb0258fd83950560c607fd0cbba1c1d18485285 1,071 0.35/1.00 vMB 14
624,555 624,555 000000000000000000004c4db97a72e988b35a6f38cf5b2194665285d0a63462 809 0.27/1.00 vMB 11
624,554 624,554 0000000000000000000ed8e3e971ba5f78781f109c4e82b17a178865ec09753e 2,675 0.86/1.00 vMB 9
624,553 624,553 000000000000000000018f0ce4769fa491212bbec38c2bb55871970582989cbb 2,186 1.00/1.00 vMB 9
624,552 624,552 0000000000000000000ca6414933587aac22e1b0dbdcd0121019f18f394b8976 3,075 1.00/1.00 vMB 21
624,551 624,551 000000000000000000044f1d5686f6bfbe41db3d0c1ca6c0c3fd453b6b3550f9 493 0.16/1.00 vMB 13
624,550 624,550 00000000000000000000e5594c191bdf64b92b5bda47358086f7977cd85b89b6 1,360 0.54/1.00 vMB 13
624,549 624,549 000000000000000000117f46cde76717f537c6a3bb266dba89376b35d3761c97 165 0.05/1.00 vMB 14
624,548 624,548 00000000000000000012f46edfd22b6fee3cfe2e1e3edbcff6c3cd3968444e39 2,208 0.74/1.00 vMB 9
624,547 624,547 0000000000000000000dd0176dd45dc4898391af550b803ed92d3f9e105acc2f 3,084 1.00/1.00 vMB 16
624,546 624,546 0000000000000000000865a075300e1925df1a7a957dfc1c2b06172684be0226 2,978 1.00/1.00 vMB 20
624,545 624,545 0000000000000000000b894abf3e042b5d2191d6e9cc37d5fed5545720c4db6a 960 0.30/1.00 vMB 13
624,544 624,544 0000000000000000000c3823353cdcbd24abca806a1aedfce3fb866a2e1fe58b 1,281 0.42/1.00 vMB 15
624,543 624,543 00000000000000000005ef0a057f130d7205ec8d56e0f6edc044600c70167319 812 1.00/1.00 vMB 4
624,542 624,542 0000000000000000000130f57eea19e5e69d4dd9673a6615dca95a33ad3a1ae9 2,128 1.00/1.00 vMB 7
624,541 624,541 0000000000000000000e4a40b162d998c2b60b3e38934d10cceb8e92e61c64ef 3,152 1.00/1.00 vMB 12
624,540 624,540 0000000000000000000b2b31bd5e4459c36b1a8d55586a7d6f5edf4917959833 2,448 1.00/1.00 vMB 25
624,539 624,539 0000000000000000000939e798af5e0d4c6efe57bf0fbadb1d8111bd348f1a03 235 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.