Loading Tool

Explorer IconExplorer

Memory Pool

75,932 transactions
28.39 vMB
0.06628797 BTC
Random Selection Loading Transactions
Max Size: 171.92/200 MB

Candidate Block

Mining Attempt a6938aa58537412d37a477b82c4533af496651ba164d0588ffad240786b7b965
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root a41d4494c4a5ae1082b21a8398e7c284259bd7754d6f641534e65eafc01d8320
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,695
Size: 1.00 vMB
Total Fees: 0.00756944 BTC
Feerates: 101.00 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (275,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,109 640,109 0000000000000000000b86cf00afb3a5900a4f591d1ffcb4cb0b37e5a64d0364 2,704 1.00/1.00 vMB 73
640,108 640,108 00000000000000000008843f71950e48d0916b7950c7917dc9a1477a72ce19fd 2,052 1.00/1.00 vMB 34
640,107 640,107 0000000000000000000b68bca2f9fdacecec117e9d058ac287c5d8c173485962 2,027 1.00/1.00 vMB 25
640,106 640,106 0000000000000000000309e1740f7ff26435d6acb81b80159717f545765b38c4 2,466 1.00/1.00 vMB 82
640,105 640,105 00000000000000000005a2904e9980ac716c987924efe07322bd4d143c5077f5 1,853 1.00/1.00 vMB 26
640,104 640,104 0000000000000000000cb84ef935ff8aaaaaf42bb296a8f768a88cc3fd332130 1,917 1.00/1.00 vMB 25
640,103 640,103 0000000000000000000c490de5a836cbe2e67cdb1731de77a5fc954c2425681d 2,108 1.00/1.00 vMB 39
640,102 640,102 00000000000000000001898643e3799cdeb38ecdd3fd71b71721849f3466370d 2,531 1.00/1.00 vMB 58
640,101 640,101 0000000000000000000918e0303fc370ffe0a0d075cc9e941ced09e095d15a47 2,145 1.00/1.00 vMB 48
640,100 640,100 0000000000000000000bb07b7b47c0626e9dab6f4518d7e83784c4f5efbdf28b 2,266 1.00/1.00 vMB 38
640,099 640,099 00000000000000000009411866de544c9669f548ff6cd20e5830ed587605a76f 2,554 1.00/1.00 vMB 46
640,098 640,098 0000000000000000000da0e5e96992f10a3834e535cfe6f1215a0e606ba914e4 2,605 1.00/1.00 vMB 80
640,097 640,097 0000000000000000000164068e2d380bae777addd1e813158fc538084bcf5b77 2,183 1.00/1.00 vMB 68
640,096 640,096 0000000000000000000cb4ce1b4b348b4221af8388bb2c0e984b892b711a6967 1 0.00/1.00 vMB 0
640,095 640,095 0000000000000000000738939f3587e5e2ae3174b5b74ec99cda04aa9bd4f7d3 2,311 1.00/1.00 vMB 86
640,094 640,094 0000000000000000000d2b4e4e900b527f75b32d3e99447cb0adb7765f55f6f5 1,209 1.00/1.00 vMB 87
640,093 640,093 000000000000000000027558d3c1e3eb3b4da34d96545bc1d312168127cba82b 1,044 1.00/1.00 vMB 86
640,092 640,092 000000000000000000102bb6f2f19850ddf1c2e0114057d69b7cf6cfb64a9bb7 1,923 1.00/1.00 vMB 92
640,091 640,091 0000000000000000000b86a3ad8082bc9504062d4fd7235183cf94b8270a6022 2,086 1.00/1.00 vMB 74
640,090 640,090 00000000000000000006eebeea5f251b54bbf7fcdaa517d903444a5ed0a8d82c 2,611 1.00/1.00 vMB 46
640,089 640,089 000000000000000000018fe36113d343b0fe86e933c0de0ce74ca584df273700 2,247 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.