Loading Tool

Explorer IconExplorer

Memory Pool

85,567 transactions
31.80 vMB
0.09391637 BTC
Random Selection Loading Transactions
Max Size: 195.26/200 MB

Candidate Block

Mining Attempt e3d3f3647f6df5a284b34fa073861c6007f9f6716ae6d9f1b3213683d9e7d058
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 6cd3d070a1ba5c02b0234cad5afb2b24819d7fad0f54666e9e6c45630e1e36ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,647
Size: 1.00 vMB
Total Fees: 0.05328899 BTC
Feerates: 300.16 > 5.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (123,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,713 791,713 00000000000000000000ff7630b99fb5193d2a3156cd57bf76f6e84e0f2712c7 1,564 1.00/1.00 vMB 24
791,712 791,712 00000000000000000002158cead6249650ca2993c01ecabfd63c344f137b756e 1,824 1.00/1.00 vMB 25
791,711 791,711 000000000000000000050dea7b814593b972a2148e72b175eb22d6ca54ffdec7 3,241 1.00/1.00 vMB 33
791,710 791,710 00000000000000000000a77fea00bb50fc500185f0d7018064aa8c33e96d8b88 4,858 1.00/1.00 vMB 24
791,709 791,709 000000000000000000024b78bd8ad99dd2a4176ac5f0a8b1474502b45401c4c3 3,272 1.00/1.00 vMB 35
791,708 791,708 0000000000000000000521402bf90b259d83c90c3ad9996b8c67cf5d83ffd67f 3,567 1.00/1.00 vMB 29
791,707 791,707 000000000000000000000b7c9caecbf4ac304f3b6dda17ae801e5e0956b4ff74 2,848 1.00/1.00 vMB 43
791,706 791,706 000000000000000000051a12db6fc2aa70121520c1344d38fa5325e1ed810ed1 2,277 1.00/1.00 vMB 29
791,705 791,705 00000000000000000002da5ce968ce6fac776d58599cf66a70cfcfcb321692de 2,849 1.00/1.00 vMB 47
791,704 791,704 00000000000000000001f5c28ca1068dd39f371290a0c08be4254d5322fc8fb6 4,167 1.00/1.00 vMB 27
791,703 791,703 000000000000000000020621b137b3feedb6826da2c980b95f94606d9ecc2546 2,416 1.00/1.00 vMB 39
791,702 791,702 00000000000000000004baaa26f44d3dfdd08284b85f405598c878dcbefc4b39 3,657 1.00/1.00 vMB 26
791,701 791,701 0000000000000000000127b6fa0b4fd5e17308538ae530e51523793057a7fe44 1,674 1.00/1.00 vMB 41
791,700 791,700 000000000000000000051d0ddd3f07c652456da626462ae194298920972d687b 2,833 1.00/1.00 vMB 27
791,699 791,699 0000000000000000000587a4ef9a7b9777585c0cdac5606139ea989420aeb41d 3,122 1.00/1.00 vMB 53
791,698 791,698 000000000000000000039b39b3a5c4505a435cb7d3e55e3470756cb19c23ec2e 3,135 1.00/1.00 vMB 31
791,697 791,697 0000000000000000000268d585cc818fe7f9ff3309af3b6e439a5e515df792e5 3,286 1.00/1.00 vMB 32
791,696 791,696 00000000000000000001da6a88e6f9f8981e2745d363966c664284155951e288 1,907 1.00/1.00 vMB 26
791,695 791,695 0000000000000000000167b3d41d9ff60ac5d223e1c7d93d98b3385c92486e2d 3,076 1.00/1.00 vMB 46
791,694 791,694 00000000000000000003fae050baab75382e133702f332cf17b57d3d26fae393 2,984 1.00/1.00 vMB 56
791,693 791,693 00000000000000000005a048fc256a1ed24f968972cdb6e2eb18a4f7f0b94753 2,458 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.76 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: 709.06 GB
    • Received: 16.84 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.