Loading Tool

Explorer IconExplorer

Memory Pool

79,793 transactions
30.14 vMB
0.08022872 BTC
Random Selection Loading Transactions
Max Size: 184.25/200 MB

Candidate Block

Mining Attempt ca0be0a85c67554f9c7adde41050d5338faf11a7f92aa7c0a4135fb97a5532f4
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root bbcd82f9f32cbc951ba7f7f40b9c33fc23a0daa5ba257ce041e65ae2554cbd66
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,184
Size: 1.00 vMB
Total Fees: 0.01313763 BTC
Feerates: 100.65 > 1.32 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (28,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
886,677 886,677 000000000000000000002f2ce3134754da9f13859bbc20abd61b5f953451c9d7 1,889 1.00/1.00 vMB 2
886,676 886,676 0000000000000000000092c6679f232b5a50c4b99183ce819f6ceb1583c3fd8e 3,125 1.00/1.00 vMB 4
886,675 886,675 000000000000000000018254e5dad0efbc4c830b553aeebf082db6cc42a491fd 3,315 1.00/1.00 vMB 3
886,674 886,674 00000000000000000000e8e993679774aea3e3097763943ada143e2cb2f41760 2,758 1.00/1.00 vMB 6
886,673 886,673 00000000000000000000df2df643ea8bcfdc2f7f8c80f5f39e4700ed7a348248 814 1.00/1.00 vMB 1
886,672 886,672 00000000000000000001554f9049685d77257131132d46b118189fa03fbc2564 2,967 1.00/1.00 vMB 4
886,671 886,671 00000000000000000000a9d8d151957a84a3df9fd4db6e87f7b1c08a7090b739 906 1.00/1.00 vMB 1
886,670 886,670 000000000000000000022d201294b7faf32335f61fba04f1f96c0dc95a6c5bb5 967 1.00/1.00 vMB 1
886,669 886,669 00000000000000000001833e0d2cd78dde1f91f3a17edb9828adec19ad52f41f 1,415 1.00/1.00 vMB 2
886,668 886,668 00000000000000000001ca5ca43acb33d5cdf30f0d253140e596663a04d5b925 2,114 1.00/1.00 vMB 3
886,667 886,667 00000000000000000001b159cd4744b0a0e380c56c7960e2d5b5ba9e596efa9c 1,530 1.00/1.00 vMB 2
886,666 886,666 000000000000000000002aeae6e9eb994090f4b9e4e8dcee4a943e0d853c4cd4 2,825 1.00/1.00 vMB 3
886,665 886,665 000000000000000000017a9da054e8f3e2fbd6417c84944b33ab071f40cb9c68 3,950 1.00/1.00 vMB 4
886,664 886,664 00000000000000000000aa88221ebebd3c9d34288a7611752bd56eacb47ca230 3,344 1.00/1.00 vMB 6
886,663 886,663 00000000000000000000ebeb4e72ecc94d0902aea9b55f0d38123615cbacb9f4 1,026 1.00/1.00 vMB 2
886,662 886,662 000000000000000000022f19541a6a39edf1a167484d13748b80c9042ed8b6aa 3,401 1.00/1.00 vMB 2
886,661 886,661 000000000000000000026feaf80ed474b5fae1861cfb8b59cc7f92f1150a74d9 3,602 1.00/1.00 vMB 7
886,660 886,660 00000000000000000000db56ebce6fb982c108b89d77b7a08002527f80a0a409 288 1.00/1.00 vMB 1
886,659 886,659 0000000000000000000103234d1367f90dc717c7a31eaab2c96fb6649af8fe73 675 1.00/1.00 vMB 1
886,658 886,658 0000000000000000000019241ee85ef43bf0a7e115bfae386e0f27a0479f2eac 2,133 1.00/1.00 vMB 1
886,657 886,657 0000000000000000000152f2f311a44dfd522ea9d1adf689bfb2639c4a97fc3d 2,175 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.