Loading Tool

Explorer IconExplorer

Memory Pool

77,256 transactions
28.65 vMB
0.09026383 BTC
Random Selection Loading Transactions
Max Size: 173.79/200 MB

Candidate Block

Mining Attempt daa3524aed325a1266d3ca84af081b81b96e21e2fe8f51349a09cbf89e2a7cf3
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 0a44410a3a0ca3e0c0504373b7d5d51d9ab6c693bd89c2300d01629d9e5cbbc5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02418455 BTC
Feerates: 402.60 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (476,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,977 438,977 000000000000000000122f140cc9b57d0d561126d3695e1a9abb51c788304d2e 2,263 1.00/1.00 vMB 61
438,976 438,976 000000000000000003ee459a7b8594ab00f9e69d28990d17e6cfc223ce26273e 2,750 1.00/1.00 vMB 83
438,975 438,975 0000000000000000006d08edb5de875b975d8ab24002f24d350db47bb80e3e07 191 0.15/1.00 vMB 72
438,974 438,974 00000000000000000427e741804889a10a55c30d28391a4abaaca0b1df9c7a8e 2,260 0.99/1.00 vMB 66
438,973 438,973 00000000000000000416f12096c20a0c202592d48a2a0e10d009f0cdabc38bde 1,464 0.63/1.00 vMB 62
438,972 438,972 000000000000000001b447ccd9723e49e3f14b2b12b52808b0f9b09279147efd 627 0.28/1.00 vMB 60
438,971 438,971 0000000000000000010a1ee968ce8860e616c8ecdbb269eecf285b893730474b 37 0.03/1.00 vMB 37
438,970 438,970 0000000000000000013df83a428187a220c13c7005bde0a372ca4fa0dbaec14a 449 0.23/1.00 vMB 47
438,969 438,969 0000000000000000030ecba428960a37ba77fad27b8b4f37bf849155bcea4dd2 1,412 0.65/1.00 vMB 52
438,968 438,968 000000000000000003adb1c5a907fc7e5bc4ebc55a4452a6bc916860b4d66b02 2,083 1.00/1.00 vMB 72
438,967 438,967 000000000000000000e78fda425036d1c55705f6cb8085a9d558c2033505c06f 872 0.67/1.00 vMB 39
438,966 438,966 000000000000000000fe28579095ee7344da1474dfb1392b8d7f354dc76b223d 684 0.75/1.00 vMB 35
438,965 438,965 0000000000000000043a8c468d9d1dec56498fbcb5c700cda2a55ca977113cfc 2,413 1.00/1.00 vMB 55
438,964 438,964 000000000000000002e4c99cab7205cc80da89b072513bfa46397ce97a386969 2,210 1.00/1.00 vMB 83
438,963 438,963 000000000000000002a51292608e268a39e27fff870f28d718d0dd516c87c037 1,545 0.65/1.00 vMB 66
438,962 438,962 0000000000000000019e370f17ec9709f8cf35a28a36202c83ced427d1f81a61 1,131 1.00/1.00 vMB 36
438,961 438,961 000000000000000002a7b637f933f7da8e4b8f5cb3c71b6795fad94e8bd374cb 2,362 1.00/1.00 vMB 74
438,960 438,960 0000000000000000002a9406562587d54b9aaa5be82e6253f87bcbd1aa2ee729 2,775 1.00/1.00 vMB 79
438,959 438,959 00000000000000000194fdae273f703b96b71366b8a6dfe4e8c1e472986f439d 567 0.72/1.00 vMB 22
438,958 438,958 000000000000000001e7cfb1e05f72c45eeac134b03e3cfc3d0215c570e7f657 2,089 1.00/1.00 vMB 52
438,957 438,957 000000000000000000d9b26ed24e8e8165e90971d1953c65134abbe5e0b076a4 2,298 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.