Loading Tool

Explorer IconExplorer

Memory Pool

77,781 transactions
28.62 vMB
0.09981925 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt 22ce108bc20efe7693e5020baf06ca54e7deaf2a3b4e235aea74c6cda3cfb110
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 7332a62be87a13fa7e159c4bb1e7fdfe0944bd934eee8afe4d2ebf53f82fc1f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,882
Size: 1.00 vMB
Total Fees: 0.03405868 BTC
Feerates: 201.07 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (704,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,423 210,423 0000000000000029c6d2a4bfb0bddc2c271fbef876ca7f04b60195f150863245 101 0.05/1.00 vMB 129
210,422 210,422 0000000000000165db3f3e6ebf5fb2576ad12fee647b42f090b4a17505143fac 101 0.05/1.00 vMB 173
210,421 210,421 00000000000004179e032106d9f8194df9c0ef71182581d71ebc837b98d1e4bd 93 0.04/1.00 vMB 151
210,420 210,420 000000000000032a50b6cb3fa556d8cb040367c5929a96350494c95e07a1ebfd 8 0.00/1.00 vMB 17
210,419 210,419 0000000000000401702768b8fe723e1ff122e43fcb9ddd5e5298855bfee5d2f9 174 0.13/1.00 vMB 58
210,418 210,418 000000000000038a81a6c4f9787769f602417acb0c8bdb1eb1101913507ba3a7 178 0.09/1.00 vMB 134
210,417 210,417 00000000000003e958de48ca38acbce3f76164d632453232c8cf8e06aaeabc1d 12 0.01/1.00 vMB 87
210,416 210,416 000000000000036b0ba5fd4e762f8c746a47a9714f92b3a2e44e3916a6f68165 90 0.04/1.00 vMB 172
210,415 210,415 0000000000000048b637316efab64c60a53cb54b6f742407dd5ff0025c8b7977 484 0.20/1.00 vMB 179
210,414 210,414 00000000000000f7aecc2c5883d4d2ecfc9b132693ca3932c48b55b16a07b563 88 0.08/1.00 vMB 109
210,413 210,413 00000000000002e068a567bd147f519cee5728e4d2e46308895c835064c397c0 72 0.03/1.00 vMB 232
210,412 210,412 0000000000000098385a3ec06140d04aabafdfe4885fad2baa28249a869cacd5 54 0.02/1.00 vMB 153
210,411 210,411 000000000000047c8f872797bd87f98597e8fa3c1a41c3208ef7af9444a66702 17 0.01/1.00 vMB 8,076
210,410 210,410 000000000000024817220e2c1304e8e2172c3c2e850f9f14f67b300cab8edf1a 285 0.11/1.00 vMB 176
210,409 210,409 00000000000004897a1c341f03e77e523fa8eeb1c51677c8ee1c59966f07aa64 134 0.05/1.00 vMB 180
210,408 210,408 00000000000002e634b290e9a7a6bca5f59ecac10366b13ea1fbe069b1590478 34 0.03/1.00 vMB 89
210,407 210,407 00000000000002517b61690a381f1bbc6e8c77c4b9c1f566d0c451c8fb175ba6 191 0.08/1.00 vMB 212
210,406 210,406 00000000000002de9c1decaf9cb207af4452e8f00baeadc7729618ff3f4ce9e9 106 0.04/1.00 vMB 61
210,405 210,405 000000000000018197bc992b48ea7e6157b7ccb2a27283feb4df2eb3221d84a3 416 0.25/1.00 vMB 124
210,404 210,404 000000000000002da32505188aafaaf19ab31dc4fb61d064b2a65d23093bdc79 219 0.09/1.00 vMB 184
210,403 210,403 000000000000031e29bb7cfd069359c795c98b997033386ad8b3932e64321791 596 0.25/1.00 vMB 436
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.