Loading Tool

Explorer IconExplorer

Memory Pool

82,242 transactions
32.13 vMB
0.08649904 BTC
Random Selection Loading Transactions
Max Size: 193.57/200 MB

Candidate Block

Mining Attempt 5487a06b8f6548d82b37b6327b1c809dc3321ab06db4cfb401fd61e092681e42
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 001c2967da6b845adc5facdb0564d73335af5be34ec9e973e3329d98b1c12c26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,048
Size: 1.00 vMB
Total Fees: 0.01528441 BTC
Feerates: 142.62 > 1.53 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (891,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
23,623 23,623 000000007dc6c187763a7717187da62ae95b5863749ec4b17da0b20c8a3e57db 1 0.00/1.00 vMB 0
23,622 23,622 00000000375ef915b2dba2dd6ccefd43ec311e50fb8341590c0389c863b56862 1 0.00/1.00 vMB 0
23,621 23,621 00000000d8c42a4936a6e88c37bc53cf4554929c03af650a4d943e7d5d545e4b 1 0.00/1.00 vMB 0
23,620 23,620 000000001165e8cd13587d28148191fc9521fd2c709eb2e78f3bce1bb482fb31 1 0.00/1.00 vMB 0
23,619 23,619 00000000ce68aa63968cee071c2198d6d884e97064ad496f9a3b7783be168ab7 1 0.00/1.00 vMB 0
23,618 23,618 00000000e5ea6a39cc139619aea382acff19ab487b577efb00c43583b7cf8b77 1 0.00/1.00 vMB 0
23,617 23,617 00000000eb7469edad23206c19eecf1713d4b650e034fbbaea198e62d0c1ccaa 1 0.00/1.00 vMB 0
23,616 23,616 00000000b4e8959a779afe8237a77c862e8c23f4e1f9ff82bd1ed84bac96b880 1 0.00/1.00 vMB 0
23,615 23,615 00000000155627a80b6771f14b0739bfcbcbbb00ee8fd1bac5d8704e9a338b5f 1 0.00/1.00 vMB 0
23,614 23,614 0000000007a2a45872f9cd15b1c97a38b618c0fea401aee71e9cd1ddfef1bcca 1 0.00/1.00 vMB 0
23,613 23,613 00000000aec2834bc7013943951b79bf2011e7c9655f97e8a4759146328ac4e1 1 0.00/1.00 vMB 0
23,612 23,612 00000000d94189bac8eec50c086425cca2166751a5f286256f98e38ce1a94ab2 1 0.00/1.00 vMB 0
23,611 23,611 000000005632e85ca9316897844f07c89ebba9c08777d96248ee730669d61365 1 0.00/1.00 vMB 0
23,610 23,610 000000008563b7390aabf57cdf2fcf52e8f15dae4943b40a3d5bb0172d76057a 1 0.00/1.00 vMB 0
23,609 23,609 000000009f5e6c82bdd25151460d2a9aa8fb8fda8c45945d85f3fb15efb8e5c5 1 0.00/1.00 vMB 0
23,608 23,608 0000000057dff9ed5704bdf52cb28363242f3be3c9a7a11e03366dae5a1fc543 1 0.00/1.00 vMB 0
23,607 23,607 0000000054169c0721866af1d50884e64e30373ae410b4f9188361629b1f9105 1 0.00/1.00 vMB 0
23,606 23,606 00000000f407bc8f2a7de519d160ec3ef9685ec127a443f57ae00f88f5e8d238 1 0.00/1.00 vMB 0
23,605 23,605 000000009352991b47a73cb97ddd1fcc0636011c8a001a85588bcac167f906ec 1 0.00/1.00 vMB 0
23,604 23,604 00000000b374c4f15e013f1541e2ec89c9d69d061af3712e94f56ee23d055723 1 0.00/1.00 vMB 0
23,603 23,603 000000004f98676be08fcd37ed9dc8b155d83a7468023a033831ca7a3e8f0064 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.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.