Loading Tool

Explorer IconExplorer

Memory Pool

45,210 transactions
29.84 vMB
0.09232339 BTC
Random Selection Loading Transactions
Max Size: 154.12/200 MB

Candidate Block

Mining Attempt 570e420a53552c58ef7a557fe471f083e05cc445529672a0793f45ef6a2d8a1d
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 9733555e1ea4ad8d830c6430e6ec212d2b04f0cca153033e75c075cfc8c453eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,049
Size: 1.00 vMB
Total Fees: 0.03214365 BTC
Feerates: 477.45 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (150,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,106 764,106 00000000000000000000b736f9f7e07b46c25e8ae1ad90bcec9511d0ca9e9651 2,397 1.00/1.00 vMB 21
764,105 764,105 00000000000000000004cc3065887f7d9da5812ea18a60d9ca923ad41bb466fb 572 1.00/1.00 vMB 14
764,104 764,104 0000000000000000000185b67b8ae7e8571e0edc0d96d17bee6e656665bea189 1,762 1.00/1.00 vMB 24
764,103 764,103 00000000000000000001bb7362241e8bbc1c3db209282a6b4c5df6b3ba502832 1,736 1.00/1.00 vMB 13
764,102 764,102 000000000000000000015860076c4b7fb3066a8f266adea339985b45e31ff6b1 1,970 1.00/1.00 vMB 20
764,101 764,101 00000000000000000004ced47202429d7fc742e0d2f2a4324267659d64c81abf 1,460 1.00/1.00 vMB 13
764,100 764,100 000000000000000000061a431e0789c1cbaa7fc5b2588dd7eb624c031fb92f99 820 0.65/1.00 vMB 12
764,099 764,099 000000000000000000026a77190f920a9f7a4129d285178bd22fcd7d9b0c2069 1,080 1.00/1.00 vMB 4
764,098 764,098 0000000000000000000531c8f42cf88579a884a8be00f7b7282eaddbde5011aa 1,060 1.00/1.00 vMB 11
764,097 764,097 000000000000000000036439ae0c28b8ed3647a5afe850efac68d8937c13c485 2,382 1.00/1.00 vMB 18
764,096 764,096 000000000000000000073d33f96259e7509214285f01379ffc0cc5a8fc8fdc95 1,059 1.00/1.00 vMB 10
764,095 764,095 000000000000000000036fe233d354b1eccec1813f97d3bb82c8fd2715650c14 2,358 1.00/1.00 vMB 22
764,094 764,094 00000000000000000004f1790f08c6575d6b3be54047c20bb9a4bac1b635f835 1,745 1.00/1.00 vMB 37
764,093 764,093 000000000000000000068db6c4b863c87787db86aaa70336c024fc64c9ab30c4 761 0.38/1.00 vMB 13
764,092 764,092 00000000000000000003bd1a176c8ac1e45c63c5408afac6f80cd01e6225d519 2,329 1.00/1.00 vMB 19
764,091 764,091 000000000000000000002d0e3c1bd1970f7633a666976e95422d8db3bd8b2b13 1,884 0.82/1.00 vMB 17
764,090 764,090 0000000000000000000378eeeb902be965aa2047dbf4df01ab71ba25b71742d2 319 0.21/1.00 vMB 10
764,089 764,089 000000000000000000059cd2584e2fa3e16f58247b8b61384f5243bb7fdcf402 1,100 0.94/1.00 vMB 2
764,088 764,088 0000000000000000000482147f10bbc18a920eaf152ccf16996577245c27710f 2,111 1.00/1.00 vMB 19
764,087 764,087 00000000000000000001c1e8b882ce4a16f3c0b7e2f4a7423cd99edc96ca5f31 2,406 1.00/1.00 vMB 27
764,086 764,086 00000000000000000005e4a25736cb72a53c992b8930c6e10427f66c950a3732 422 0.63/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.