Loading Tool

Explorer IconExplorer

Memory Pool

79,789 transactions
29.96 vMB
0.10228866 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt 5b320f90430322e75e8f6dcc55f3bdf7070ca6f45306ed39ffa28b3d90ba2340
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root e9a3b03589f2e36a28689f7e090817a0ce3c929673dd2c765a78a9b44ae02d92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.03378544 BTC
Feerates: 477.45 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (239,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,187 675,187 00000000000000000003758b2c7aebdaae13d402b12d742e3c6a7fb676421c66 2,540 1.00/1.00 vMB 121
675,186 675,186 00000000000000000005fe8375f0cfb4b9c1df04dcbcc69a48e7cf4791b66bfb 2,279 1.00/1.00 vMB 113
675,185 675,185 00000000000000000007354850f2b21ab7c774e00df6f6bcf6af99840ab664ef 2,609 1.00/1.00 vMB 113
675,184 675,184 00000000000000000005f7f273677ec3cd75f5bc6a2dced9659311326fc0b7c3 474 1.00/1.00 vMB 111
675,183 675,183 00000000000000000001a47442eee2c0d001b5f46dfe053ced0e6c5dbea951fa 2,444 1.00/1.00 vMB 125
675,182 675,182 0000000000000000000a9674e6607c21d32ff0b3f05ca9a41afd91feb1388ab3 2,541 1.00/1.00 vMB 116
675,181 675,181 00000000000000000002771bf7f8c8a571b1b214f8d3314ff638af9ded8a228a 2,968 1.00/1.00 vMB 138
675,180 675,180 00000000000000000001c8d237a76c8fb489ea24586195612a84e69ffba37ad8 2,806 1.00/1.00 vMB 137
675,179 675,179 00000000000000000002ed6cc17b93c7e1ca728d9c111e752929ee00e1a9b5ed 1,700 1.00/1.00 vMB 119
675,178 675,178 0000000000000000000950a4d4573e1469d19b762457ad1c8887336858e03d53 2,721 1.00/1.00 vMB 109
675,177 675,177 00000000000000000004a4cc09c480777f59d8e27226825884b63b86839d013f 2,658 1.00/1.00 vMB 129
675,176 675,176 0000000000000000000ca9fed2129d4b85f4db4bd2ebfbe97b8af44b7a62e75a 2,908 1.00/1.00 vMB 127
675,175 675,175 00000000000000000001f74da10c67bc6242fcd098019b6183c2b4a38d8be3b9 3,019 1.00/1.00 vMB 129
675,174 675,174 0000000000000000000a5f6de99be0df01811f648470936f7bee683f51b64f45 2,739 1.00/1.00 vMB 120
675,173 675,173 000000000000000000073bd0ec4b3a544338e3ebdb929aa9ccdb2944c0e49af4 3,235 1.00/1.00 vMB 132
675,172 675,172 000000000000000000073261c7bb3af2eda4349178cf43c34cdeac2b6e120c2d 1,982 1.00/1.00 vMB 97
675,171 675,171 00000000000000000006a0fc2ab870d30e50c3f317bf22c7dd00b07c14bc9ca6 2,335 1.00/1.00 vMB 96
675,170 675,170 0000000000000000000388aca327e11e55a3982d6145259c861ae4ee6a4987e1 2,810 1.00/1.00 vMB 115
675,169 675,169 0000000000000000000a7124289145a4a6e17fdf421ee9bf8ab49bedb4005305 1,984 1.00/1.00 vMB 113
675,168 675,168 000000000000000000046473a8f83324070bb9a6380832cd98ba5b49ecd3337f 2,617 1.00/1.00 vMB 120
675,167 675,167 0000000000000000000c9548ae6fd71b30d737c69bbb399ba3c14516b3112e20 1,930 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.