Loading Tool

Explorer IconExplorer

Memory Pool

85,578 transactions
31.92 vMB
0.20816901 BTC
Random Selection Loading Transactions
Max Size: 190.91/200 MB

Candidate Block

Mining Attempt aeed338e2896e092d25156c58de4ff36ee8d1825f6068e7435273b636f477729
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bfb4b34f376b22d8dd59c5e0cde56725068ed0f23ea9b08b3173cebfdbd27fbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.09418149 BTC
Feerates: 529.10 > 9.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (242,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,034 673,034 00000000000000000007fc82da82e1eee5d310938bf09936e42f2739126f3f31 2,241 1.00/1.00 vMB 83
673,033 673,033 0000000000000000000a3b9f337ab6763e1bc8398fae8680e415355e281a8554 609 1.00/1.00 vMB 104
673,032 673,032 0000000000000000000c8b90c2c2c42b25e26109074e3c43052cc9e392e6490a 1,860 1.00/1.00 vMB 139
673,031 673,031 00000000000000000002639bb903d0750820bab3f22947d45523aa95f79d4ff1 2,515 1.00/1.00 vMB 73
673,030 673,030 0000000000000000000cbc4598cfe52190846932df0b680e8fa70ee3529f35e8 3,138 1.00/1.00 vMB 112
673,029 673,029 0000000000000000000329e2f00c38073667437a0fc6bd3aba40c3a63b3ec853 1,314 1.00/1.00 vMB 60
673,028 673,028 000000000000000000098e89db526c80ae271993740edfc7817d29a4980e2146 2,324 1.00/1.00 vMB 90
673,027 673,027 0000000000000000000aaa7aaeae711173d64dd06c59adc68c48d9669d46a906 1,995 1.00/1.00 vMB 74
673,026 673,026 0000000000000000000c0907a5d839adf8582137e4ae85b0a0d1c3b2392cbb40 3,240 1.00/1.00 vMB 76
673,025 673,025 0000000000000000000c97bdce4790ce177c6aeea940255433b24e7ec16daaa7 3,025 1.00/1.00 vMB 86
673,024 673,024 000000000000000000044c772fdc17a14d53a092809131b8215b3e6d82c7c0e8 2,347 1.00/1.00 vMB 103
673,023 673,023 0000000000000000000abc22f854c5d1093d34f8048bd3002e52f98f24188b2f 2,600 1.00/1.00 vMB 105
673,022 673,022 000000000000000000073d3b104c83ae26e70e095a5995d6960f75cef18b797a 2,997 1.00/1.00 vMB 129
673,021 673,021 0000000000000000000b6845d376c46b36af53efbd26f38b32f0d2491d5ce82d 2,567 1.00/1.00 vMB 126
673,020 673,020 000000000000000000071d3f777f9cbe2dff5c11c65b15d2118e3aac540bc7d3 2,190 1.00/1.00 vMB 102
673,019 673,019 00000000000000000007a58b873ad132b38bbfdf0713d8b05ae9f2ae4c7d168e 2,947 1.00/1.00 vMB 134
673,018 673,018 00000000000000000006f7874e4c12f6b1bf9731a4a66ec53a4a846662cd7276 1,638 1.00/1.00 vMB 118
673,017 673,017 000000000000000000031fb1d972368124f6651d02c02ffa6366d45eec2c288b 3,428 1.00/1.00 vMB 84
673,016 673,016 00000000000000000001a26fd259850277c0f4d659ffb5bba987ca28fd84efb6 2,875 1.00/1.00 vMB 116
673,015 673,015 00000000000000000006ea8d186b8aae57105e19818fd90f5970a4822b36862d 3,095 1.00/1.00 vMB 111
673,014 673,014 0000000000000000000074c6b1f71bb09169215141b6a97c39951e4ae4c6925c 3,247 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.65 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.70 GB
    • Received: 16.31 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.