Loading Tool

Explorer IconExplorer

Memory Pool

40,047 transactions
28.10 vMB
0.06567111 BTC
Random Selection Loading Transactions
Max Size: 143.23/200 MB

Candidate Block

Mining Attempt 4193ec437e48d74187f5a543de9eab3f80b66133ab7d0769f41a02da17c3ae77
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 331fbe9430060dddf0b0987e383b0a04035be28bedee0b4b07ceced22b404969
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,659
Size: 1.00 vMB
Total Fees: 0.01161858 BTC
Feerates: 60.16 > 1.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (450,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,880 463,880 00000000000000000040dff89ac16ed55f7d368be0b27d0caf79b9354d04693b 2,377 1.00/1.00 vMB 195
463,879 463,879 0000000000000000018e2082cd8a48d4ac095f7bee7659fed1140715f4a45ec6 2,031 1.00/1.00 vMB 202
463,878 463,878 000000000000000000cc3f68fb1dc398c81bc50d7f7dae6e46e08ac3cb840fcd 2,068 1.00/1.00 vMB 210
463,877 463,877 000000000000000000d0a178e87c6e955a9843145577ecf47f5416976b619a35 2,222 1.00/1.00 vMB 237
463,876 463,876 0000000000000000016844ca01eff9b726c7de4ef691045d984687791afaff0c 2,274 1.00/1.00 vMB 266
463,875 463,875 000000000000000000ec5d0ea3369480b74c2b6b8e6b7ac3ec56a80c8e5e51c9 1,800 1.00/1.00 vMB 174
463,874 463,874 00000000000000000000cab3ded1ca54d9184a5ecefebc1641e141159f088ef3 2,055 1.00/1.00 vMB 192
463,873 463,873 000000000000000000f86d2c2cd46abea22784128b09bb55e79ac9c079545e89 1,908 1.00/1.00 vMB 160
463,872 463,872 000000000000000000355dbe316eaa56dd39837b351b711f782b16cfeac3fa06 2,300 1.00/1.00 vMB 184
463,871 463,871 000000000000000000706a034f390269f2c1f6edd9d878256bf0a4b4679a8f16 2,034 1.00/1.00 vMB 212
463,870 463,870 000000000000000000ec9752177ab68e82389919eca51398113ee65e8d3a35ca 2,396 1.00/1.00 vMB 232
463,869 463,869 0000000000000000000c0a5acbffb7cbab8fb675a8d7812b5957b8635d782199 2,371 1.00/1.00 vMB 161
463,868 463,868 000000000000000001bf7e61cec77069a022f1d657f9f422d95a170a4dbf1d57 2,409 1.00/1.00 vMB 202
463,867 463,867 00000000000000000102b631509561c2621f87eca5c191c45eff0c8d3431bd03 2,468 1.00/1.00 vMB 186
463,866 463,866 00000000000000000144ad7aa37179b88f8f9b6219b964ea1e954d9ed261d4e9 3,354 1.00/1.00 vMB 363
463,865 463,865 0000000000000000012df41078b4902086716f7972d5294acd549582636a7090 2,368 1.00/1.00 vMB 132
463,864 463,864 00000000000000000089c52b64ef2e87fb89a93968161faffef86e57f3135222 2,107 1.00/1.00 vMB 283
463,863 463,863 0000000000000000003b9746afa3763c3d1886d817e39c79a561c456c94a84e8 2,963 1.00/1.00 vMB 153
463,862 463,862 00000000000000000008528fd0b421baf07768e07ce0ffdebc5cb41cf8b836f0 3,683 1.00/1.00 vMB 120
463,861 463,861 000000000000000001f513c78c604725f05c8d0f44618a8494fd25f0a7079fb7 2,539 1.00/1.00 vMB 140
463,860 463,860 000000000000000000bfbe9f129e27b08979cd2f281a4e46b45f15ab55bc1f4e 2,227 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 781.73 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: 630.32 GB
    • Received: 12.01 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.