Loading Tool

Explorer IconExplorer

Memory Pool

85,442 transactions
31.79 vMB
0.11745685 BTC
Random Selection Loading Transactions
Max Size: 194.94/200 MB

Candidate Block

Mining Attempt b3ea6682f071f62c4b5ee672dbcba32ce0d95a10c3b8e6c2b35279b99c83f1e7
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 01ef689023ae742fe9b2e46fb5800f13088f128334086576582e81ec684f641e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,989
Size: 1.00 vMB
Total Fees: 0.04158481 BTC
Feerates: 301.57 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (89,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,121 826,121 000000000000000000015aba092cd16106deadccd64898d9e32a160a211cc3a0 3,250 1.00/1.00 vMB 61
826,120 826,120 0000000000000000000297486d56b796ac798ea160f15fc657e2a0c2a6ba73ef 3,652 1.00/1.00 vMB 78
826,119 826,119 000000000000000000011ce9776250c381a8fe4ef7ecd36aea2d07f6bdc2fea0 3,564 1.00/1.00 vMB 59
826,118 826,118 000000000000000000004690f6b881e1caef2fffd5ecf6ec7d94b1d0d0b24ae0 4,390 1.00/1.00 vMB 93
826,117 826,117 00000000000000000001df1fe4f1e469840955004d19e870c2c83ceb1afd2468 3,862 1.00/1.00 vMB 99
826,116 826,116 000000000000000000029949b74e99f843a409bdfc1b464b76e50b7830475fda 3,790 1.00/1.00 vMB 68
826,115 826,115 00000000000000000001926bef6e4703314d1a7f49d42b64ba7e33d8f8455e65 3,023 1.00/1.00 vMB 60
826,114 826,114 000000000000000000010d61e4ff0d57c082c49c795ceff29707ba91deab0700 3,686 1.00/1.00 vMB 134
826,113 826,113 00000000000000000000fd696c9c95fc126427c2817d861256e2c6c7b71589f9 4,131 1.00/1.00 vMB 88
826,112 826,112 00000000000000000001bff426eb7e919c4087b190146aaf84066b5403064cf9 3,192 1.00/1.00 vMB 80
826,111 826,111 00000000000000000000b816df324fd2d4a659f1ace937ea502c1a651d87649b 3,769 1.00/1.00 vMB 75
826,110 826,110 00000000000000000003cd7b5a9f1d4da746aeea672bf3589f30d885348ebf75 3,727 1.00/1.00 vMB 53
826,109 826,109 00000000000000000001670a0549a38ecf2e51d40936c3cfdc2da4804e7b6e32 3,932 1.00/1.00 vMB 78
826,108 826,108 00000000000000000002bbed4fc11ac201ebd94631f271f795eaba521e313eb7 4,228 1.00/1.00 vMB 84
826,107 826,107 0000000000000000000301cfe042d231cd48ad1f3e561f8083eec4f08e05126e 3,291 1.00/1.00 vMB 71
826,106 826,106 00000000000000000003c5a088884b551b79c439ca2367a5bb50b905e5cc8e12 3,023 1.00/1.00 vMB 66
826,105 826,105 000000000000000000039a83546c59b47e4bece9cb5bccb895055be68f9ef5e4 2,963 1.00/1.00 vMB 70
826,104 826,104 0000000000000000000156bd7db2fb2a90869a44a93084e0797784ca1f86e3a5 3,780 1.00/1.00 vMB 78
826,103 826,103 000000000000000000007b48ed73844fb0855f1e770c5fcc9c74423b4576b5a0 2,078 1.00/1.00 vMB 61
826,102 826,102 00000000000000000002adb526e8b259f8120bd8beb5b29154f9d014c447f689 3,672 1.00/1.00 vMB 131
826,101 826,101 00000000000000000000da71d4db0d37d73a29aebb19779f1bff329752440a47 3,544 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

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