Loading Tool

Explorer IconExplorer

Memory Pool

42,129 transactions
27.75 vMB
0.07741436 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt 1a9de32147a12efa4e1b72fcb44706b2a3d246ca84a3ff88d6ceb2c1966ceb3e
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root a2a90f1511ababb17e4e1fee4be5668d4e701d562aa3fc76138be2f17c0ccb73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.02184565 BTC
Feerates: 180.63 > 2.19 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (81,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,111 833,111 000000000000000000002a854df2ed46d5d142455e2ac53c19cbeb7a6c34d039 3,221 1.00/1.00 vMB 61
833,110 833,110 000000000000000000028efe9dbeea06ba18118e52ad705107d971aca209c141 4,036 1.00/1.00 vMB 61
833,109 833,109 00000000000000000000b035d517f0d32e59a34af821eeb2244d16a087f7d92c 3,616 1.00/1.00 vMB 67
833,108 833,108 00000000000000000001975b621f954213fca04cc84f078c27dc88f3482eb519 2,728 1.00/1.00 vMB 54
833,107 833,107 00000000000000000002de11949cd9c1d79ebbebc28739385e1b471e1b1e38fc 1,812 1.00/1.00 vMB 42
833,106 833,106 0000000000000000000027feb966e0ecc088b6590283c3e7d727d2611b9ec646 1,125 1.00/1.00 vMB 61
833,105 833,105 00000000000000000002cd0b892e960c97283732e3c224164f2b93991ab52e0d 2,617 1.00/1.00 vMB 46
833,104 833,104 0000000000000000000199c0d5825d74fb3fc06e2fa35ed2175bc17db51c5961 3,093 1.00/1.00 vMB 48
833,103 833,103 000000000000000000027a282ca9f87073036115d78584bed626262a89e34be9 2,758 1.00/1.00 vMB 48
833,102 833,102 000000000000000000015e2652e6ab6f2bdeaa588f1579542a15103a64746355 3,397 1.00/1.00 vMB 56
833,101 833,101 00000000000000000002d045520eb8425f4d4fab03acd36bc6c75796d8f6cebd 3,316 1.00/1.00 vMB 55
833,100 833,100 00000000000000000002bf67ec1493c9f274604a9a7a97e80cb3aa165f65f62c 3,408 1.00/1.00 vMB 70
833,099 833,099 00000000000000000001bea4b8bcd2f585edfd9ed99a97d895a4dd0c64444b80 3,767 1.00/1.00 vMB 52
833,098 833,098 000000000000000000011bf481f0ec5f84cc8949cf7b8dfc68d43b30d9aebb8a 2,837 1.00/1.00 vMB 46
833,097 833,097 00000000000000000000fb7d7d79fb8f04b77fdff7efcfd7121645ce1acd19b8 4,013 1.00/1.00 vMB 57
833,096 833,096 0000000000000000000146bcd79c90b2cf21bf83b266cbc710f11df07ce9fff2 2,996 1.00/1.00 vMB 54
833,095 833,095 00000000000000000000adbf745b0e1f825dcb48289c8bbb497e034a998fbfaf 1,183 1.00/1.00 vMB 42
833,094 833,094 00000000000000000001c75c56f958a0a29d016579e9eff8999ca19c83236132 3,799 1.00/1.00 vMB 56
833,093 833,093 00000000000000000001188f84472adafcb0e5a53a87b7d01db7eef836d9f255 2,718 1.00/1.00 vMB 42
833,092 833,092 0000000000000000000257160e966639157c08f44815201acb2e045ca24817e7 2,994 1.00/1.00 vMB 43
833,091 833,091 00000000000000000000659f51c8df13855e319ee8951b79774a014c05b0f4a4 3,573 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.