Loading Tool

Explorer IconExplorer

Memory Pool

78,501 transactions
29.38 vMB
0.08083527 BTC
Random Selection Loading Transactions
Max Size: 180.04/200 MB

Candidate Block

Mining Attempt 8bc156cb56b2267208951fb7472debd9cc6fc2c270e9c6529eb33d580e1573a2
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root f64345c7211ecefdcc24826c5dc846c0f6d2c61558e351765fa3709326164b4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.01645686 BTC
Feerates: 73.20 > 1.65 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (264,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,333 650,333 00000000000000000004e60f9f30fd72fed14a0c9596a3d465b218d5f0512e89 2,422 1.00/1.00 vMB 25
650,332 650,332 00000000000000000001b0751f7f23f3719c0af9b8782c9e3568cc29448174c4 2,290 1.00/1.00 vMB 44
650,331 650,331 000000000000000000067832108cd4f103bd60a58a539f53ffa48dbda3ec54c7 1,478 0.81/1.00 vMB 12
650,330 650,330 00000000000000000008a12c7f037db51e496a2601cdc4884ea7402d32f47b45 2,276 1.00/1.00 vMB 22
650,329 650,329 000000000000000000087e2f22d1b93c5b215878615bc5c6fcd1d4d6ae9cc4ef 2,337 1.00/1.00 vMB 27
650,328 650,328 00000000000000000008ea75ba4a8b7c2e334fdcafa0396be726dafaebfefdbe 2,378 1.00/1.00 vMB 37
650,327 650,327 000000000000000000028de22c6073f22d5ce3659fc307125127dfbb720461ef 1,871 1.00/1.00 vMB 52
650,326 650,326 00000000000000000001cdfd8635108b051329e9afdd924c50e5aa34e46b1838 1,143 1.00/1.00 vMB 3
650,325 650,325 000000000000000000038973ac554e90636fae2995efa0d1725c00ac4e7dbc35 1,330 1.00/1.00 vMB 24
650,324 650,324 00000000000000000002adffdf46edf6437655c2e0e8b6d3d8279285290313a2 493 1.00/1.00 vMB 7
650,323 650,323 0000000000000000000791e44e774bc19c02845941d03a0bee0eee1aece51cfe 2,160 1.00/1.00 vMB 7
650,322 650,322 0000000000000000000bc6645adb2371e8c2db954e81de04b6446ffe3a26a4d7 1,971 1.00/1.00 vMB 15
650,321 650,321 00000000000000000007fa8575915d47556b4492bb644510c2258f28a4842d15 1,874 1.00/1.00 vMB 28
650,320 650,320 0000000000000000000e6d4f220a2cfe1b20ea4cf443b8d84f2178e623a18c83 2,839 1.00/1.00 vMB 45
650,319 650,319 000000000000000000006b6833281555b24f7600c73c0b5e54bfe1e5d6f9ec5a 2,446 1.00/1.00 vMB 70
650,318 650,318 000000000000000000065851289d68d8d4133d8d6c3054ee0d95777dcc183e9b 2,506 1.00/1.00 vMB 36
650,317 650,317 0000000000000000000e1b3910130e762ef1f3d24260fed74c03e7a250060fdd 2,150 1.00/1.00 vMB 59
650,316 650,316 00000000000000000000344200cd8038ed7eab70215815faa81d9ff959166ffc 1,269 1.00/1.00 vMB 16
650,315 650,315 0000000000000000000a7fd89ebd704c593b4cab1edb532eced1243074027bf5 1,839 1.00/1.00 vMB 21
650,314 650,314 0000000000000000000925782b4de1d6b5850e0c4aa8664a637669aaa0beb83b 1,613 1.00/1.00 vMB 17
650,313 650,313 0000000000000000000505bfe173b31a6efcb5c8679573e489695016cf4526ea 985 0.44/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.