Loading Tool

Explorer IconExplorer

Memory Pool

29,877 transactions
21.37 vMB
0.06476926 BTC
Random Selection Loading Transactions
Max Size: 115.57/200 MB

Candidate Block

Mining Attempt 30ef072df49c089eb0946e96890226708ee32b1855be33ddb5fb26ab4a1d6a61
Version 20000000
Previous Block 000000000000000000011c0d63b5cf9cb5da5ed98d29b51408055397d45739b3
Merkle Root 7ba75d65d336e63747dd996a00ca8cbc0f2f3c73ba563d5fd0641831fd84fdf8
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,523
Size: 1.00 vMB
Total Fees: 0.03582358 BTC
Feerates: 1,005.35 > 3.59 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,146 (33 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,113 941,113 000000000000000000008d1665f4cc19acc6f6e6cbd47c64cd61c2de1e9162bb 4,736 1.00/1.00 vMB 0
941,112 941,112 00000000000000000000f76f70a0d50ba360107effc3aefc5619f286c71b9528 2,705 1.00/1.00 vMB 3
941,111 941,111 0000000000000000000040e4c21d094af2052715e9024f5de2fd9180f9787cdc 2,060 0.80/1.00 vMB 2
941,110 941,110 0000000000000000000094bc6795fdd0f5a3ba32cdf94b4926f34ab184b7352b 4,799 1.00/1.00 vMB 1
941,109 941,109 000000000000000000017825a9ebcb656b257f0883d3c5fbdee44855c99d29c1 958 0.33/1.00 vMB 2
941,108 941,108 000000000000000000001b19713e7914f744b01d88863a7127a85abb1f44d165 4,411 1.00/1.00 vMB 0
941,107 941,107 000000000000000000010f2d208ddab5c8c46ac11b079cb56cbcf84e53826316 5,575 1.00/1.00 vMB 0
941,106 941,106 000000000000000000013954fa472b0af773aca8ac5dfa143fa4c7c9881fdeb3 3,370 1.00/1.00 vMB 1
941,105 941,105 000000000000000000000c33cdc5b07d972f5393c094e4368ba272ed0b60966e 5,040 1.00/1.00 vMB 0
941,104 941,104 00000000000000000000ad3a2bca68d523305742a12569523c8c0cfabaf3f266 5,781 1.00/1.00 vMB 0
941,103 941,103 000000000000000000015c850c809d8ac79960018d42f8810d8564401a0fa849 3,646 1.00/1.00 vMB 1
941,102 941,102 000000000000000000000e806ae2de6b13d48ff58a4435bf2e67dc83a9717940 3,671 1.00/1.00 vMB 1
941,101 941,101 00000000000000000000e72b9ea9bdaf00ff38bbc626461a8d9b24509f297e7e 5,509 1.00/1.00 vMB 0
941,100 941,100 000000000000000000005df2996880fd7aeddbbb220b82f7e45a8b99002a3f01 3,341 1.00/1.00 vMB 2
941,099 941,099 000000000000000000001675a84c88ea4ecfbc8033da13ea731da1c0e0a112ba 2,114 1.00/1.00 vMB 0
941,098 941,098 00000000000000000001142e97173556ec92eb01a17a1870235fd384212e1b12 2,725 1.00/1.00 vMB 2
941,097 941,097 000000000000000000010a6f1a81a67e132a2d6f8cf3ca13e0ed6974bae36a1e 1,099 1.00/1.00 vMB 0
941,096 941,096 0000000000000000000155abb6a377c1d4b295823b19d838ecda6b4fc92125a2 2,931 1.00/1.00 vMB 0
941,095 941,095 00000000000000000000e57288b90118533d004ba890e55f66dd86c551eb094f 1,524 1.00/1.00 vMB 0
941,094 941,094 00000000000000000001818553c53edd73bc3ed64f74fb6f3b1fc7f03c3889af 329 1.00/1.00 vMB 0
941,093 941,093 00000000000000000000c813d1aedaeb2554edc400e6dcdce450e07ca5670eb1 3,639 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 828.81 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: 4,619.57 GB
    • Received: 249.05 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.