Loading Tool

Explorer IconExplorer

Memory Pool

77,232 transactions
28.85 vMB
0.09841696 BTC
Random Selection Loading Transactions
Max Size: 175.07/200 MB

Candidate Block

Mining Attempt fc2594b62deeb35d63a090b2c5ff47009c446b3b2d2c23a70b0d76c793653427
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root f8d3e6978501e5fbcc11681703a4e846dd090030702312f655807aeacd87433c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.03017901 BTC
Feerates: 180.82 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (118,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,484 796,484 00000000000000000001c4228239ef59f72471792121df5db08421a84d820e03 1,130 1.00/1.00 vMB 12
796,483 796,483 000000000000000000011538c44fbb2b78cbc8909f188b4e151b5b1c16a77deb 4,201 1.00/1.00 vMB 15
796,482 796,482 00000000000000000004fc0062ba3d40efaf179e2e0ed4bb9b3a29db27b70201 4,764 1.00/1.00 vMB 16
796,481 796,481 0000000000000000000577c24c58cb49b93628216e576606c40432bf2ba6748d 6,604 1.00/1.00 vMB 10
796,480 796,480 000000000000000000040a73348acd34bb38d3fd69e2af0a5216fac826b896a3 4,779 1.00/1.00 vMB 18
796,479 796,479 00000000000000000005614be2b6f4e4d5adf6944105b55502bec3c40a6e67aa 5,689 1.00/1.00 vMB 16
796,478 796,478 00000000000000000001c0cf326947c612b299c1cdb7a4db016b9b77810c1562 3,068 1.00/1.00 vMB 12
796,477 796,477 0000000000000000000572a4e320e7bee9a900b0100a9111afcbbcc6079e1509 2,841 1.00/1.00 vMB 21
796,476 796,476 0000000000000000000019e26dbf0acb8131e73388d058c74bf84be9915aaa5e 2,242 1.00/1.00 vMB 16
796,475 796,475 0000000000000000000044ed094bb9a31f15895e46afeca1c00395ba236cf178 1,810 1.00/1.00 vMB 23
796,474 796,474 0000000000000000000217dbda18c613a9ee9d84394275c749fe59a41a5f9ed3 1,980 1.00/1.00 vMB 24
796,473 796,473 0000000000000000000502df0e989800ef9f5b24a6c6ff158f375010e72844fe 2,038 1.00/1.00 vMB 22
796,472 796,472 000000000000000000037e1f2f947ff3944e9d44ce3a72f344fb4003b5d1c802 1,877 1.00/1.00 vMB 33
796,471 796,471 00000000000000000000ee03a0b7ab7d32325805bb0cd3396aaa7d0ce60fe7f4 1,892 1.00/1.00 vMB 16
796,470 796,470 00000000000000000001fa9da33c775a01b1de2748992291ad967d59ba01833d 2,537 1.00/1.00 vMB 14
796,469 796,469 000000000000000000035afab6dfd96faa75a11e5a2858aadeb9d311820d5239 3,135 1.00/1.00 vMB 38
796,468 796,468 000000000000000000023e4e1468a915a54d6a4278abfca47a7ebe75a3307057 3,081 1.00/1.00 vMB 28
796,467 796,467 000000000000000000025378f674e85fd7077e297a3d8bca055d95a6f6be41c2 1,195 1.00/1.00 vMB 22
796,466 796,466 000000000000000000045ba0b0d752201f46342ad8548c29c7555c53383c56a2 2,791 1.00/1.00 vMB 26
796,465 796,465 00000000000000000000a6bbed7eee7989cc3748b87581466467372bbd345261 3,146 1.00/1.00 vMB 22
796,464 796,464 00000000000000000000f9475ff81bd248c0133c9b0c548d71a857cb918e3ec2 2,463 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.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: 712.90 GB
    • Received: 17.24 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.