Loading Tool

Explorer IconExplorer

Memory Pool

37,324 transactions
27.09 vMB
0.06336181 BTC
Random Selection Loading Transactions
Max Size: 137.21/200 MB

Candidate Block

Mining Attempt b28d5603247e3a125e70f57569a2ee19f5dcbcc22b16bf141012f3fdb45cf615
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root b96973aca1b208ab224311a626fa20de07ab242625f876a99cc148ddd23e7b8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01238630 BTC
Feerates: 179.53 > 1.24 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (450,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
463,856 463,856 0000000000000000016247e24bbeb502abe2c57aafc7f931329d2eab19127f4f 1,623 1.00/1.00 vMB 194
463,855 463,855 0000000000000000010a01ecaff01abe7d5adc19775b2463895bd3d91642784d 2,162 1.00/1.00 vMB 238
463,854 463,854 00000000000000000154fe4755eb2f4ab6ff3de8f68fc76725f8d5d6ce6618a0 2,775 1.00/1.00 vMB 257
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.10 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.