Loading Tool

Explorer IconExplorer

Memory Pool

27,335 transactions
6.37 vMB
0.05574370 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.46/200 MB

Candidate Block

Mining Attempt 78a94c8e5200bf02bd4259d5ce68a5707a1301a64e5ca9b86716ea9bd7295981
Version 20000000
Previous Block 00000000000000000000fd5d8e3f70af47f3ff76f53e85c6ea5c28cab3519695
Merkle Root 131bc06554b38cb81b8e7d67597deba4187b9404d822aa22053095d26a130d00
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.03875792 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,202 (753,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,666 159,666 0000000000000b40492ccd1a2e6806781570e31ce16d4599a554a31fc5085055 0.00 MB 3 64
159,665 159,665 0000000000000aec8b8631808f52b33b2c413c8c0d9702095249b1bdb7af01b3 0.00 MB 1 0
159,664 159,664 0000000000000d1204c6d0073e6b1b72b1402941c32bf6c91f636d4143fd15cc 0.02 MB 43 152
159,663 159,663 0000000000000ccbc11813e4b3268de29b60592afbfc17046473c5e0b8422c96 0.03 MB 76 224
159,662 159,662 0000000000000ab29eac03429cc6082018753973ac3134a618fb211d2b65842b 0.01 MB 18 283
159,661 159,661 0000000000000d5b9bbbdba6c2a0601f43ba63812823959b744ab1ba282a9fe3 0.00 MB 7 98
159,660 159,660 00000000000007d514e4c346f2e34ec8eb695eebccb5fbef5339358e0e289349 0.02 MB 58 11
159,659 159,659 000000000000054bf4761f783a26acffec1fda78482b01ac23ed9190104b619e 0.01 MB 27 147
159,658 159,658 00000000000006238500ea6355280445620263f56b0b43931c74d5d96b63c02d 0.01 MB 31 141
159,657 159,657 0000000000000b0d6cc197aea711092cce6c173b5c909c03df1eb6e860d85763 0.01 MB 18 198
159,656 159,656 0000000000000a43ff8f5b954e71c2189ebe4cd5d94c52a70bfc1317d0efa361 0.00 MB 1 0
159,655 159,655 0000000000000d218a944c90d6500cc03a3673331bf6cf12b1f7accf3686d3e5 0.00 MB 11 376
159,654 159,654 00000000000006d063bf28d94fdc096f39def9a3167fcd0b9eebd8a35195210f 0.03 MB 90 20
159,653 159,653 00000000000003f8fb0a295f51481c121877e79d2c1df17c7ffc901dbc51b213 0.00 MB 11 56
159,652 159,652 0000000000000e2c8f32ea8cb4f77244e2e15afbe7409542e35de61dbc2291ae 0.01 MB 15 154
159,651 159,651 00000000000002d0c078a3248c5f350ae7a713b60c99d9328ecf455232a5c39d 0.02 MB 54 174
159,650 159,650 00000000000003ba0534f2e14e1446a1c4cb1f99cf6ca6572e0b691d9017196a 0.01 MB 38 153
159,649 159,649 0000000000000af8242b8c6b34d0318a2e819b2203797bb5cc308027404bf164 0.00 MB 8 14
159,648 159,648 0000000000000ce386877c2f37e26ea3983e79382e817cb398177f862e020966 0.01 MB 42 59
159,647 159,647 0000000000000c643a4108eed273f18c607c48d91fa354f0819215d2e7e72721 0.00 MB 7 575
159,646 159,646 00000000000003c31ecc53d77a102aefc97f03a08c94620e5387f642efbb9f14 0.01 MB 27 341
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 68
    • Outgoing: 10
  • Data Transfer:
    • Sent: 15.68 GB
    • Received: 0.33 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.