Loading Tool

Explorer IconExplorer

Memory Pool

80,087 transactions
29.46 vMB
0.13035403 BTC
Random Selection Loading Transactions
Max Size: 178.07/200 MB

Candidate Block

Mining Attempt ed079507a97eeac989ddf903deb76e0b21968d5e700167358da2a82f2757939b
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root f4b6e676973e6cfe999a7b67aff825a49f059ce4a147966aac25e3a1f6b5cb1f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.04855975 BTC
Feerates: 301.72 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (704,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
210,402 210,402 00000000000000fee649e87b6f9ef3e925fd1a0d0298444355188fc02b0e2631 58 0.02/1.00 vMB 95
210,401 210,401 00000000000000f6e0c83371649e385d761d779cf2a9cdd6cfa6aaf299bd81d1 394 0.16/1.00 vMB 189
210,400 210,400 000000000000028a9c53d6d4ddafc83615dad8f9147839ba77877a3b38729fe4 478 0.20/1.00 vMB 183
210,399 210,399 00000000000000cb2b78a3d99f6bf138bb782e81c41af8a5ce27e113c7a2306b 383 0.15/1.00 vMB 180
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.75 GB
    • Received: 17.46 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.