Loading Tool

Explorer IconExplorer

Memory Pool

82,476 transactions
30.40 vMB
0.11958205 BTC
Random Selection Loading Transactions
Max Size: 183.96/200 MB

Candidate Block

Mining Attempt 3c46f78ad67671f53c97c88abc6728667ac80934f0589b60a4a6b0503c7c9877
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root a340be456d66730eb0985aa041e89fb94b59c444dbd9f6b1f3047cb047a8bf2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,131
Size: 1.00 vMB
Total Fees: 0.04050897 BTC
Feerates: 121.32 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (276,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,247 638,247 0000000000000000000180f5909ec3efab6bdc87bac6ed6b5fdbde75ef3b5f2d 2,969 1.00/1.00 vMB 28
638,246 638,246 00000000000000000007c67eefab91151a3224d736468731a1d1fccecd0318f3 2,752 1.00/1.00 vMB 21
638,245 638,245 000000000000000000059ad7abf03dfc41f2cb907b8aefd71952f33e4d77a75d 2,448 1.00/1.00 vMB 33
638,244 638,244 0000000000000000000f61d2b92e2e81ed9c10c2f6de4d69d0ca8be02873481a 2,571 1.00/1.00 vMB 31
638,243 638,243 0000000000000000000711d9d9f863b07fbee0ce8db5cf5d7006239abe455d2e 2,449 1.00/1.00 vMB 35
638,242 638,242 00000000000000000004fc221d257f881727544c9fc89a85646cb944ca40b465 2,379 1.00/1.00 vMB 24
638,241 638,241 00000000000000000002da4d4e0604e85e9eae67df532d493c58b37072a779cb 445 0.14/1.00 vMB 23
638,240 638,240 0000000000000000000825bc5957126628d00c036ded007271f2f5c5415e7fbf 943 0.28/1.00 vMB 19
638,239 638,239 0000000000000000000ecc09221170404ee321ba54621ba090049b02247a122b 786 0.27/1.00 vMB 37
638,238 638,238 0000000000000000000c8c15a7e971fd6046023f74b8efebddea25ffb8b1dbe9 215 0.06/1.00 vMB 25
638,237 638,237 0000000000000000000b36b9ebfda6a41a00b25b39fe9906f0a754f2cbfdd9a1 1,882 0.76/1.00 vMB 19
638,236 638,236 0000000000000000000b70e157a384a4d42377820d052c30ea60edea900a1027 1,251 1.00/1.00 vMB 2
638,235 638,235 0000000000000000000b224ce8a16ee67c5da8b4fa1f7d64d868687488eace1c 2,158 1.00/1.00 vMB 21
638,234 638,234 00000000000000000007f7515655714f3823b657c42c5773de469ee28ba538f8 1,773 1.00/1.00 vMB 16
638,233 638,233 0000000000000000000624760a1558cf4348c297f5bb42653bda05937e52e23c 2,498 1.00/1.00 vMB 24
638,232 638,232 0000000000000000000627351627aa7967a3be32c586075cfc1edd024a4174eb 987 1.00/1.00 vMB 8
638,231 638,231 0000000000000000001047fd94bb213c70e69d8b370bcc2e2cd7bc402ec39640 1,070 1.00/1.00 vMB 7
638,230 638,230 0000000000000000000daf48e5eac7e0064b8ca3d5122134ec8e3485846d1bca 612 1.00/1.00 vMB 5
638,229 638,229 00000000000000000009661603700cc5aa3c1da6131eef3a7c91fb5ad8a559d5 2,037 1.00/1.00 vMB 21
638,228 638,228 00000000000000000005ca6bdb9b9bbd93230bf1cfeb4c1a3f01947bd9c2bf81 2,303 1.00/1.00 vMB 22
638,227 638,227 000000000000000000034c10b111b5a0af96d8f9c02a8642a95862f106ed77ca 1,809 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

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