Loading Tool

Explorer IconExplorer

Memory Pool

32,701 transactions
25.17 vMB
0.07148151 BTC
Random Selection Loading Transactions
Max Size: 126.67/200 MB

Candidate Block

Mining Attempt e3fa60dd83a66bb2db1e779661d5179ef34fdd6945d9efd1ca9e3804bf208454
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 2827e0e752610c2ae5265bcf4a8db962574b03bc32cca1366fc0178c7623b4c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.02386691 BTC
Feerates: 100.60 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (880,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
34,705 34,705 00000000533fb0b0ebc9b1275c5fd35ff6f202a01669fd4a89e8195fe72add92 1 0.00/1.00 vMB 0
34,704 34,704 00000000a4ae3e59231367967d1a078740e24b9b05346209cc836bd779dc5809 1 0.00/1.00 vMB 0
34,703 34,703 00000000802c852fde2d033e7f4aeb7ffd4e087eb6da86b973b2514424a93c40 1 0.00/1.00 vMB 0
34,702 34,702 00000000bbba05a1f3a98e9fa635d2caa495d7e924133e1d1723b68d025bdcb0 1 0.00/1.00 vMB 0
34,701 34,701 000000007edb706cf26beabcf52f311755e61f5171ddf4f9391f4b43d207383a 1 0.00/1.00 vMB 0
34,700 34,700 0000000074394675015cdf17d3fcb3ef9ae2b4aa0ec0722d26c60c6a7352adbe 1 0.00/1.00 vMB 0
34,699 34,699 00000000b2be67f7a8af18fa92230f342407888fd515ace95cdceaa25303f249 1 0.00/1.00 vMB 0
34,698 34,698 00000000728165f9c39489f3e1de99cccebe377563ec4a7d00854f83ccadec12 1 0.00/1.00 vMB 0
34,697 34,697 000000007ce6824721f4e3275182d741dd621bd1b17bf1702522865dd58d4cc7 1 0.00/1.00 vMB 0
34,696 34,696 000000007a5b7e590c5242ef91d3c7d5ae84d49b694a21569c4c19a6f80b63ba 1 0.00/1.00 vMB 0
34,695 34,695 00000000ab33820894686a8580db2b6302c7d5772a09eebccb6d868319f4819c 1 0.00/1.00 vMB 0
34,694 34,694 00000000804375a5715d2daac21a4661b0308450c6f40e882cb436534e3d5407 1 0.00/1.00 vMB 0
34,693 34,693 000000006a8859c73307f38028b0501c239ee4a35354a3fc2b32253cafbfe03b 1 0.00/1.00 vMB 0
34,692 34,692 00000000620c4da91fb1519c788d3ddb42f1b5689cb39433a510f7928bd36384 1 0.00/1.00 vMB 0
34,691 34,691 00000000abbe38dff5605773ef63e88e5de6efba72de4339187b4b5edaed28f3 1 0.00/1.00 vMB 0
34,690 34,690 00000000679e2e39771dcff9cb090ebe4e139f59a19d3781edab97ed7f5d988f 1 0.00/1.00 vMB 0
34,689 34,689 0000000003308c29447416eba7121fc9a3f17d48f0dfb53408faf7612291a3ed 1 0.00/1.00 vMB 0
34,688 34,688 0000000073273615456bb6f4c24ed807763c4cec46acb943ffddf63fa7546697 1 0.00/1.00 vMB 0
34,687 34,687 00000000a13b58d9371ece391864963a5ceb6505b17cb78f8a05884303cd80f4 1 0.00/1.00 vMB 0
34,686 34,686 0000000093107e96101e32de3af4dcef5cc67f442e326b2e25bb263ffb68b7e6 1 0.00/1.00 vMB 0
34,685 34,685 00000000a420b0a159c2ed46397304451a801008d9809811b01e1f50be802428 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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.84 GB
    • Received: 12.56 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.