Loading Tool

Explorer IconExplorer

Memory Pool

31,275 transactions
25.12 vMB
0.06032410 BTC
Random Selection Loading Transactions
Max Size: 125.48/200 MB

Candidate Block

Mining Attempt 97a35197b34bbcbd7e087ba4180c60ec07b8525d4908c1a582f9475be8c19482
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root c359a02ccc24736000c010dfa69204564a283e5e8303d17e76e450156629d1c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,365
Size: 1.00 vMB
Total Fees: 0.01524608 BTC
Feerates: 100.24 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (405,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,282 509,282 0000000000000000000ecce8dcc0b36dde3ed8524fac8d70d571603d22f6c451 2,121 1.00/1.00 vMB 62
509,281 509,281 00000000000000000031343c432939e59d3b4dce54b88bef2f6ea676b0b2a117 2,559 1.00/1.00 vMB 59
509,280 509,280 00000000000000000023e3cbb4535c497b5d16d41b2d87c17cdef31da8c2d1cf 1,096 1.00/1.00 vMB 8
509,279 509,279 000000000000000000350351122acc09e7b08763e292cda28c797a80bc6a6ee1 1,336 1.00/1.00 vMB 44
509,278 509,278 0000000000000000002b2dc93f7fe9e31f6449b489fd84bcc496ea67967b8bbf 1 0.00/1.00 vMB 0
509,277 509,277 00000000000000000028343cadfaa273c9e30a4a2c18fb01b7f375790ac39207 1,136 1.00/1.00 vMB 43
509,276 509,276 0000000000000000001d4f446d9199ba6c97c680d847caa99ef9ab7c12b41b8e 1,640 1.00/1.00 vMB 26
509,275 509,275 0000000000000000003fa9dbe97585b41791978ea6dc64f03402bd3666b04fd9 1,996 1.00/1.00 vMB 72
509,274 509,274 00000000000000000054348853e2689bbbcde839eabeb2ceb44ee38bee1bbf61 2,342 1.00/1.00 vMB 86
509,273 509,273 0000000000000000001e1bf4148de52f85dd6940212f3c50bca98292d68f4dbf 2,103 1.00/1.00 vMB 63
509,272 509,272 0000000000000000003fef8f6cacc06b13a94ade87bf153912c4a47a1b7385c6 2,795 1.00/1.00 vMB 149
509,271 509,271 00000000000000000053dd9d775650e933eeb9d51446efade2cd20a05bcc3e18 224 1.00/1.00 vMB 5
509,270 509,270 0000000000000000003b205d94e92633b68e234d7f13ffcd6444988324a2a0de 393 1.00/1.00 vMB 12
509,269 509,269 00000000000000000007227a345aac678dad83c7b0d7746095508323b1330751 609 1.00/1.00 vMB 22
509,268 509,268 00000000000000000022e03d3b4da8e8552c62450c9cfe57b6709cf5497cfb5c 1,207 1.00/1.00 vMB 42
509,267 509,267 000000000000000000246586e23e6e419a7530da3c8b1438e519ef8b002fecbb 1,586 1.00/1.00 vMB 49
509,266 509,266 000000000000000000212c0c4ab8c061fbcbf43612eb4a232a5734ccf7a01cbb 1,309 0.57/1.00 vMB 37
509,265 509,265 000000000000000000503f171338cdf8642a9b8a7423885b13fc9a2b1d61bdcc 1,999 1.00/1.00 vMB 57
509,264 509,264 0000000000000000005af1f4f095bc5850a9a28220b02836c5376bf581718f60 2,870 1.00/1.00 vMB 101
509,263 509,263 00000000000000000049d6bd0d4df2bef21adfd1b8434e4a1f9578889cba661a 1,123 1.00/1.00 vMB 17
509,262 509,262 0000000000000000000a1f8d2007ec2550c4a761d91c327c92fd6e6b27953400 1,911 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.86 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: 642.01 GB
    • Received: 12.53 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.