Loading Tool

Explorer IconExplorer

Memory Pool

82,375 transactions
30.43 vMB
0.10374628 BTC
Random Selection Loading Transactions
Max Size: 185.70/200 MB

Candidate Block

Mining Attempt c8fbdcea0011aeb549b3f78761e8c6364cdebac4f7a56653642ddcf7845dbdaa
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 1fdc1628300b27a373462e44f5e325e4246e7840524c51ccafaa2a172671ae25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.03288487 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (480,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,645 434,645 0000000000000000024792711d684bcd17215c5af7f0d0716e5def72cc9b04ff 1,455 0.74/1.00 vMB 62
434,644 434,644 0000000000000000034231d4c731a7bc13358c41bb51e299288fbdfab716d551 1,544 0.75/1.00 vMB 58
434,643 434,643 000000000000000002e33bf08b0d0b3b1daf894657fb704a262e7a1b874b961d 715 0.70/1.00 vMB 39
434,642 434,642 000000000000000002ac2bfb6b27baaf9a846d483b1729a361236aa4998070be 1,972 1.00/1.00 vMB 56
434,641 434,641 000000000000000003ddb7a1de910becc64a3e5eeab4873f5efcf9d7d0f49f3c 518 1.00/1.00 vMB 23
434,640 434,640 00000000000000000154c65478af3e89aed4921aeb86156eff0401399e8da0ba 1,225 1.00/1.00 vMB 41
434,639 434,639 00000000000000000194dde27de786044c405d0ff7e20374ad5cd873c854c14a 1,605 1.00/1.00 vMB 44
434,638 434,638 000000000000000000f4b82fed2bcc26503bcd4110b4533466e30787856da730 1,853 1.00/1.00 vMB 68
434,637 434,637 0000000000000000041cdb9c33ca074431180bc3420e2b750d03aca45110de1d 536 1.00/1.00 vMB 28
434,636 434,636 0000000000000000033d500e15121b048bc8e99a89117e81f6e839088463ec71 2,391 1.00/1.00 vMB 61
434,635 434,635 0000000000000000043000a0868ab61c6f11cd409a23a251ce4b2052be68728a 1,796 1.00/1.00 vMB 53
434,634 434,634 00000000000000000368b4a6c4563bd2de51f6fb4d2914ceb405bea1a7e6da84 2,392 1.00/1.00 vMB 70
434,633 434,633 0000000000000000031c8d9fd0ad1db4143fffcf9a6dddf1c1a9de668f854bef 2,443 1.00/1.00 vMB 66
434,632 434,632 0000000000000000022a02c1ec9d96385941dc53a931a2b647444d99f537f6dc 1,134 1.00/1.00 vMB 39
434,631 434,631 00000000000000000277c5d5b2cb9b6d7086584eeaece0f51f36d5d7d9b9822c 293 1.00/1.00 vMB 26
434,630 434,630 0000000000000000041d8732ff1fe31a59dae06679f4d5d748084adeca3e5ea8 1,255 1.00/1.00 vMB 43
434,629 434,629 0000000000000000026b05c318ed1a315f3689e3e1ad8f1d7bf81bec11e443c1 2,742 1.00/1.00 vMB 69
434,628 434,628 000000000000000001124d3c850634d36a94a46603627c2a61cb249798cd41e9 1,079 0.67/1.00 vMB 60
434,627 434,627 00000000000000000048f9f40fdaee10d0819daeb9e39e8b1be2f2fe830e03fc 95 0.04/1.00 vMB 114
434,626 434,626 00000000000000000082de51d7e34c28335a71fb1937197e0a3f34bd2ad09e6f 482 0.33/1.00 vMB 32
434,625 434,625 0000000000000000038ee06f667a10e3385aecd30fd006daba310d87abbc0820 2,898 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.