Loading Tool

Explorer IconExplorer

Memory Pool

77,148 transactions
29.04 vMB
0.08069332 BTC
Random Selection Loading Transactions
Max Size: 174.97/200 MB

Candidate Block

Mining Attempt dbcf50c179443d793b6888ebadcf71307d9da8d5ccc53bb16574626c7d1db0b8
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root c0a6ef9110fbf9a64e4a9fdbaf71d6176da1e66b97b766e9f28a8a0ad7c41e52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,949
Size: 1.00 vMB
Total Fees: 0.01982671 BTC
Feerates: 100.28 > 1.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (213,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,721 701,721 0000000000000000000c2c515d3f12a11fc99dfc3790906c860186e4b75c7a31 2,934 1.00/1.00 vMB 20
701,720 701,720 000000000000000000083730ecec39fe4244020349a64cb70bf9b51eb4ea6279 2,972 1.00/1.00 vMB 28
701,719 701,719 000000000000000000050e1ba9d6dd3cedc7ea832ab0952323f94f981e018546 3,264 1.00/1.00 vMB 23
701,718 701,718 0000000000000000000704079f363608538739114ba4a4a4da374a7a8a38f589 1,379 1.00/1.00 vMB 8
701,717 701,717 000000000000000000047c83ded5021286427d14bbc1eaf6e2db7b308b453e73 1,555 1.00/1.00 vMB 10
701,716 701,716 00000000000000000008c68ab6df7263fcf52c1c370bbfdafe2ccae031fca603 2,670 1.00/1.00 vMB 19
701,715 701,715 000000000000000000019145ce62985850e5f7b4a75735201e346e8b9b58c533 1,580 0.74/1.00 vMB 4
701,714 701,714 000000000000000000067d28b9f275cd5e9623637b15741520106ab8665e90d3 2,143 1.00/1.00 vMB 6
701,713 701,713 00000000000000000007d24f0fc9e9792ded93531ea7bd6ec802a23ec5f94bbe 2,418 1.00/1.00 vMB 8
701,712 701,712 00000000000000000007dba1ef87f8f05b747cc5e3441de46b64c399cdd90220 3,016 1.00/1.00 vMB 16
701,711 701,711 00000000000000000009b927aa5645b637a875e46d1352421de3eb72caa358b9 2,954 1.00/1.00 vMB 8
701,710 701,710 000000000000000000069ea79f5479f516dcef00033ee604b696009c532d4166 3,322 1.00/1.00 vMB 7
701,709 701,709 0000000000000000000912777c1a35c6af7125a22b4c0ceab86269118b71586b 2,626 1.00/1.00 vMB 17
701,708 701,708 0000000000000000000c535736779240605849aab5b53b7675d9008a97e8eb90 2,804 1.00/1.00 vMB 17
701,707 701,707 00000000000000000004f0c7933539c63b93096e63c52e24e7454a6feb047df8 2,335 1.00/1.00 vMB 7
701,706 701,706 0000000000000000000d50036549f8a5fa476fd7301ddc34da7a8de9ce198eb1 3,116 1.00/1.00 vMB 7
701,705 701,705 0000000000000000000ab603533b9fc61aa538b7d49db024fdc2b7a7279f2aa2 2,784 1.00/1.00 vMB 12
701,704 701,704 0000000000000000000c421a47d4e291afd7b7c142efc167b2f28e3e544611d8 103 1.00/1.00 vMB 7
701,703 701,703 000000000000000000022aa5f4a880fc804eab8fea4e829a6bd13ec18c83db49 3,124 1.00/1.00 vMB 17
701,702 701,702 0000000000000000000cc29e94e6f874404a9c7e4108e63a3d23deaba0345d08 2,661 1.00/1.00 vMB 19
701,701 701,701 0000000000000000000b0ef62a8e183f7014334cec97f2a4d83db0d81f037e97 2,663 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.68 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: 685.07 GB
    • Received: 16.48 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.