Loading Tool

Explorer IconExplorer

Memory Pool

80,436 transactions
30.10 vMB
0.13926648 BTC
Random Selection Loading Transactions
Max Size: 181.77/200 MB

Candidate Block

Mining Attempt 3a6fea154f31ca32d52831026f1869b3fa1855a6c266772ad41231ce1c1d57a8
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 5add3775e0a64e73392d290a08f958028e04b7db343202e8b9cf98e7b7dcb33d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,899
Size: 1.00 vMB
Total Fees: 0.06843456 BTC
Feerates: 101.64 > 6.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (335,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,210 579,210 0000000000000000000aae6d90eeb6fb0dea9a7d980fbf9ed9d4a9fb90d8f362 3,050 1.00/1.00 vMB 210
579,209 579,209 00000000000000000024f61f0fed050302867ebc3c0a28d6585bdb8ae9eb0106 2,960 1.00/1.00 vMB 208
579,208 579,208 0000000000000000000e4e9869e7480cb74edab50636f2c60ffd20b929091a54 2,457 1.00/1.00 vMB 194
579,207 579,207 0000000000000000002556c41f3ba1fe10d28eb8b49882812722ae7e486e8e40 2,741 1.00/1.00 vMB 232
579,206 579,206 00000000000000000001ea5332db302d2f456d43dc724139b5a3cc2bd4f97963 2,056 1.00/1.00 vMB 103
579,205 579,205 00000000000000000017404a0c9fea81f84d2e61e654e72709c8969781ab62f1 3,014 1.00/1.00 vMB 161
579,204 579,204 0000000000000000001af48aed732c8e3dc4b0939b80cbe57e8585eec879bbcb 3,078 1.00/1.00 vMB 216
579,203 579,203 00000000000000000015ddab220d3b8dcd300a2191fcf2b289e38eeb1e68a053 1,381 1.00/1.00 vMB 102
579,202 579,202 00000000000000000015b93b95e90069d901e2480112cc5e5c031a76119d3f7b 1,389 1.00/1.00 vMB 99
579,201 579,201 0000000000000000000ba3ff8c03091a3b50a6ac6a64b08532454c76dcee8053 2,049 1.00/1.00 vMB 160
579,200 579,200 00000000000000000011804ab1e4e48802c12fa3fc320689a5513fa4da0a1348 2,063 1.00/1.00 vMB 168
579,199 579,199 0000000000000000001d9382fe2fdf0591c70016841e453a1161e7d9adb7f410 2,870 1.00/1.00 vMB 103
579,198 579,198 0000000000000000001e2cf8513cdf63525e0edb12facc7d9773eeb01b63109b 2,565 1.00/1.00 vMB 143
579,197 579,197 0000000000000000001bbef3399306e5d7bc5e21929fdb2914439141811b3711 2,737 1.00/1.00 vMB 197
579,196 579,196 0000000000000000001204040b69358c7eb93ddb4f012ad31e5ccc321d9295ac 2,629 1.00/1.00 vMB 178
579,195 579,195 00000000000000000010661ea00b61be4deccd18f7f8b8116a65372ef5d26afc 2,194 1.00/1.00 vMB 87
579,194 579,194 0000000000000000000e208398d14170c338df93ef9d2020cfb5a667eb1658d8 2,193 1.00/1.00 vMB 48
579,193 579,193 00000000000000000018da96b2b21673e08a083be6ed3afd7d8c7d3f23fdca72 2,622 1.00/1.00 vMB 108
579,192 579,192 00000000000000000008516959d794dfd4fce33e6ba421ef90ff199bffc8a132 2,758 1.00/1.00 vMB 62
579,191 579,191 00000000000000000019fbfae2ba84383167fa33ec06c80f4d153a13ddb2bd11 3,142 1.00/1.00 vMB 56
579,190 579,190 0000000000000000001c9278032c2a3a2345d6d03cca64c2cd79452fb812832e 2,405 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.64 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.38 GB
    • Received: 16.22 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.