Loading Tool

Explorer IconExplorer

Memory Pool

41,414 transactions
28.54 vMB
0.07667471 BTC
Random Selection Loading Transactions
Max Size: 145.72/200 MB

Candidate Block

Mining Attempt d913b8026e983684549210a60e01f8ae94739fb3e148609b42640206f1dac2e7
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 3213ac8a4ac83157503ee4780fd17e40c5d9a9ee38faad1b4286d47d24fb5177
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,887
Size: 1.00 vMB
Total Fees: 0.02142431 BTC
Feerates: 88.27 > 2.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (450,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
463,859 463,859 000000000000000000533392a66404f35b1bdabc2419b6d5ba3b06ed99cb92ff 2,145 1.00/1.00 vMB 129
463,858 463,858 000000000000000000f706d1c32c5e4650b4f7c3a126455553c1b50a0dab59ef 1,694 1.00/1.00 vMB 165
463,857 463,857 000000000000000001c23ff12789315be160398bec774c2e2ac98bf3573b228e 1,698 1.00/1.00 vMB 210
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.33 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.