Loading Tool

Explorer IconExplorer

Memory Pool

78,291 transactions
29.43 vMB
0.07636793 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt d32e8ba26629978db5e6adba45a70c8b861361ec78fb46efcc40d36265bb03e1
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (260,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,998 654,998 000000000000000000018a142198096a06653581b603fcd2a91ac5b23c95c5b1 1,831 1.00/1.00 vMB 49
654,997 654,997 00000000000000000009f2fa68f7fd1ab18fe310eb2fa8bace4bd91239028c18 2,671 1.00/1.00 vMB 185
654,996 654,996 00000000000000000002e03d3712522fb8c5bfc1a488ab0322f748f5ba4307bd 1,818 1.00/1.00 vMB 266
654,995 654,995 00000000000000000001505c873ec4523a174d8a79df30d02d05f5dcd6cec4af 2,277 1.00/1.00 vMB 130
654,994 654,994 0000000000000000000bfd5bf94786a89ec4114f653d31e9947a97fb802f9070 2,393 1.00/1.00 vMB 97
654,993 654,993 00000000000000000000a0f8b03ea83598018c780adbfc6f1be7c21354d76ab8 2,578 1.00/1.00 vMB 110
654,992 654,992 00000000000000000005c0d3c3685812e7ffa8a802a52fd78b33e5ee449adc62 2,166 1.00/1.00 vMB 118
654,991 654,991 0000000000000000000765a7ec15643bbd3f51af2bf42e56a4f9383e07c6df4d 2,991 1.00/1.00 vMB 246
654,990 654,990 000000000000000000036d4cb07a95673c0747f4ba3bc69c615770e5e6bf3331 1,979 1.00/1.00 vMB 79
654,989 654,989 0000000000000000000a2be9b1e294bfc4b10ce91ccead03024a3295c1a99604 1,412 1.00/1.00 vMB 136
654,988 654,988 0000000000000000000823620c349d22825538f8465e2517888534125f2fb825 978 1.00/1.00 vMB 180
654,987 654,987 00000000000000000004711b939c47219efcce244a183a3f65a0d16d2a80b5a0 1,438 1.00/1.00 vMB 191
654,986 654,986 00000000000000000001f03f41f61f39e29630ee49f883b4b2d607cc23677132 1,058 1.00/1.00 vMB 178
654,985 654,985 00000000000000000002352393edb5cd92afaabd467acff3cd8607808238a610 1,323 1.00/1.00 vMB 304
654,984 654,984 00000000000000000007297e4d3519cf436c00e4891b3413309d20c7dc2a7015 2,339 1.00/1.00 vMB 253
654,983 654,983 00000000000000000005396feacb1af1bcf9a3068755b5fd05968ec5e21065da 2,077 1.00/1.00 vMB 54
654,982 654,982 0000000000000000000b1b7cc93b2c0c2401b3f114e299bd0a96bc6c49a37101 1,772 1.00/1.00 vMB 104
654,981 654,981 0000000000000000000718cb9cba56d3ba06f0c908089c1b99cd4d5e35f85a46 1,782 1.00/1.00 vMB 84
654,980 654,980 0000000000000000000b016f9f09ff9d69b3361fe36e7056a8184e0b618a1ebf 1,539 1.00/1.00 vMB 97
654,979 654,979 0000000000000000000631587a52826b70e46b347ced3f700834f25d3d83b3dd 1,472 1.00/1.00 vMB 53
654,978 654,978 00000000000000000006c3cb8ffb0a472a0a0e5f98214680f53b67cfcffedbf2 2,320 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.