Loading Tool

Explorer IconExplorer

Memory Pool

49,378 transactions
29.91 vMB
0.09215714 BTC
Random Selection Loading Transactions
Max Size: 160.06/200 MB

Candidate Block

Mining Attempt c587645d2ec49b99ca1d3633bde866f4c56c70b73ce570040c553dc3fa70af4f
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root ff19956abc33b1142db367a0430c2334ba8e6d0636a34ebe5d9546b1ae0720c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,716
Size: 1.00 vMB
Total Fees: 0.02612036 BTC
Feerates: 51.03 > 2.62 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (418,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,723 496,723 00000000000000000060b72fddc0e0d1fb484b8a60d380deb09e594a55f7357e 2,764 1.00/1.00 vMB 206
496,722 496,722 000000000000000000c2571fe6498df6685a42899184a3e566c37415cc25d136 2,337 1.00/1.00 vMB 213
496,721 496,721 0000000000000000009a04eae6346253259ecc58531ee3673e33677609c64f70 2,176 1.00/1.00 vMB 168
496,720 496,720 000000000000000000ce605cd66b07fda93e2ba525cda36c2855570e31aac777 2,503 1.00/1.00 vMB 195
496,719 496,719 0000000000000000003162c5a6f2321f402db0bdc82e268b0ceef20a4b30eb06 2,310 1.00/1.00 vMB 174
496,718 496,718 0000000000000000003771ed084e67bb1ce75ac5fd6bf851f4ff3625b1a0611c 2,726 1.00/1.00 vMB 176
496,717 496,717 000000000000000000b684eedae4e28293a661506d1e82da4693b755116e958a 2,337 1.00/1.00 vMB 212
496,716 496,716 000000000000000000c4cc9678ea3cc7a0a89f5ed5860d41b02c7d3acf7602fb 2,682 1.00/1.00 vMB 182
496,715 496,715 000000000000000000c0c314979b0651ec6063d2113e2c91b8d5e2650cb44d01 2,181 1.00/1.00 vMB 239
496,714 496,714 0000000000000000005c2428322efd443ec4cc87a422bab6e4bcfee886eb4c23 1,957 1.00/1.00 vMB 152
496,713 496,713 0000000000000000007cc7682e1441bce2389e807c3e30e9a2c3459aa176d83c 1,835 0.74/1.00 vMB 173
496,712 496,712 0000000000000000004d0a9f4a6cb9be0fef45c190fa7d989e9447508f6c5180 2,028 1.00/1.00 vMB 185
496,711 496,711 0000000000000000005bdf02fe8f20741b04325a82e18bbcf194b38fb812e0f2 2,811 1.00/1.00 vMB 227
496,710 496,710 000000000000000000942eab6f4fc2399609abdbef6ae6d522176ed33fde8054 2,001 1.00/1.00 vMB 140
496,709 496,709 0000000000000000002673d5d9a47523817f392f70eaa7e9674896ab5f26a6b5 2,741 1.00/1.00 vMB 148
496,708 496,708 000000000000000000309e873222d84629415a8eae2d7b529712a4d6ecf26d36 2,534 0.97/1.00 vMB 157
496,707 496,707 00000000000000000076cafc5c4e085852df19467848590579406b45e883802d 2,335 1.00/1.00 vMB 171
496,706 496,706 000000000000000000a47f659643cd154c984850be9ecab717fedd0f933231ab 2,401 1.00/1.00 vMB 187
496,705 496,705 0000000000000000004759295f91df55c4bc8be680a9b4e01b69e531c1a1e935 2,521 1.00/1.00 vMB 209
496,704 496,704 000000000000000000b13ba07b244d9f1e59c822013f502fb3b429c2497e1058 2,093 1.00/1.00 vMB 173
496,703 496,703 000000000000000000885819efaff85891d3b6467554eadc26cedea9fbe26b26 2,165 1.00/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.06 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: 651.09 GB
    • Received: 13.40 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.