Loading Tool

Explorer IconExplorer

Memory Pool

75,650 transactions
28.98 vMB
0.09907924 BTC
Random Selection Loading Transactions
Max Size: 171.38/200 MB

Candidate Block

Mining Attempt c5329bd1395fb729a8552010a1759ca5a423e38bae7a51615177abf0f059e899
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 3dc1b1ab84d20717a000713b36b83e2dff850cef9b96f5e30460b07ca7d1525f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,280
Size: 1.00 vMB
Total Fees: 0.03833987 BTC
Feerates: 201.37 > 3.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (100,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,699 814,699 0000000000000000000402b998ee1dcd170668e68d05275848ca1bf4f788e769 3,266 1.00/1.00 vMB 25
814,698 814,698 00000000000000000004119cdd4b25e662a54da9592d0dc6ad7712c8f8ad6e86 3,971 1.00/1.00 vMB 14
814,697 814,697 000000000000000000044d49da104e98baa76374fd44538b7f14475776010c27 3,209 1.00/1.00 vMB 22
814,696 814,696 00000000000000000003ea80e93ff0dea2c4bb69e231e72fb9065819d941b804 3,283 1.00/1.00 vMB 23
814,695 814,695 000000000000000000038ec4a111b6912f083e92581debe7c30cd797dcd502f5 1,289 1.00/1.00 vMB 6
814,694 814,694 00000000000000000001acacb65729f4af237be9bfcbcb6695efc11919e780fd 3,055 1.00/1.00 vMB 12
814,693 814,693 00000000000000000001a2e0b20bf5cffc246601b7727c1581c7cddd2a329028 1,771 1.00/1.00 vMB 5
814,692 814,692 00000000000000000003d054c96e5c482c1714b86f2ba3097c49b8553d4973a7 3,709 1.00/1.00 vMB 18
814,691 814,691 000000000000000000011f4ad3410ff64b9b3e42ecdb81927a9c8b3b68bfb7d0 2,911 1.00/1.00 vMB 14
814,690 814,690 000000000000000000033870240a9b7f0c3bcd77dd52c4ee2e7da5a314bff779 2,281 1.00/1.00 vMB 5
814,689 814,689 00000000000000000002cb7813fff9813ae3dab44a9df26e4d9f5e9427d51527 1,413 1.00/1.00 vMB 6
814,688 814,688 00000000000000000001098a820658f4fc2e7b665a498efbb87bed4e51dca5fe 3,329 1.00/1.00 vMB 4
814,687 814,687 00000000000000000004376f81463ad952745a846f32651528b5a09e94a15eca 214 1.00/1.00 vMB 2
814,686 814,686 00000000000000000003668914599f3e9f7147224cc525f9be0ae2ead1aed6db 3,094 1.00/1.00 vMB 7
814,685 814,685 00000000000000000001bbc961a63856a175c3d8a146627de5eabeccca125ae4 5,288 1.00/1.00 vMB 3
814,684 814,684 0000000000000000000213ac7c2327dd3912fdd5e4b3acfd5b24b7287ff896ce 2,897 1.00/1.00 vMB 11
814,683 814,683 00000000000000000001b279cbe4c4a2d5f7edebad36641094e034c1c37e8c68 3,436 1.00/1.00 vMB 7
814,682 814,682 00000000000000000003ce9a12cdb2d1003c34ff307ca3e5444c8bb2d1e15240 2,831 1.00/1.00 vMB 6
814,681 814,681 00000000000000000001b3cc4f8b0d879064ac9c62a4f411a0e90517ae1a1c30 4,606 1.00/1.00 vMB 4
814,680 814,680 00000000000000000004087ab7203000935952e30edb14d2d28a137d76e39d1e 4,999 1.00/1.00 vMB 3
814,679 814,679 00000000000000000001d44e7aab79e576813427bb0e106ba65a8a0718110c81 1,434 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.